1 write to _context
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\CodeGeneration\CodeRenderingContextExtensions.cs (1)
47
_context
= context;
4 references to _context
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\CodeGeneration\CodeRenderingContextExtensions.cs (4)
116
if (
_context
is null)
121
var writer =
_context
.CodeWriter;
122
var options =
_context
.Options;
135
_context
.AddLinePragma(linePragma);