2 writes to Type
Microsoft.CodeAnalysis (2)
Emit\EditAndContinue\EncHoistedLocalInfo.cs (2)
21
Type
= null;
27
Type
= type;
7 references to Type
Microsoft.CodeAnalysis (7)
Emit\EditAndContinue\AddedOrChangedMethodInfo.cs (2)
89
if (info.
Type
is null)
94
var typeRef = map.MapReference(info.
Type
);
Emit\EditAndContinue\EncHoistedLocalInfo.cs (5)
31
=>
Type
is null;
35
Cci.SymbolEquivalentEqualityComparer.Instance.Equals(
Type
, other.
Type
);
41
=> Hash.Combine(Cci.SymbolEquivalentEqualityComparer.Instance.GetHashCode(
Type
), SlotInfo.GetHashCode());
53
Type
);