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