1 write to RenameDeclarationLocationReferences
Microsoft.CodeAnalysis.Workspaces (1)
RenameActionAnnotation.cs (1)
81this.RenameDeclarationLocationReferences = renameDeclarationLocations;
10 references to RenameDeclarationLocationReferences
Microsoft.CodeAnalysis.Workspaces (10)
Rename\ConflictEngine\ConflictResolver.Session.cs (10)
524if (!conflictAnnotation.RenameDeclarationLocationReferences.Any()) 537foreach (var originalReference in conflictAnnotation.RenameDeclarationLocationReferences.Where(loc => loc.IsSourceLocation)) 548else if (!conflictAnnotation.IsRenameLocation && conflictAnnotation.IsOriginalTextLocation && conflictAnnotation.RenameDeclarationLocationReferences.Length > 1 && newReferencedSymbols.Length == 1) 553else if (newReferencedSymbols.Length != conflictAnnotation.RenameDeclarationLocationReferences.Length) 556if (newReferencedSymbols.Length != 0 && conflictAnnotation.RenameDeclarationLocationReferences.Length == 0) 571if (conflictAnnotation.RenameDeclarationLocationReferences[symbolIndex].SymbolLocationsCount != symbol.Locations.Length) 579if (newLocation != null && conflictAnnotation.RenameDeclarationLocationReferences[symbolIndex].IsSourceLocation) 588var renameDeclarationLocationReference = conflictAnnotation.RenameDeclarationLocationReferences[symbolIndex]; 596if (conflictAnnotation.RenameDeclarationLocationReferences[symbolIndex].IsOverriddenFromMetadata) 621var oldMetadataName = conflictAnnotation.RenameDeclarationLocationReferences[symbolIndex].Name;