4 implementations of TryLookup
System.Private.DataContractSerialization (4)
System\Xml\XmlBinaryReaderSession.cs (1)
72
public bool
TryLookup
(string value, [NotNullWhen(true)] out XmlDictionaryString? result)
System\Xml\XmlDictionary.cs (2)
63
public virtual bool
TryLookup
(string value, [NotNullWhen(true)] out XmlDictionaryString? result)
94
public bool
TryLookup
(string value, [NotNullWhen(true)] out XmlDictionaryString? result)
System\Xml\XmlDictionaryString.cs (1)
103
public bool
TryLookup
(string value, [NotNullWhen(true)] out XmlDictionaryString? result)