2 writes to SymbolLocationsCount
Microsoft.CodeAnalysis.Workspaces (2)
RenameDeclarationLocationReference.cs (2)
41
this.
SymbolLocationsCount
= declaringSyntaxReferencesCount;
49
this.
SymbolLocationsCount
= declaringSyntaxReferencesCount;
1 reference to SymbolLocationsCount
Microsoft.CodeAnalysis.Workspaces (1)
Rename\ConflictEngine\ConflictResolver.Session.cs (1)
571
if (conflictAnnotation.RenameDeclarationLocationReferences[symbolIndex].
SymbolLocationsCount
!= symbol.Locations.Length)