1 write to _totalExplicitArgs
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComInvokeBinder.cs (1)
145
_totalExplicitArgs
= _args.Length;
3 references to _totalExplicitArgs
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComInvokeBinder.cs (3)
393
Debug.Assert(_varEnumSelector.VariantBuilders.Length ==
_totalExplicitArgs
);
409
if (
_totalExplicitArgs
!= 0)
434
Expression.Constant(
_totalExplicitArgs
)