2 references to IntersectsWithAny
Microsoft.CodeAnalysis.Features (2)
EncapsulateField\AbstractEncapsulateFieldService.cs (2)
248
filter: (docId, span) =>
IntersectsWithAny
(docId, span, constructorLocations),
261
filter: (documentId, span) => !
IntersectsWithAny
(documentId, span, constructorLocations),