2 references to SelectionValidator
Microsoft.CodeAnalysis.Features (2)
ExtractMethod\AbstractExtractMethodService.cs (2)
26protected abstract SelectionValidator CreateSelectionValidator(SemanticDocument document, TextSpan textSpan, bool localFunction); 38var validator = CreateSelectionValidator(semanticDocument, textSpan, localFunction);