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