pub fn append_csharp_structural_ir(
ir: &mut ProjectIr,
file_path: &str,
project_name: Option<String>,
tree: &Tree,
source: &str,
)Expand description
Append C# Class / Property nodes and DECLARES_CLASS / DECLARES_PROPERTY edges to
streaming ProjectIr (CRM-3595). Keys: File by path, Class/Property by fqn.