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