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)
156
internal RoType? GetRoBaseType() => object.ReferenceEquals(_lazyBaseType, Sentinels.
RoType
) ? (_lazyBaseType = ComputeBaseType()) : _lazyBaseType;
170
private volatile RoType? _lazyBaseType = Sentinels.
RoType
;