9 references to ReturnType
System (8)
compmod\microsoft\csharp\csharpcodeprovider.cs (1)
2401
OutputType(del.
ReturnType
);
compmod\microsoft\visualbasic\VBCodeProvider.cs (6)
2186
if (del.
ReturnType
.BaseType.Length > 0 && string.Compare(del.
ReturnType
.BaseType, "System.Void", StringComparison.OrdinalIgnoreCase) != 0)
2194
if (del.
ReturnType
.BaseType.Length > 0 && string.Compare(del.
ReturnType
.BaseType, "System.Void", StringComparison.OrdinalIgnoreCase) != 0) {
2196
OutputType(del.
ReturnType
);
2197
OutputArrayPostfix(del.
ReturnType
);
compmod\system\codedom\compiler\CodeValidator.cs (1)
334
ValidateTypeReference(del.
ReturnType
);
System.Workflow.ComponentModel (1)
AuthoringOM\Compiler\TypeSystem\DesignTimeType.cs (1)
1102
invokeMethod.ReturnType = ((CodeTypeDelegate)codeDomType).
ReturnType
;