6 references to Must
ILCompiler.RyuJit (6)
src\runtime\src\coreclr\tools\Common\JitInterface\CorInfoImpl.cs (6)
3036result = TypeCompareState.Must; 3053result = TypeCompareState.Must; 3105true => TypeCompareState.Must, 3193return type.HasInstantiation ? TypeCompareState.Must : TypeCompareState.MustNot; 3201return type.IsNullable ? TypeCompareState.Must : TypeCompareState.MustNot; 3222return TypeCompareState.Must;