1 write to _globals
Microsoft.Diagnostics.DataContractReader (1)
ContractDescriptorTarget.cs (1)
296
_globals
= globals.ToFrozenDictionary();
2 references to _globals
Microsoft.Diagnostics.DataContractReader (2)
ContractDescriptorTarget.cs (2)
870
if (!
_globals
.TryGetValue(name, out GlobalValue global) || global.StringValue is null)
884
if (!
_globals
.TryGetValue(name, out GlobalValue global) || global.NumericValue is null)