1 write to _createImport
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Interactive\ResetInteractive.cs (1)
41
_createImport
= createImport;
1 reference to _createImport
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
Interactive\ResetInteractive.cs (1)
120
var importNamespacesCommand = namespacesToImport.Select(
_createImport
).Join(editorOptions.GetNewLineCharacter());