1 type derived from NullSelectionResult
Microsoft.CodeAnalysis.Features (1)
ExtractMethod\SelectionValidator.NullSelectionResult.cs (1)
39protected class ErrorSelectionResult : NullSelectionResult
1 instantiation of NullSelectionResult
Microsoft.CodeAnalysis.Features (1)
ExtractMethod\SelectionValidator.cs (1)
23protected static readonly SelectionResult NullSelection = new NullSelectionResult();