1 instantiation of GenerateTypeDialog_OutOfProc
Microsoft.VisualStudio.IntegrationTest.Utilities (1)
VisualStudioInstance.cs (1)
131GenerateTypeDialog = new GenerateTypeDialog_OutOfProc(this);
3 references to GenerateTypeDialog_OutOfProc
Microsoft.VisualStudio.IntegrationTest.Utilities (1)
VisualStudioInstance.cs (1)
51public GenerateTypeDialog_OutOfProc GenerateTypeDialog { get; }
Microsoft.VisualStudio.LanguageServices.IntegrationTests (2)
CSharp\CSharpGenerateTypeDialog.cs (1)
24private GenerateTypeDialog_OutOfProc GenerateTypeDialog => VisualStudio.GenerateTypeDialog;
VisualBasic\BasicGenerateTypeDialog.cs (1)
22private GenerateTypeDialog_OutOfProc GenerateTypeDialog => VisualStudio.GenerateTypeDialog;