1 instantiation of Property
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
SyncedSource\FileBasedPrograms\FileLevelDirectiveHelpers.cs (1)
441return new Property(context.Info)
9 references to Property
Microsoft.CodeAnalysis.CSharp.Workspaces (9)
SyncedSource\FileBasedPrograms\FileLevelDirectiveHelpers.cs (6)
317case "property": return Property.Parse(context); 412public static new Property? Parse(in ParseContext context) 927Debug.Assert(existingDirective is CSharpDirective.Sdk or CSharpDirective.Property or CSharpDirective.Package); 928Debug.Assert(directive is CSharpDirective.Sdk or CSharpDirective.Property or CSharpDirective.Package); 934(CSharpDirective.Property existing, CSharpDirective.Property current) =>
SyncedSource\FileBasedPrograms\VirtualProjectBuilder.cs (3)
144return directives.OfType<CSharpDirective.Property>() 598var propertyDirectives = directives.OfType<CSharpDirective.Property>(); 766foreach (var property in propertyDirectives)