1 type derived from SelectionValidator
Microsoft.CodeAnalysis.CSharp.Features (1)
ExtractMethod\CSharpSelectionValidator.cs (1)
23
bool localFunction) :
SelectionValidator
(document, textSpan)
3 references to SelectionValidator
Microsoft.CodeAnalysis.CSharp.Features (1)
ExtractMethod\CSharpExtractMethodService.cs (1)
23
protected override
SelectionValidator
CreateSelectionValidator(SemanticDocument document, TextSpan textSpan, bool localFunction)
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);