Base:
method
UnmarshalFromRef
Microsoft.CSharp.RuntimeBinder.ComInterop.ArgBuilder.UnmarshalFromRef(System.Linq.Expressions.Expression)
9 overrides of UnmarshalFromRef
Microsoft.CSharp (9)
Microsoft\CSharp\RuntimeBinder\ComInterop\BoolArgBuilder.cs (1)
30
internal override Expression
UnmarshalFromRef
(Expression value)
Microsoft\CSharp\RuntimeBinder\ComInterop\ConvertArgBuilder.cs (1)
27
internal override Expression
UnmarshalFromRef
(Expression newValue)
Microsoft\CSharp\RuntimeBinder\ComInterop\CurrencyArgBuilder.cs (1)
42
internal override Expression
UnmarshalFromRef
(Expression value)
Microsoft\CSharp\RuntimeBinder\ComInterop\DateTimeArgBuilder.cs (1)
29
internal override Expression
UnmarshalFromRef
(Expression value)
Microsoft\CSharp\RuntimeBinder\ComInterop\DispatchArgBuilder.cs (1)
54
internal override Expression
UnmarshalFromRef
(Expression value)
Microsoft\CSharp\RuntimeBinder\ComInterop\ErrorArgBuilder.cs (1)
30
internal override Expression
UnmarshalFromRef
(Expression value)
Microsoft\CSharp\RuntimeBinder\ComInterop\StringArgBuilder.cs (1)
52
internal override Expression
UnmarshalFromRef
(Expression value)
Microsoft\CSharp\RuntimeBinder\ComInterop\UnknownArgBuilder.cs (1)
54
internal override Expression
UnmarshalFromRef
(Expression value)
Microsoft\CSharp\RuntimeBinder\ComInterop\VariantArgBuilder.cs (1)
51
internal override Expression
UnmarshalFromRef
(Expression value)
9 references to UnmarshalFromRef
Microsoft.CSharp (9)
Microsoft\CSharp\RuntimeBinder\ComInterop\BoolArgBuilder.cs (1)
33
return base.
UnmarshalFromRef
(
Microsoft\CSharp\RuntimeBinder\ComInterop\ConvertArgBuilder.cs (1)
29
return base.
UnmarshalFromRef
(Expression.Convert(newValue, ParameterType));
Microsoft\CSharp\RuntimeBinder\ComInterop\CurrencyArgBuilder.cs (1)
45
return base.
UnmarshalFromRef
(
Microsoft\CSharp\RuntimeBinder\ComInterop\DateTimeArgBuilder.cs (1)
32
return base.
UnmarshalFromRef
(
Microsoft\CSharp\RuntimeBinder\ComInterop\DispatchArgBuilder.cs (1)
74
return base.
UnmarshalFromRef
(unmarshal);
Microsoft\CSharp\RuntimeBinder\ComInterop\ErrorArgBuilder.cs (1)
33
return base.
UnmarshalFromRef
(
Microsoft\CSharp\RuntimeBinder\ComInterop\StringArgBuilder.cs (1)
72
return base.
UnmarshalFromRef
(unmarshal);
Microsoft\CSharp\RuntimeBinder\ComInterop\UnknownArgBuilder.cs (1)
74
return base.
UnmarshalFromRef
(unmarshal);
Microsoft\CSharp\RuntimeBinder\ComInterop\VariantArgBuilder.cs (1)
68
return base.
UnmarshalFromRef
(unmarshal);