3 references to getErrorLocation
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Expressions.cs (3)
11299
diagnostics.Add(new CSDiagnosticInfo(ErrorCode.ERR_InvalidDelegateType, possibleDelegateType),
getErrorLocation
());
11314
diagnostics.Add(new CSDiagnostic(new CSDiagnosticInfo(ErrorCode.ERR_InvalidDelegateType, possibleDelegateType),
getErrorLocation
()));
11318
return Symbol.ReportUseSiteDiagnostic(diagnosticInfo, diagnostics,
getErrorLocation
());