1 instantiation of GlobalValue
Microsoft.Diagnostics.DataContractReader (1)
ContractDescriptorParser.cs (1)
339directGlobalValue = new GlobalValue
4 references to GlobalValue
Microsoft.Diagnostics.DataContractReader (4)
ContractDescriptorParser.cs (4)
235if (TryGetGlobalValueFromToken(ref reader, out GlobalValue directValue)) 249if (TryGetGlobalValueFromToken(ref reader, out GlobalValue value)) 288private static GlobalDescriptor CreateGlobalDescriptor(GlobalValue value, bool indirect, string? type) 332private static bool TryGetGlobalValueFromToken(ref Utf8JsonReader reader, out GlobalValue directGlobalValue)