11 references to DynamicMetaObject
Microsoft.CSharp (8)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComBinderHelpers.cs (1)
90
newArgs[i] = new
DynamicMetaObject
(
Microsoft\CSharp\RuntimeBinder\ComInterop\ComClassMetaObject.cs (1)
14
:
base
(expression, BindingRestrictions.Empty, cls)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComFallbackMetaObject.cs (2)
20
:
base
(expression, restrictions, arg)
69
:
base
(expression, restrictions, value)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComMetaObject.cs (1)
15
:
base
(expression, restrictions, arg)
Microsoft\CSharp\RuntimeBinder\ComInterop\DispCallableMetaObject.cs (1)
17
:
base
(expression, BindingRestrictions.Empty, callable)
Microsoft\CSharp\RuntimeBinder\ComInterop\TypeEnumMetaObject.cs (1)
15
:
base
(expression, BindingRestrictions.Empty, desc) {
Microsoft\CSharp\RuntimeBinder\ComInterop\TypeLibMetaObject.cs (1)
14
:
base
(expression, BindingRestrictions.Empty, lib) {
System.Linq.Expressions (3)
System\Dynamic\DynamicMetaObject.cs (1)
301
return new
DynamicMetaObject
(expression, BindingRestrictions.Empty, value);
System\Dynamic\DynamicObject.cs (1)
213
:
base
(expression, BindingRestrictions.Empty, value)
System\Dynamic\ExpandoObject.cs (1)
779
:
base
(expression, BindingRestrictions.Empty, value)