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