2 instantiations of GlobalValue
Microsoft.Diagnostics.DataContractReader (2)
ContractDescriptorTarget.cs (2)
270
globals[name] = new
GlobalValue
279
globals[name] = new
GlobalValue
5 references to GlobalValue
Microsoft.Diagnostics.DataContractReader (5)
ContractDescriptorTarget.cs (5)
51
private IReadOnlyDictionary<string,
GlobalValue
> _globals = new Dictionary<string,
GlobalValue
>();
201
Dictionary<string,
GlobalValue
> globals = [];
764
if (!_globals.TryGetValue(name, out
GlobalValue
global) || global.NumericValue is null)
827
if (!_globals.TryGetValue(name, out
GlobalValue
global) || global.StringValue is null)