1 write to _tokenSet
Microsoft.CodeAnalysis.CSharp (1)
Syntax\SyntaxReplacer.cs (1)
94_tokenSet = tokens != null ? new HashSet<SyntaxToken>(tokens) : s_noTokens;
4 references to _tokenSet
Microsoft.CodeAnalysis.CSharp (4)
Syntax\SyntaxReplacer.cs (4)
99_tokenSet.Select(t => t.FullSpan).Concat( 106_tokenSet.Any(t => t.IsPartOfStructuredTrivia()) || 128return _nodeSet.Count + _tokenSet.Count + _triviaSet.Count > 0; 209if (_tokenSet.Contains(token) && _computeReplacementToken != null)