9 writes to ReturnType
Microsoft.CodeAnalysis.Razor.Compiler (9)
Language\Components\ComponentDocumentClassifierPass.cs (2)
93method.ReturnType = "void"; 127method.ReturnType = "void";
Language\Intermediate\MethodDeclarationIntermediateNode.cs (1)
31ReturnType = ReturnType,
Language\RazorProjectEngine.cs (1)
319method.ReturnType = $"global::{typeof(Task).FullName}";
Mvc.Version1_X\MvcViewDocumentClassifierPass.cs (1)
45method.ReturnType = $"global::{typeof(System.Threading.Tasks.Task).FullName}";
Mvc.Version2_X\MvcViewDocumentClassifierPass.cs (1)
45method.ReturnType = $"global::{typeof(System.Threading.Tasks.Task).FullName}";
Mvc.Version2_X\RazorPageDocumentClassifierPass.cs (1)
76method.ReturnType = $"global::{typeof(System.Threading.Tasks.Task).FullName}";
Mvc\MvcViewDocumentClassifierPass.cs (1)
64method.ReturnType = $"global::{typeof(System.Threading.Tasks.Task).FullName}";
Mvc\RazorPageDocumentClassifierPass.cs (1)
95method.ReturnType = $"global::{typeof(System.Threading.Tasks.Task).FullName}";
4 references to ReturnType
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\Intermediate\MethodDeclarationIntermediateNode.cs (3)
31ReturnType = ReturnType, 48formatter.WriteProperty(nameof(ReturnType), ReturnType);
Language\RazorCSharpDocumentWriter.cs (1)
234node.ReturnType,