3 references to ReadDictionaryKey
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryReader.cs (1)
1055return BufferReader.ReadDictionaryKey();
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBufferReader.cs (2)
1281value.SetDictionaryValue(ReadDictionaryKey()); 1372int key = ReadDictionaryKey();