1 write to TypeAttribute
dotnet-svcutil-lib (1)
FrameworkFork\System.ServiceModel\System\ServiceModel\XD.cs (1)
577this.TypeAttribute = dictionary.CreateString(ServiceModelStringsVersion1.String59, 59);
3 references to TypeAttribute
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSSecurityJan2004.cs (2)
349writer.WriteAttributeString(XD.SecurityJan2004Dictionary.TypeAttribute, null, SecurityJan2004Strings.UPTokenPasswordTextValue); 359string type = reader.GetAttribute(XD.SecurityJan2004Dictionary.TypeAttribute, null);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrust.cs (1)
130string secretType = reader.GetAttribute(XD.SecurityJan2004Dictionary.TypeAttribute, null);