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