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