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