2 writes to _standardsManager
System.ServiceModel.Primitives (2)
System\ServiceModel\Security\RequestSecurityToken.cs (2)
101_standardsManager = standardsManager ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentNullException(nameof(standardsManager))); 122_standardsManager = standardsManager ?? throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new ArgumentNullException(nameof(standardsManager)));
5 references to _standardsManager
System.ServiceModel.Primitives (5)
System\ServiceModel\Security\RequestSecurityToken.cs (5)
123_requestType = _standardsManager.TrustDriver.RequestTypeIssue; 363return _standardsManager.TrustDriver.GetBinaryNegotiation(this); 378return _standardsManager.TrustDriver.GetEntropy(this, resolver); 404return _standardsManager.TrustDriver.GetAppliesTo<T>(this, serializer); 420_standardsManager.TrustDriver.WriteRequestSecurityToken(this, writer);