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