8 references to ReturnType
System.CodeDom (8)
Microsoft\CSharp\CSharpCodeGenerator.cs (1)
1918
OutputType(del.
ReturnType
);
Microsoft\VisualBasic\VBCodeGenerator.cs (6)
1960
if (del.
ReturnType
.BaseType.Length > 0 && !string.Equals(del.
ReturnType
.BaseType, "System.Void", StringComparison.OrdinalIgnoreCase))
1968
if (del.
ReturnType
.BaseType.Length > 0 && !string.Equals(del.
ReturnType
.BaseType, "System.Void", StringComparison.OrdinalIgnoreCase))
1971
OutputType(del.
ReturnType
);
1972
OutputArrayPostfix(del.
ReturnType
);
System\CodeDom\Compiler\CodeValidator.cs (1)
381
ValidateTypeReference(del.
ReturnType
);