1 instantiation of AppContainerInfo
System.ServiceModel (1)
System\ServiceModel\Channels\AppContainerInfo.cs (1)
102return new AppContainerInfo(appSession, namedObjectPath);
22 references to AppContainerInfo
System.ServiceModel (22)
System\ServiceModel\Channels\AppContainerInfo.cs (11)
68isRunningInAppContainer = AppContainerInfo.RunningInAppContainer(); 82internal static AppContainerInfo CreateAppContainerInfo(string fullName, int sessionId) 94currentSessionId = AppContainerInfo.GetCurrentSessionId(); 101string namedObjectPath = AppContainerInfo.GetAppContainerNamedObjectPath(fullName); 111Fx.Assert(AppContainerInfo.IsAppContainerSupported, "AppContainers are not supported."); 121tokenHandle = AppContainerInfo.GetCurrentProcessToken(); 142Fx.Assert(AppContainerInfo.IsAppContainerSupported, "AppContainers are not supported."); 146tokenHandle = AppContainerInfo.GetCurrentProcessToken(); 167Fx.Assert(AppContainerInfo.IsAppContainerSupported, "AppContainers are not supported."); 225Fx.Assert(AppContainerInfo.IsAppContainerSupported, "AppContainers are not supported."); 229tokenHandle = AppContainerInfo.GetCurrentProcessToken();
System\ServiceModel\Channels\ApplicationContainerSettings.cs (1)
72if (AppContainerInfo.IsAppContainerSupported && this.TargetingAppContainer)
System\ServiceModel\Channels\PipeConnection.cs (9)
1682AppContainerInfo appInfo = GetAppContainerInfo(transportFactorySettings); 1867static AppContainerInfo GetAppContainerInfo(IPipeTransportFactorySettings transportFactorySettings) 1869if (AppContainerInfo.IsAppContainerSupported && 1876return AppContainerInfo.CreateAppContainerInfo(appSettings.PackageFullName, appSettings.SessionId); 2450if (AppContainerInfo.IsRunningInAppContainer) 2456AppContainerInfo.GetCurrentAppContainerSid(), 2673internal string GetPipeName(AppContainerInfo appInfo) 2740return (AppContainerInfo.IsRunningInAppContainer ? PipeLocalPrefix : PipePrefix) + pipeGuid; 2774internal static string BuildSharedMemoryName(string hostName, string path, bool global, AppContainerInfo appContainerInfo)
System\ServiceModel\Configuration\ServiceModelExtensionCollectionElement.cs (1)
331if (System.ServiceModel.Channels.AppContainerInfo.IsRunningInAppContainer && evaluationContext.IsMachineLevel)