1 write to _elementOrGenericType
System.Reflection.Metadata (1)
System\Reflection\Metadata\TypeName.cs (1)
59_elementOrGenericType = elementOrGenericType;
3 references to _elementOrGenericType
System.Reflection.Metadata (3)
System\Reflection\Metadata\TypeName.cs (3)
190public bool IsSimple => _elementOrGenericType is null; 322return _elementOrGenericType!; 339return _elementOrGenericType!;