18 [
RequiresUnreferencedCode(
"Enumerating in-memory collections as IQueryable can require unreferenced code because expressions referencing IQueryable extension methods can get rebound to IEnumerable extension methods. The IEnumerable extension methods could be trimmed causing the application to fail at runtime.")]
25 [
RequiresUnreferencedCode(
"Enumerating in-memory collections as IQueryable can require unreferenced code because expressions referencing IQueryable extension methods can get rebound to IEnumerable extension methods. The IEnumerable extension methods could be trimmed causing the application to fail at runtime.")]
48 [
RequiresUnreferencedCode(
"Enumerating in-memory collections as IQueryable can require unreferenced code because expressions referencing IQueryable extension methods can get rebound to IEnumerable extension methods. The IEnumerable extension methods could be trimmed causing the application to fail at runtime.")]
55 [
RequiresUnreferencedCode(
"Enumerating in-memory collections as IQueryable can require unreferenced code because expressions referencing IQueryable extension methods can get rebound to IEnumerable extension methods. The IEnumerable extension methods could be trimmed causing the application to fail at runtime.")]
61 [
UnconditionalSuppressMessage(
"ReflectionAnalysis",
"IL2026:RequiresUnreferencedCode", Justification =
"This class's ctor is annotated as RequiresUnreferencedCode.")]
76 [
UnconditionalSuppressMessage(
"ReflectionAnalysis",
"IL2026:RequiresUnreferencedCode", Justification =
"This class's ctor is annotated as RequiresUnreferencedCode.")]
90 [
UnconditionalSuppressMessage(
"ReflectionAnalysis",
"IL2026:RequiresUnreferencedCode", Justification =
"This class's ctor is annotated as RequiresUnreferencedCode.")]
100 [
UnconditionalSuppressMessage(
"ReflectionAnalysis",
"IL2026:RequiresUnreferencedCode", Justification =
"This class's ctor is annotated as RequiresUnreferencedCode.")]
124 [
UnconditionalSuppressMessage(
"ReflectionAnalysis",
"IL2026:RequiresUnreferencedCode", Justification =
"This class's ctor is annotated as RequiresUnreferencedCode.")]
static ? object CreateInstance([DynamicallyAccessedMembers(DynamicallyAccessedMemberTypes.PublicConstructors|DynamicallyAccessedMemberTypes.NonPublicConstructors)] Type type, BindingFlags bindingAttr, Binder? binder, object?[]? args, CultureInfo? culture)
Enumerator GetEnumerator()
static EnumerableExecutor Create(Expression expression)
static IQueryable Create(Type elementType, IEnumerable sequence)
IEnumerator IEnumerable. GetEnumerator()
override? string ToString()
IEnumerable< T > _enumerable
static IQueryable Create(Type elementType, Expression expression)
readonly Expression _expression
EnumerableQuery(Expression expression)
EnumerableQuery(IEnumerable< T > enumerable)
IEnumerator< T > GetEnumerator()
static Exception ArgumentNotValid(string message)
static Exception ArgumentNull(string message)
static Exception EnumeratingNullEnumerableExpression()
static ConstantExpression Constant(object? value)
override string ToString()
static LambdaExpression Lambda(Expression body, params ParameterExpression[]? parameters)
static Type FindGenericType(Type definition, Type type)
new IEnumerator< T > GetEnumerator()
IQueryable CreateQuery(Expression expression)
object? Execute(Expression expression)