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