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