8 writes to ReturnType
Microsoft.CodeAnalysis.Razor.Compiler (8)
Language\Components\ComponentDocumentClassifierPass.cs (2)
93method.ReturnType = "void"; 127method.ReturnType = "void";
Language\RazorProjectEngine.cs (1)
317method.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}";
3 references to ReturnType
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\DefaultRazorCSharpLoweringPhase.cs (1)
198node.ReturnType,
Language\Intermediate\MethodDeclarationIntermediateNode.cs (2)
32formatter.WriteProperty(nameof(ReturnType), ReturnType);