2 writes to Type
Microsoft.Diagnostics.DataContractReader (2)
ContractDescriptorParser.cs (2)
241
return new GlobalDescriptor {
Type
= type, NumericValue = valueCase2or3.NumericValue, StringValue = valueCase2or3.StringValue, Indirect = false };
264
return new GlobalDescriptor {
Type
= type, NumericValue = valueCase4.NumericValue, StringValue = valueCase4.StringValue, Indirect = true };
2 references to Type
Microsoft.Diagnostics.DataContractReader (2)
ContractDescriptorTarget.cs (2)
274
Type = global.
Type
283
Type = global.
Type