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