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