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