1 write to _outgoingSupportingTokens
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityMessageProperty.cs (1)
156_outgoingSupportingTokens = new Collection<SupportingTokenSpecification>();
6 references to _outgoingSupportingTokens
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\SecurityMessageProperty.cs (6)
154if (_outgoingSupportingTokens == null) 158return _outgoingSupportingTokens; 166return ((_outgoingSupportingTokens != null) && (_outgoingSupportingTokens.Count > 0)); 177for (int i = 0; i < _outgoingSupportingTokens.Count; ++i) 179result.OutgoingSupportingTokens.Add(_outgoingSupportingTokens[i]);