Implemented interface member:
method
TryLookup
Microsoft.Xml.IXmlDictionary.TryLookup(System.String, out Microsoft.Xml.XmlDictionaryString)
2 references to TryLookup
dotnet-svcutil-lib (2)
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\OperationFormatter.cs (1)
493
if (!dictionary.
TryLookup
(s, out dictionaryString))
FrameworkFork\System.ServiceModel\System\ServiceModel\Dispatcher\PrimitiveOperationFormatter.cs (1)
144
if (!dictionary.
TryLookup
(s, out dictionaryString))