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