We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86e9fe7 commit 192eab1Copy full SHA for 192eab1
CodingSeb.ExpressionEvaluator/ExpressionEvaluator.cs
@@ -786,7 +786,7 @@ public bool OptionNewFunctionEvaluationActive
786
787
#region Reflection flags
788
789
- protected BindingFlags InstanceBindingFlag
+ protected virtual BindingFlags InstanceBindingFlag
790
{
791
get
792
@@ -799,7 +799,7 @@ protected BindingFlags InstanceBindingFlag
799
}
800
801
802
- public BindingFlags StaticBindingFlag
+ protected virtual BindingFlags StaticBindingFlag
803
804
805
0 commit comments