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

Inheritance: TypeBinaryTests
Afficher le fichier Open project: dotnet/corefx

Private Methods

Méthode Description
CannotReduce ( ) : void
ExpressionEvaluationCompiled ( Expression expression, Type type, bool useInterpreter ) : void
ExpressionEvaluationWithParameter ( Expression expression, Type type, bool useInterpreter ) : void
ExpressionIsThatPassed ( Expression expression, Type type ) : void
NodeType ( Expression expression, Type type ) : void
NullExpression ( ) : void
NullType ( ) : void
ToStringTest ( ) : void
TypeByRef ( ) : void
TypeIsBoolean ( Expression expression, Type type ) : void
TypePropertyMatches ( Expression expression, Type type ) : void
UnreadableExpression ( ) : void
UpdateNotSameReturnsNotSame ( ) : void
UpdateSameReturnsSame ( ) : void
VisitHitsVisitTypeBinary ( ) : void