2 references to IsSourceLocation
Microsoft.CodeAnalysis.Workspaces (2)
Rename\ConflictEngine\ConflictResolver.Session.cs (2)
537
foreach (var originalReference in conflictAnnotation.RenameDeclarationLocationReferences.Where(loc => loc.
IsSourceLocation
))
579
if (newLocation != null && conflictAnnotation.RenameDeclarationLocationReferences[symbolIndex].
IsSourceLocation
)