1 write to _type
Microsoft.CodeAnalysis (1)
CodeGen\LocalSlotManager.cs (1)
45
_type
= valType;
3 references to _type
Microsoft.CodeAnalysis (3)
CodeGen\LocalSlotManager.cs (3)
54
(Cci.SymbolEquivalentEqualityComparer.Instance.Equals(
_type
, other.
_type
));
58
=> Hash.Combine(Cci.SymbolEquivalentEqualityComparer.Instance.GetHashCode(
_type
), (int)_constraints);