3 references to _whitespaceKind
Microsoft.CodeAnalysis.Features (3)
ExtractMethod\MethodExtractor.TriviaResult.cs (3)
59if (list.Any(t => t.RawKind != _endOfLineKind && t.RawKind != _whitespaceKind)) 86if (currentLine.All(t => t.RawKind == _endOfLineKind || t.RawKind == _whitespaceKind)) 159while (!top.IsElastic() && top.RawKind == _whitespaceKind)