1 implementation of IsGuestSessionActive
Microsoft.VisualStudio.LanguageServices.Razor (1)
LiveShare\Guest\LiveShareSessionAccessor.cs (1)
16public bool IsGuestSessionActive => _guestSessionIsActive;
7 references to IsGuestSessionActive
Microsoft.VisualStudio.LanguageServices.Razor (3)
LiveShare\Guest\GuestProjectPathProvider.cs (1)
29if (!_liveShareSessionAccessor.IsGuestSessionActive)
ProjectCapabilityResolver.cs (2)
67return _liveShareSessionAccessor.IsGuestSessionActive 74Debug.Assert(_liveShareSessionAccessor.IsGuestSessionActive);
Microsoft.VisualStudio.LanguageServices.Razor.UnitTests (4)
LiveShare\Guest\GuestProjectPathProviderTest.cs (4)
22a.IsGuestSessionActive == false); 49a.IsGuestSessionActive == true && 90a.IsGuestSessionActive == true && 139a.IsGuestSessionActive == true &&