3 references to GetSelectionType
Microsoft.CodeAnalysis.CSharp.Features (3)
ExtractMethod\CSharpSelectionResult.cs (1)
45var selectionType = selectionInfo.GetSelectionType();
ExtractMethod\CSharpSelectionValidator.cs (2)
172if (selectionInfo.GetSelectionType() == SelectionType.MultipleStatements) 285if (selectionInfo.GetSelectionType() != SelectionType.MultipleStatements && commonNode.HasDiagnostics())