1 instantiation of Package
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
SyncedSource\FileBasedPrograms\FileLevelDirectiveHelpers.cs (1)
465return new Package(context.Info)
8 references to Package
Microsoft.CodeAnalysis.CSharp.Workspaces (8)
SyncedSource\FileBasedPrograms\FileLevelDirectiveHelpers.cs (6)
318case "package": return Package.Parse(context); 458public static new Package? 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); 936(CSharpDirective.Package existing, CSharpDirective.Package current) =>
SyncedSource\FileBasedPrograms\VirtualProjectBuilder.cs (2)
599var packageDirectives = directives.OfType<CSharpDirective.Package>(); 861foreach (var package in packageDirectives)