3 references to getLocation
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\SourceMethodSymbol.cs (3)
67diagnostics.Add(ErrorCode.ERR_BadAsyncArgType, getLocation(parameter, location)); 71diagnostics.Add(ErrorCode.ERR_UnsafeAsyncArgType, getLocation(parameter, location)); 75diagnostics.Add(ErrorCode.ERR_BadSpecialByRefParameter, getLocation(parameter, location), parameter.Type);