1 instantiation of Shebang
dotnet (1)
Commands\Run\VirtualProjectBuildingCommand.cs (1)
1457
builder.Add(new CSharpDirective.
Shebang
(info));
2 references to Shebang
dotnet (2)
Commands\Run\VirtualProjectBuildingCommand.cs (2)
699
.Where(static d => d is not CSharpDirective.
Shebang
)
1343
Debug.Assert(processedDirectives + directives.OfType<CSharpDirective.
Shebang
>().Count() == directives.Length);