3 references to TryReadGlobal
Microsoft.Diagnostics.DataContractReader (3)
ContractDescriptorTarget.cs (3)
758
=>
TryReadGlobal
<T>(name, out value, out _);
779
if (!
TryReadGlobal
(name, out T? value, out type))
791
if (!
TryReadGlobal
(name, out ulong? innerValue, out type))