6 references to ValueType
dotnet-svcutil-lib (6)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityTokenSerializer.cs (3)
440
throw DiagnosticUtility.ExceptionUtility.ThrowHelperError(new XmlException(string.Format(SRServiceModel.CannotReadToken, element.LocalName, element.NamespaceURI, element.GetAttribute(SecurityJan2004Strings.
ValueType
, null))));
498
if (element.HasAttribute(SecurityJan2004Strings.
ValueType
, null))
500
valueTypeUri = element.GetAttribute(SecurityJan2004Strings.
ValueType
, null);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrust.cs (3)
96
if (element.HasAttribute(SecurityJan2004Strings.
ValueType
, null))
98
valueTypeUri = element.GetAttribute(SecurityJan2004Strings.
ValueType
, null);
435
string valueTypeUri = element.GetAttribute(SecurityJan2004Strings.
ValueType
);