1 write to _outgoingSupportingTokens
System.ServiceModel.Primitives (1)
System\ServiceModel\Security\SecurityMessageProperty.cs (1)
146_outgoingSupportingTokens = new Collection<SupportingTokenSpecification>();
6 references to _outgoingSupportingTokens
System.ServiceModel.Primitives (6)
System\ServiceModel\Security\SecurityMessageProperty.cs (6)
144if (_outgoingSupportingTokens == null) 148return _outgoingSupportingTokens; 156return ((_outgoingSupportingTokens != null) && (_outgoingSupportingTokens.Count > 0)); 167for (int i = 0; i < _outgoingSupportingTokens.Count; ++i) 169result.OutgoingSupportingTokens.Add(_outgoingSupportingTokens[i]);