2 writes to _trustDriver
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityStandardsManager.cs (2)
68
_trustDriver
= new WSTrustDec2005.DriverDec2005(this);
70
_trustDriver
= new WSTrustFeb2005.DriverFeb2005(this);
1 reference to _trustDriver
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityStandardsManager.cs (1)
105
get { return
_trustDriver
; }