2 overrides of GetNewStatement
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
CSharpUseCollectionInitializerCodeFixProvider.cs (1)
38protected override StatementSyntax GetNewStatement(
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (1)
VisualBasicUseCollectionInitializerCodeFixProvider.vb (1)
32Protected Overrides Function GetNewStatement(
1 reference to GetNewStatement
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
AbstractUseCollectionInitializerCodeFixProvider.cs (1)
96var newStatement = GetNewStatement(statement, objectCreation, matches.Value)