1 instantiation of Property
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
SyncedSource\FileBasedPrograms\FileLevelDirectiveHelpers.cs (1)
909return new Property(context.Info)
9 references to Property
Microsoft.CodeAnalysis.CSharp.Workspaces (9)
SyncedSource\FileBasedPrograms\FileLevelDirectiveHelpers.cs (6)
379case "property": return Property.Parse(context); 873public static new Property? Parse(in ParseContext context) 1464Debug.Assert(existingDirective is CSharpDirective.Sdk or CSharpDirective.Property or CSharpDirective.Package); 1465Debug.Assert(directive is CSharpDirective.Sdk or CSharpDirective.Property or CSharpDirective.Package); 1471(CSharpDirective.Property existing, CSharpDirective.Property current) =>
SyncedSource\FileBasedPrograms\VirtualProjectBuilder.cs (3)
146return directives.OfType<CSharpDirective.Property>() 622var propertyDirectives = directives.OfType<CSharpDirective.Property>(); 805foreach (var property in propertyDirectives)