19 references to
Microsoft.CSharp (19)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\ArrayIndex.cs (1)
9: base(ExpressionKind.ArrayIndex, type)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\ArrayInitialization.cs (1)
9: base(ExpressionKind.ArrayInit, type)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\BoundAnonymousFunction.cs (1)
11: base(ExpressionKind.BoundLambda, type)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Cast.cs (1)
12: base(ExpressionKind.Cast, type)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Class.cs (1)
11: base(ExpressionKind.Class, type)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\CompoundOperator.cs (2)
11: base(ExpressionKind.MultiGet, type) 24: base(ExpressionKind.Multi, type)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Concatenate.cs (1)
12: base(ExpressionKind.Concat, TypeFromOperands(first, second))
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Constant.cs (1)
13: base(ExpressionKind.Constant, type)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\ExprOperator.cs (1)
11: base(kind, type)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\ExprWithArgs.cs (1)
9: base(kind, type)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Field.cs (1)
9: base(ExpressionKind.Field, type)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\FieldInfo.cs (1)
11: base(ExpressionKind.FieldInfo, type)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\MemberGroup.cs (1)
12: base(ExpressionKind.MemberGroup, MethodGroupType.Instance)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\MethodInfo.cs (1)
14: base(ExpressionKind.MethodInfo, type)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\PropertyInfo.cs (1)
14: base(ExpressionKind.PropertyInfo, type)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\TypeOf.cs (1)
11: base(ExpressionKind.TypeOf, type)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\UserDefinedLogicalOperator.cs (1)
11: base(ExpressionKind.UserLogicalOp, type)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\ZeroInitialize.cs (1)
12: base(ExpressionKind.ZeroInit, type)