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