Base:
method
Marshal
Microsoft.CSharp.RuntimeBinder.ComInterop.ArgBuilder.Marshal(System.Linq.Expressions.Expression)
7 overrides of Marshal
Microsoft.CSharp (7)
Microsoft\CSharp\RuntimeBinder\ComInterop\ConvertArgBuilder.cs (1)
21
internal override Expression
Marshal
(Expression parameter)
Microsoft\CSharp\RuntimeBinder\ComInterop\CurrencyArgBuilder.cs (1)
23
internal override Expression
Marshal
(Expression parameter)
Microsoft\CSharp\RuntimeBinder\ComInterop\DispatchArgBuilder.cs (1)
22
internal override Expression
Marshal
(Expression parameter)
Microsoft\CSharp\RuntimeBinder\ComInterop\ErrorArgBuilder.cs (1)
21
internal override Expression
Marshal
(Expression parameter)
Microsoft\CSharp\RuntimeBinder\ComInterop\StringArgBuilder.cs (1)
24
internal override Expression
Marshal
(Expression parameter)
Microsoft\CSharp\RuntimeBinder\ComInterop\UnknownArgBuilder.cs (1)
22
internal override Expression
Marshal
(Expression parameter)
Microsoft\CSharp\RuntimeBinder\ComInterop\VariantArgBuilder.cs (1)
23
internal override Expression
Marshal
(Expression parameter)
10 references to Marshal
Microsoft.CSharp (10)
Microsoft\CSharp\RuntimeBinder\ComInterop\BoolArgBuilder.cs (1)
24
Marshal
(parameter),
Microsoft\CSharp\RuntimeBinder\ComInterop\ConversionArgBuilder.cs (1)
24
return _innerBuilder.
Marshal
(Helpers.Convert(parameter, _parameterType));
Microsoft\CSharp\RuntimeBinder\ComInterop\ConvertArgBuilder.cs (1)
23
parameter = base.
Marshal
(parameter);
Microsoft\CSharp\RuntimeBinder\ComInterop\CurrencyArgBuilder.cs (1)
27
Helpers.Convert(base.
Marshal
(parameter), typeof(CurrencyWrapper)),
Microsoft\CSharp\RuntimeBinder\ComInterop\DateTimeArgBuilder.cs (1)
24
Marshal
(parameter),
Microsoft\CSharp\RuntimeBinder\ComInterop\DispatchArgBuilder.cs (1)
24
parameter = base.
Marshal
(parameter);
Microsoft\CSharp\RuntimeBinder\ComInterop\ErrorArgBuilder.cs (1)
25
Helpers.Convert(base.
Marshal
(parameter), typeof(ErrorWrapper)),
Microsoft\CSharp\RuntimeBinder\ComInterop\StringArgBuilder.cs (1)
26
parameter = base.
Marshal
(parameter);
Microsoft\CSharp\RuntimeBinder\ComInterop\UnknownArgBuilder.cs (1)
24
parameter = base.
Marshal
(parameter);
Microsoft\CSharp\RuntimeBinder\ComInterop\VariantArgBuilder.cs (1)
25
parameter = base.
Marshal
(parameter);