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)
250
public bool IsEmpty =>
_states
.Count == 0;
252
internal IEnumerable<KeyValuePair<TypeDesc, Map>> Maps =>
_states
;