2 references to WriteMethodInvocation
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\CodeGeneration\CodeWriterExtensions.cs (2)
415
=> writer.
WriteMethodInvocation
($"{instanceName}.{methodName}", endLine, arguments);
488
=> writer.
WriteMethodInvocation
(ref methodName, endLine: true, arguments);