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