2 writes to singleton
System.ServiceModel (2)
System\ServiceModel\Channels\SharedConnectionListener.cs (2)
1522
singleton
= new AllowHelper();
1539
singleton
= defaultDomain.CreateInstanceAndUnwrap(Assembly.GetExecutingAssembly().FullName, typeof(AllowHelper).FullName) as AllowHelper;
4 references to singleton
System.ServiceModel (4)
System\ServiceModel\Channels\SharedConnectionListener.cs (4)
1507
if (
singleton
!= null)
1514
if (
singleton
!= null)
1547
singleton
.TryAllowCore(newSid);
1548
return new RegistrationForAllow(
singleton
, newSid);