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