3 references to InsertBefore
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
AssignOutParametersAboveReturnCodeFixProvider.cs (1)
71editor.InsertBefore(exprOrStatement, statements);
Microsoft.CodeAnalysis.CSharp.Features (1)
AssignOutParametersAboveReturnCodeFixProvider.cs (1)
71editor.InsertBefore(exprOrStatement, statements);
Microsoft.CodeAnalysis.Workspaces (1)
Editing\SyntaxEditor.cs (1)
212=> InsertBefore(node, new[] { newNode });