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)
116if (_context is null) 121var writer = _context.CodeWriter; 122var options = _context.Options; 135_context.AddLinePragma(linePragma);