10 writes to ReturnType
Microsoft.Build.Tasks.Core (1)
RoslynCodeTaskFactory\RoslynCodeTaskFactory.cs (1)
235
ReturnType
= new CodeTypeReference(typeof(Boolean))
PresentationBuildTasks (7)
MS\Internal\MarkupCompiler\MarkupCompiler.cs (7)
2046
cmmEventHandler.
ReturnType
= new CodeTypeReference(typeof(void));
2067
cmmEventHandlerHelper.
ReturnType
= new CodeTypeReference(typeof(void));
2570
ReturnType
= new CodeTypeReference(typeof(Delegate)),
2780
ReturnType
= new CodeTypeReference(typeof(Object))
2819
ReturnType
= new CodeTypeReference(typeof(Object))
2891
ReturnType
= new CodeTypeReference(typeof(Delegate))
3222
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
);