2 writes to RequestedUnattachedReference
System.ServiceModel (2)
System\ServiceModel\DXD.cs (1)
297this.RequestedUnattachedReference = dictionary.Add(TrustDec2005Strings.RequestedUnattachedReference);
System\ServiceModel\XD.cs (1)
1466this.RequestedUnattachedReference = dictionary.CreateString(ServiceModelStringsVersion1.String246, 246);
4 references to RequestedUnattachedReference
System.ServiceModel (4)
System\ServiceModel\DXD.cs (2)
343Feb2005DictionaryStrings.Add(XD.TrustFeb2005Dictionary.RequestedUnattachedReference); 420Dec2005DictionaryString.Add(DXD.TrustDec2005Dictionary.RequestedUnattachedReference);
System\ServiceModel\Security\WSTrustFeb2005.cs (2)
142else if (child.LocalName == this.DriverDictionary.RequestedUnattachedReference.Value && child.NamespaceURI == this.DriverDictionary.Namespace.Value) 215writer.WriteStartElement(this.DriverDictionary.Prefix.Value, this.DriverDictionary.RequestedUnattachedReference, this.DriverDictionary.Namespace);