1 instantiation of ExtractInterfaceDialog
Microsoft.VisualStudio.LanguageServices (1)
ExtractInterface\VisualStudioExtractInterfaceOptionsService.cs (1)
74
var dialog = new
ExtractInterfaceDialog
(viewModel);
5 references to ExtractInterfaceDialog
Microsoft.VisualStudio.LanguageServices (5)
artifacts\obj\Microsoft.VisualStudio.LanguageServices\Release\net472\ExtractInterface\ExtractInterfaceDialog.g.cs (2)
47
internal Microsoft.VisualStudio.LanguageServices.Implementation.ExtractInterface.
ExtractInterfaceDialog
dialog;
123
this.dialog = ((Microsoft.VisualStudio.LanguageServices.Implementation.ExtractInterface.
ExtractInterfaceDialog
)(target));
ExtractInterface\ExtractInterfaceDialog.xaml.cs (2)
63
private readonly
ExtractInterfaceDialog
_dialog;
65
public TestAccessor(
ExtractInterfaceDialog
dialog)
ExtractInterface\VisualStudioExtractInterfaceOptionsService.cs (1)
74
var
dialog = new ExtractInterfaceDialog(viewModel);