1 write to _states
ILCompiler.ReadyToRun (1)
src\runtime\src\coreclr\tools\Common\Compiler\TypeMapMetadata.cs (1)
245_states = states;
2 references to _states
ILCompiler.ReadyToRun (2)
src\runtime\src\coreclr\tools\Common\Compiler\TypeMapMetadata.cs (2)
250public bool IsEmpty => _states.Count == 0; 252internal IEnumerable<KeyValuePair<TypeDesc, Map>> Maps => _states;