1 override of CreateSelectionValidator
Microsoft.CodeAnalysis.CSharp.Features (1)
ExtractMethod\CSharpExtractMethodService.cs (1)
23
protected override SelectionValidator
CreateSelectionValidator
(SemanticDocument document, TextSpan textSpan, bool localFunction)
1 reference to CreateSelectionValidator
Microsoft.CodeAnalysis.Features (1)
ExtractMethod\AbstractExtractMethodService.cs (1)
38
var validator =
CreateSelectionValidator
(semanticDocument, textSpan, localFunction);