1 instantiation of GlobalValue
Microsoft.Diagnostics.DataContractReader (1)
ContractDescriptorParser.cs (1)
288directGlobalValue = new GlobalValue
4 references to GlobalValue
Microsoft.Diagnostics.DataContractReader (4)
ContractDescriptorParser.cs (4)
209if (TryGetGlobalValueFromToken(ref reader, out GlobalValue valueCase1)) 221if (TryGetGlobalValueFromToken(ref reader, out GlobalValue valueCase2or3)) 250if (!TryGetGlobalValueFromToken(ref reader, out GlobalValue valueCase4)) 281private static bool TryGetGlobalValueFromToken(ref Utf8JsonReader reader, out GlobalValue directGlobalValue)