4 references to ReadDictionary
Microsoft.Diagnostics.DataContractReader (4)
ContractDescriptorParser.cs (4)
71descriptor.Contracts = ReadDictionary(ref reader, ReadString); 74descriptor.Types = ReadDictionary(ref reader, ReadTypeDescriptor); 77descriptor.Globals = ReadDictionary(ref reader, ReadGlobalDescriptor); 80descriptor.SubDescriptors = ReadDictionary(ref reader, ReadGlobalDescriptor);