2 writes to Prefix
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\DXD.cs (1)
260
this.
Prefix
= dictionary.Add(TrustDec2005Strings.Prefix);
FrameworkFork\System.ServiceModel\System\ServiceModel\XD.cs (1)
731
this.
Prefix
= dictionary.CreateString(ServiceModelStringsVersion1.String235, 235);
23 references to Prefix
dotnet-svcutil-lib (23)
FrameworkFork\System.ServiceModel\System\ServiceModel\DXD.cs (2)
331
Feb2005DictionaryStrings.Add(XD.TrustFeb2005Dictionary.
Prefix
);
383
Dec2005DictionaryString.Add(DXD.TrustDec2005Dictionary.
Prefix
);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\TrustVersion.cs (2)
56
: base(XD.TrustFeb2005Dictionary.Namespace, XD.TrustFeb2005Dictionary.
Prefix
)
74
: base(DXD.TrustDec2005Dictionary.Namespace, DXD.TrustDec2005Dictionary.
Prefix
)
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrust.cs (12)
618
writer.WriteStartElement(DriverDictionary.
Prefix
.Value, DriverDictionary.RequestedTokenReference, DriverDictionary.Namespace);
639
writer.WriteStartElement(DriverDictionary.
Prefix
.Value, DriverDictionary.RequestSecurityTokenResponseCollection, DriverDictionary.Namespace);
691
XmlElement result = doc.CreateElement(this.DriverDictionary.
Prefix
.Value, this.DriverDictionary.KeySize.Value,
740
XmlElement result = doc.CreateElement(this.DriverDictionary.
Prefix
.Value, this.DriverDictionary.KeyType.Value,
759
XmlElement result = doc.CreateElement(this.DriverDictionary.
Prefix
.Value, this.DriverDictionary.KeyType.Value,
788
XmlElement result = doc.CreateElement(this.DriverDictionary.
Prefix
.Value, this.DriverDictionary.TokenType.Value,
831
XmlElement result = doc.CreateElement(this.DriverDictionary.
Prefix
.Value, this.DriverDictionary.SignWith.Value,
849
XmlElement result = doc.CreateElement(this.DriverDictionary.
Prefix
.Value, this.DriverDictionary.EncryptWith.Value,
862
XmlElement result = doc.CreateElement(this.DriverDictionary.
Prefix
.Value, this.DriverDictionary.EncryptionAlgorithm.Value,
885
XmlElement result = doc.CreateElement(this.DriverDictionary.
Prefix
.Value, this.DriverDictionary.ComputedKeyAlgorithm.Value,
898
XmlElement result = doc.CreateElement(this.DriverDictionary.
Prefix
.Value, this.DriverDictionary.CanonicalizationAlgorithm.Value,
939
XmlElement result = doc.CreateElement(this.DriverDictionary.
Prefix
.Value, this.DriverDictionary.Claims.Value,
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrustDec2005.cs (3)
74
XmlElement result = doc.CreateElement(this.DriverDictionary.
Prefix
.Value, this.DriverDictionary.KeyType.Value,
138
XmlElement secondaryParamElement = originalRequestParameters[0].OwnerDocument.CreateElement(DXD.TrustDec2005Dictionary.
Prefix
.Value, DXD.TrustDec2005Dictionary.SecondaryParameters.Value, DXD.TrustDec2005Dictionary.Namespace.Value);
165
XmlElement result = doc.CreateElement(DXD.TrustDec2005Dictionary.
Prefix
.Value, DXD.TrustDec2005Dictionary.KeyWrapAlgorithm.Value,
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrustFeb2005.cs (4)
166
writer.WriteStartElement(this.DriverDictionary.
Prefix
.Value, this.DriverDictionary.RequestedAttachedReference, this.DriverDictionary.Namespace);
173
writer.WriteStartElement(this.DriverDictionary.
Prefix
.Value, this.DriverDictionary.RequestedUnattachedReference, this.DriverDictionary.Namespace);
191
writer.WriteStartElement(this.DriverDictionary.
Prefix
.Value, this.DriverDictionary.RenewTarget, this.DriverDictionary.Namespace);
198
writer.WriteStartElement(this.DriverDictionary.
Prefix
.Value, this.DriverDictionary.CloseTarget, this.DriverDictionary.Namespace);