1 write to _context
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\CodeGeneration\CodeRenderingContextExtensions.cs (1)
44
_context
= context;
4 references to _context
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\CodeGeneration\CodeRenderingContextExtensions.cs (4)
113
if (
_context
is null)
118
var writer =
_context
.CodeWriter;
119
var options =
_context
.Options;
132
_context
.AddLinePragma(linePragma);