Implemented interface member:
method
TryLookup
System.Xml.IXmlDictionary.TryLookup(System.String, out System.Xml.XmlDictionaryString)
2 references to TryLookup
System.ServiceModel.Primitives (2)
System\ServiceModel\Dispatcher\OperationFormatter.cs (1)
517if (!dictionary.TryLookup(s, out dictionaryString))
System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (1)
180if (!dictionary.TryLookup(s, out dictionaryString))