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)
220public bool IsSimple => _elementOrGenericType is null; 360return _elementOrGenericType!; 377return _elementOrGenericType!;