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