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