5 references to TryGetKey
dotnet-svcutil-lib (5)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryWriter.cs (5)
176
if (!
TryGetKey
(localName, out key))
264
if (!
TryGetKey
(localName, out key))
323
if (!
TryGetKey
(ns, out key))
602
if (!
TryGetKey
(value, out key))
991
if (prefix.Length == 1 && (ch >= 'a' && ch <= 'z') &&
TryGetKey
(localName, out key))