1 override of WriteCSharpExpressionMethod
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\CodeGeneration\LiteralRuntimeNodeWriter.cs (1)
14public override string WriteCSharpExpressionMethod => "WriteLiteral";
2 references to WriteCSharpExpressionMethod
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\CodeGeneration\RuntimeNodeWriter.cs (2)
85var characterOffset = WriteCSharpExpressionMethod.Length 96context.CodeWriter.WriteStartMethodInvocation(WriteCSharpExpressionMethod);