3 references to Id
Microsoft.VisualStudio.IntegrationTest.Utilities (1)
InProcess\CSharpInteractiveWindow_InProc.cs (1)
15
: base(ViewCommand, CSharpVsInteractiveWindowPackage.
Id
)
Microsoft.VisualStudio.LanguageServices.CSharp (2)
Interactive\CSharpVsInteractiveWindowPackage.cs (1)
24
get { return
Id
; }
Interactive\CSharpVsInteractiveWindowProvider.cs (1)
59
protected override Guid Id => CSharpVsInteractiveWindowPackage.
Id
;