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