4 references to ERR_NoVoidHere
Microsoft.CodeAnalysis.CSharp (4)
Errors\ErrorFacts.cs (1)
1225or ErrorCode.ERR_NoVoidHere
Parser\LanguageParser.cs (2)
7607token = this.AddError(token, mode == ParseTypeMode.Parameter ? ErrorCode.ERR_NoVoidParameter : ErrorCode.ERR_NoVoidHere); 10243type = this.AddError(type, ErrorCode.ERR_NoVoidHere);
Symbols\FunctionPointers\FunctionPointerMethodSymbol.cs (1)
75diagnostics.Add(ErrorCode.ERR_NoVoidHere, returnTypeParameter.Location);