5 references to GetLocation
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder_NameConflicts.cs (5)
20
Location location =
GetLocation
(symbol);
74
diagnostics.Add(ErrorCode.ERR_LocalSameNameAsExtensionTypeParameter,
GetLocation
(p), name);
84
diagnostics.Add(ErrorCode.ERR_LocalSameNameAsTypeParam,
GetLocation
(p), name);
92
diagnostics.Add(ErrorCode.ERR_LocalSameNameAsExtensionParameter,
GetLocation
(p), name);
97
diagnostics.Add(ErrorCode.ERR_DuplicateParamName,
GetLocation
(p), name);