2 writes to _elementOrGenericType
System.Reflection.Metadata (2)
System\Reflection\Metadata\TypeName.cs (2)
59_elementOrGenericType = elementOrGenericType; 83_elementOrGenericType = elementOrGenericType;
5 references to _elementOrGenericType
System.Reflection.Metadata (5)
System\Reflection\Metadata\TypeName.cs (5)
277[MemberNotNullWhen(false, nameof(_elementOrGenericType))] 278public bool IsSimple => _elementOrGenericType is null; 379rootTypeName = rootTypeName._elementOrGenericType; 486return _elementOrGenericType!; 503return _elementOrGenericType!;