2 references to TryReadGlobal
Microsoft.Diagnostics.DataContractReader (2)
ContractDescriptorTarget.cs (2)
823
=>
TryReadGlobal
<T>(name, out value, out _);
844
if (!
TryReadGlobal
(name, out T? value, out type))