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