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