3 references to RoType
System.Reflection.MetadataLoadContext (3)
System\Reflection\TypeLoading\General\Sentinels.cs (1)
29
internal SentinelMethod() : base(Sentinels.
RoType
) { }
System\Reflection\TypeLoading\Types\RoType.cs (2)
160
internal RoType? GetRoBaseType() => object.ReferenceEquals(_lazyBaseType, Sentinels.
RoType
) ? (_lazyBaseType = ComputeBaseType()) : _lazyBaseType;
174
private volatile RoType? _lazyBaseType = Sentinels.
RoType
;