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)
67if (list.Any(t => t.RawKind != _endOfLineKind && t.RawKind != _whitespaceKind)) 94if (currentLine.All(t => t.RawKind == _endOfLineKind || t.RawKind == _whitespaceKind)) 167while (!top.IsElastic() && top.RawKind == _whitespaceKind)