1 override of UnmarshalFromRef
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\ComInterop\SimpleArgBuilder.cs (1)
32internal override Expression UnmarshalFromRef(Expression newValue)
2 references to UnmarshalFromRef
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\ComInterop\SimpleArgBuilder.cs (1)
36return base.UnmarshalFromRef(newValue);
Microsoft\CSharp\RuntimeBinder\ComInterop\VariantBuilder.cs (1)
168_argBuilder.UnmarshalFromRef(TempVariable),