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