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