1 write to _parent
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSKeyInfoSerializer.cs (1)
98_parent = parent;
8 references to _parent
dotnet-svcutil-lib (8)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSKeyInfoSerializer.cs (8)
103get { return _parent; } 118if (tokenType != null && tokenType != _parent.SerializerDictionary.SecurityContextTokenType.Value) 123_parent.SecurityTokenSerializer.DictionaryManager.SecurityJan2004Dictionary.Reference, 124_parent.SecurityTokenSerializer.DictionaryManager.SecurityJan2004Dictionary.Namespace)) 126string valueType = reader.GetAttribute(_parent.SecurityTokenSerializer.DictionaryManager.SecurityJan2004Dictionary.ValueType, null); 127if (valueType != null && valueType != _parent.SerializerDictionary.SecurityContextTokenReferenceValueType.Value) 131string uri = reader.GetAttribute(_parent.SecurityTokenSerializer.DictionaryManager.SecurityJan2004Dictionary.URI, null); 178writer.WriteAttributeString(XD.SecurityJan2004Dictionary.ValueType, null, _parent.SerializerDictionary.SecurityContextTokenReferenceValueType.Value);