2 references to GetAccessorOrPropertyLocation
Microsoft.CodeAnalysis.CSharp (2)
Symbols\Source\SourceMemberContainerSymbol.cs (2)
4374
diagnostics.Add(ErrorCode.ERR_DuplicateNameInClass,
GetAccessorOrPropertyLocation
(propertySymbol, getNotSet), containerForDiagnostics, accessorName);
4384
diagnostics.Add(ErrorCode.ERR_MemberReserved,
GetAccessorOrPropertyLocation
(propertySymbol, getNotSet), accessorName, containerForDiagnostics);