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