6 references to MustNot
ILCompiler.RyuJit (6)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (6)
3038result = TypeCompareState.MustNot; 3079result = TypeCompareState.MustNot; 3106false => TypeCompareState.MustNot, 3193return type.HasInstantiation ? TypeCompareState.Must : TypeCompareState.MustNot; 3201return type.IsNullable ? TypeCompareState.Must : TypeCompareState.MustNot; 3226return TypeCompareState.MustNot;