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