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