6 references to ToSyntaxTokenListAndFree
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (6)
ConstructorGenerator.cs (1)
134return tokens.ToSyntaxTokenListAndFree();
EventGenerator.cs (1)
241return tokens.ToSyntaxTokenListAndFree();
FieldGenerator.cs (1)
152return tokens.ToSyntaxTokenListAndFree();
MethodGenerator.cs (1)
334return tokens.ToSyntaxTokenListAndFree();
NamedTypeGenerator.cs (1)
312return tokens.ToSyntaxTokenListAndFree();
PropertyGenerator.cs (1)
338return modifiers.ToSyntaxTokenListAndFree();