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