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