1 instantiation of ParseContext
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
SyncedSource\FileBasedPrograms\FileLevelDirectiveHelpers.cs (1)
137var context = new CSharpDirective.ParseContext
9 references to ParseContext
Microsoft.CodeAnalysis.CSharp.Workspaces (9)
SyncedSource\FileBasedPrograms\FileLevelDirectiveHelpers.cs (9)
137var context = new CSharpDirective.ParseContext 312public static Named? Parse(in ParseContext context) 328private static (string, string?)? ParseOptionalTwoParts(in ParseContext context, char separator) 388public static new Sdk? Parse(in ParseContext context) 412public static new Property? Parse(in ParseContext context) 458public static new Package? Parse(in ParseContext context) 505public static new Project? Parse(in ParseContext context) 617public static new Ref? Parse(in ParseContext context) 726public static new IncludeOrExclude? Parse(in ParseContext context)