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