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