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