2 writes to standardsManager
System.ServiceModel (2)
System\ServiceModel\Security\IssuanceTokenProviderBase.cs (2)
55
this.
standardsManager
= null;
173
this.
standardsManager
= value;
2 references to standardsManager
System.ServiceModel (2)
System\ServiceModel\Security\IssuanceTokenProviderBase.cs (2)
166
if (this.
standardsManager
== null)
168
return this.
standardsManager
;