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