4 writes to hasSecurityStateReference
System.ServiceModel (4)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (4)
1237this.hasSecurityStateReference = true; 1269hasSecurityStateReference = false; 1298hasSecurityStateReference = false; 2418this.channel.hasSecurityStateReference = false;
3 references to hasSecurityStateReference
System.ServiceModel (3)
System\ServiceModel\Security\SecuritySessionServerSettings.cs (3)
1266if (hasSecurityStateReference) 1295if (hasSecurityStateReference) 2415if (this.channel.hasSecurityStateReference)