2 writes to _elementOrGenericType
System.Reflection.Metadata (2)
System\Reflection\Metadata\TypeName.cs (2)
59
_elementOrGenericType
= elementOrGenericType;
83
_elementOrGenericType
= elementOrGenericType;
3 references to _elementOrGenericType
System.Reflection.Metadata (3)
System\Reflection\Metadata\TypeName.cs (3)
220
public bool IsSimple =>
_elementOrGenericType
is null;
360
return
_elementOrGenericType
!;
377
return
_elementOrGenericType
!;