2 references to OnlyStaticMethodsHaveNullInstance
System.Linq.Expressions (2)
System\Linq\Expressions\MethodCallExpression.cs (2)
1251
if (instance != null) throw Error.
OnlyStaticMethodsHaveNullInstance
();
1255
if (instance == null) throw Error.
OnlyStaticMethodsHaveNullInstance
();