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