2 references to WriteLineNumberDirective
Microsoft.AspNetCore.Razor.Language.UnitTests (1)
CodeGeneration\CSharpCodeWriterTest.cs (1)
293writer.WriteLineNumberDirective(mappingLocation, ensurePathBackslashes: false);
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\CodeGeneration\CodeRenderingContextExtensions.cs (1)
63writer.WriteLineNumberDirective(span, ensurePathBackSlashes);