C# Class System.Linq.Expressions.Tests.ReferenceEqual

Inheritance: ReferenceEqualityTests
显示文件 Open project: dotnet/corefx

Private Methods

Method Description
CannotReduce ( ) : void
FalseIfDifferentObjectsAsObject ( object x, object y, bool useInterpreter ) : void
FalseIfDifferentObjectsOwnType ( object x, object y, bool useInterpreter ) : void
FalseIfLeftNull ( object item, bool useInterpreter ) : void
FalseIfRightNull ( object item, bool useInterpreter ) : void
FalseOnDifferentViaInterface ( object x, object y, bool useInterpreter ) : void
ThrowsOnLeftNull ( ) : void
ThrowsOnLeftUnreadable ( ) : void
ThrowsOnRightNull ( ) : void
ThrowsOnRightUnreadable ( ) : void
ThrowsOnUnassignablePairs ( object x, object y ) : void
ThrowsOnValueTypeArguments ( object x, object y ) : void
TrueOnBothNull ( Type type, bool useInterpreter ) : void
TrueOnSame ( object item, bool useInterpreter ) : void
TrueOnSameLeftViaInterface ( object item, bool useInterpreter ) : void
TrueOnSameRightViaInterface ( object item, bool useInterpreter ) : void
TrueOnSameViaInterface ( object item, bool useInterpreter ) : void
Update ( ) : void