5 overrides of Object
Microsoft.CSharp (5)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Cast.cs (1)
24public override object Object
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Constant.cs (1)
49public override object Object
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\MethodInfo.cs (1)
148public override object Object
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\TypeOf.cs (1)
19public override object Object
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\ZeroInitialize.cs (1)
16public override object Object
2 references to Object
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\ExpressionTreeCallRewriter.cs (1)
480list.OptionalElement.Object, ((ExprTypeOf)list.OptionalNextListNode).SourceType.AssociatedSystemType);
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Cast.cs (1)
35return arg.Object;