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