1 instantiation of ExtractInterfaceDialog_OutOfProc
Microsoft.VisualStudio.IntegrationTest.Utilities (1)
VisualStudioInstance.cs (1)
130ExtractInterfaceDialog = new ExtractInterfaceDialog_OutOfProc(this);
3 references to ExtractInterfaceDialog_OutOfProc
Microsoft.VisualStudio.IntegrationTest.Utilities (1)
VisualStudioInstance.cs (1)
49public ExtractInterfaceDialog_OutOfProc ExtractInterfaceDialog { get; }
Microsoft.VisualStudio.LanguageServices.IntegrationTests (2)
CSharp\CSharpExtractInterfaceDialog.cs (1)
24private ExtractInterfaceDialog_OutOfProc ExtractInterfaceDialog => VisualStudio.ExtractInterfaceDialog;
VisualBasic\BasicExtractInterfaceDialog.cs (1)
22private ExtractInterfaceDialog_OutOfProc ExtractInterfaceDialog => VisualStudio.ExtractInterfaceDialog;