4 references to CreateGlobalDescriptor
Microsoft.Diagnostics.DataContractReader (4)
ContractDescriptorParser.cs (4)
236return CreateGlobalDescriptor(directValue, indirect: false, type: null); 253return CreateGlobalDescriptor(value, indirect: true, type: null); 261return CreateGlobalDescriptor(value, indirect: false, type); 285return CreateGlobalDescriptor(value, indirect: true, indirectType);