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