1 write to ValueType
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\XD.cs (1)
576
this.
ValueType
= dictionary.CreateString(ServiceModelStringsVersion1.String58, 58);
5 references to ValueType
dotnet-svcutil-lib (5)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSKeyInfoSerializer.cs (1)
178
writer.WriteAttributeString(XD.SecurityJan2004Dictionary.
ValueType
, null, _parent.SerializerDictionary.SecurityContextTokenReferenceValueType.Value);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityJan2004.cs (1)
68
internal static readonly XmlDictionaryString ValueTypeAttribute = XD.SecurityJan2004Dictionary.
ValueType
;
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityTokenSerializer.cs (2)
244
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new XmlException(string.Format(SRServiceModel.CannotReadToken, reader.LocalName, reader.NamespaceURI, localReader.GetAttribute(XD.SecurityJan2004Dictionary.
ValueType
, null))));
509
reader.GetAttribute(XD.SecurityJan2004Dictionary.
ValueType
, null) == this.ValueTypeUri;
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrust.cs (1)
107
reader.GetAttribute(XD.SecurityJan2004Dictionary.
ValueType
, null) == this.ValueTypeUri;