4 references to ToSyntaxTokenList
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
AbstractCodeGenerationService.cs (1)
596return updatedModifiersList.ToSyntaxTokenList();
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (3)
CSharpCodeGenerationService.cs (1)
730SyntaxTokenList computeNewModifiersList(SyntaxTokenList modifiersList) => newModifiers.ToSyntaxTokenList();
OperatorGenerator.cs (1)
123return tokens.ToImmutableAndClear().ToSyntaxTokenList();
PropertyGenerator.cs (1)
401return tokens.ToSyntaxTokenList();