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