2 writes to RequestedAttachedReference
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\DXD.cs (1)
295
this.
RequestedAttachedReference
= dictionary.Add(TrustDec2005Strings.RequestedAttachedReference);
FrameworkFork\System.ServiceModel\System\ServiceModel\XD.cs (1)
741
this.
RequestedAttachedReference
= dictionary.CreateString(ServiceModelStringsVersion1.String245, 245);
3 references to RequestedAttachedReference
dotnet-svcutil-lib (3)
FrameworkFork\System.ServiceModel\System\ServiceModel\DXD.cs (2)
341
Feb2005DictionaryStrings.Add(XD.TrustFeb2005Dictionary.
RequestedAttachedReference
);
418
Dec2005DictionaryString.Add(DXD.TrustDec2005Dictionary.
RequestedAttachedReference
);
FrameworkFork\System.ServiceModel\System\ServiceModel\Security\WSTrustFeb2005.cs (1)
166
writer.WriteStartElement(this.DriverDictionary.Prefix.Value, this.DriverDictionary.
RequestedAttachedReference
, this.DriverDictionary.Namespace);