1 instantiation of AllowHelper
System.ServiceModel (1)
System\ServiceModel\Channels\SharedConnectionListener.cs (1)
1522singleton = new AllowHelper();
6 references to AllowHelper
System.ServiceModel (6)
System\ServiceModel\Channels\SharedConnectionListener.cs (6)
689allowContext = AllowHelper.TryAllow(listenerUniqueSid.Value); 1495static AllowHelper singleton; 1539singleton = defaultDomain.CreateInstanceAndUnwrap(Assembly.GetExecutingAssembly().FullName, typeof(AllowHelper).FullName) as AllowHelper; 1613AllowHelper singleton; 1615public RegistrationForAllow(AllowHelper singleton, string grantedSid)