2 writes to Type
Microsoft.CodeAnalysis (2)
Emit\EditAndContinue\EncLocalInfo.cs (2)
26Type = null; 35Type = type;
8 references to Type
Microsoft.CodeAnalysis (8)
Emit\EditAndContinue\AddedOrChangedMethodInfo.cs (2)
75if (info.Type is null) 81var typeRef = map.MapReference(info.Type);
Emit\EditAndContinue\EncLocalInfo.cs (6)
42=> Type is null && Signature is null; 47Cci.SymbolEquivalentEqualityComparer.Instance.Equals(Type, other.Type) && 57Debug.Assert(Type != null); 60Hash.Combine(Cci.SymbolEquivalentEqualityComparer.Instance.GetHashCode(Type), 80Type,