2 writes to Name
Microsoft.CodeAnalysis.Workspaces (2)
RenameDeclarationLocationReference.cs (2)
40this.Name = null; 47this.Name = name;
2 references to Name
Microsoft.CodeAnalysis.Workspaces (2)
Rename\ConflictEngine\ConflictResolver.Session.cs (1)
621var oldMetadataName = conflictAnnotation.RenameDeclarationLocationReferences[symbolIndex].Name;
RenameDeclarationLocationReference.cs (1)
56return Name == null;