1 write to ContainingLocationForStringOrComment
Microsoft.CodeAnalysis.Workspaces (1)
Rename\RenameLocation.cs (1)
38
ContainingLocationForStringOrComment
= containingLocationForStringOrComment;
3 references to ContainingLocationForStringOrComment
Microsoft.CodeAnalysis.Workspaces (3)
Rename\ConflictEngine\ConflictResolver.Session.cs (1)
797
.GroupBy(l => l.
ContainingLocationForStringOrComment
)
Rename\IRemoteRenamerService.cs (1)
123
location.
ContainingLocationForStringOrComment
,
Rename\RenameLocation.cs (1)
21
public bool IsRenameInStringOrComment =>
ContainingLocationForStringOrComment
!= default;