1 type derived from SelectionValidator
Microsoft.CodeAnalysis.CSharp.Features (1)
ExtractMethod\CSharpSelectionValidator.cs (1)
23bool localFunction) : SelectionValidator(document, textSpan)
3 references to SelectionValidator
Microsoft.CodeAnalysis.CSharp.Features (1)
ExtractMethod\CSharpExtractMethodService.cs (1)
23protected override SelectionValidator CreateSelectionValidator(SemanticDocument document, TextSpan textSpan, bool localFunction)
Microsoft.CodeAnalysis.Features (2)
ExtractMethod\AbstractExtractMethodService.cs (2)
26protected abstract SelectionValidator CreateSelectionValidator(SemanticDocument document, TextSpan textSpan, bool localFunction); 38var validator = CreateSelectionValidator(semanticDocument, textSpan, localFunction);