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