1 instantiation of Shebang
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
SyncedSource\FileBasedPrograms\FileLevelDirectiveHelpers.cs (1)
122
builder?.Add(new CSharpDirective.
Shebang
(info));
1 reference to Shebang
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
SyncedSource\FileBasedPrograms\VirtualProjectBuilder.cs (1)
919
Debug.Assert(processedDirectives + directives.OfType<CSharpDirective.
Shebang
>().Count() == directives.Length);