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