10 writes to ReturnType
Microsoft.Build.Tasks.Core (1)
RoslynCodeTaskFactory\RoslynCodeTaskFactory.cs (1)
235ReturnType = new CodeTypeReference(typeof(Boolean))
PresentationBuildTasks (7)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (7)
2048cmmEventHandler.ReturnType = new CodeTypeReference(typeof(void)); 2069cmmEventHandlerHelper.ReturnType = new CodeTypeReference(typeof(void)); 2563cmmCD.ReturnType = new CodeTypeReference(typeof(Delegate)); 2760cmmCI.ReturnType = new CodeTypeReference(typeof(Object)); 2795cmmGPV.ReturnType = new CodeTypeReference(typeof(Object)); 2859cmmCD.ReturnType = new CodeTypeReference(typeof(Delegate)); 3179cmmMain.ReturnType = new CodeTypeReference(typeof(void));
System.Runtime.Serialization.Schema (2)
System\Runtime\Serialization\Schema\CodeExporter.cs (2)
1765getSchemaMethod.ReturnType = GetCodeTypeReference(typeof(XmlSchema)); 1777getSchemaStaticMethod.ReturnType = GetCodeTypeReference(ImportGlobals.TypeOfXmlQualifiedName);
7 references to ReturnType
System.CodeDom (7)
Microsoft\CSharp\CSharpCodeGenerator.cs (2)
1307OutputType(e.ReturnType); 1381OutputType(e.ReturnType);
Microsoft\VisualBasic\VBCodeGenerator.cs (4)
1615if (e.ReturnType.BaseType.Length == 0 || string.Equals(e.ReturnType.BaseType, typeof(void).FullName, StringComparison.OrdinalIgnoreCase)) 1645OutputType(e.ReturnType); 1646OutputArrayPostfix(e.ReturnType);
System\CodeDom\Compiler\CodeValidator.cs (1)
355ValidateTypeReference(e.ReturnType);