1 override of Id
Microsoft.VisualStudio.LanguageServices.CSharp (1)
Interactive\CSharpVsInteractiveWindowProvider.cs (1)
59
protected override Guid
Id
=> CSharpVsInteractiveWindowPackage.Id;
1 reference to Id
Microsoft.VisualStudio.LanguageServices (1)
Interactive\VsInteractiveWindowProvider.cs (1)
96
_vsInteractiveWindow = _vsInteractiveWindowFactory.Create(
Id
, instanceId, Title, evaluator, __VSCREATETOOLWIN.CTW_fForceCreate);