1 write to _whitespaceKind
Microsoft.CodeAnalysis.Features (1)
ExtractMethod\MethodExtractor.TriviaResult.cs (1)
31
_whitespaceKind
= whitespaceKind;
3 references to _whitespaceKind
Microsoft.CodeAnalysis.Features (3)
ExtractMethod\MethodExtractor.TriviaResult.cs (3)
67
if (list.Any(t => t.RawKind != _endOfLineKind && t.RawKind !=
_whitespaceKind
))
94
if (currentLine.All(t => t.RawKind == _endOfLineKind || t.RawKind ==
_whitespaceKind
))
167
while (!top.IsElastic() && top.RawKind ==
_whitespaceKind
)