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)
113if (_context is null) 118var writer = _context.CodeWriter; 119var options = _context.Options; 132_context.AddLinePragma(linePragma);