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)
393Debug.Assert(_varEnumSelector.VariantBuilders.Length == _totalExplicitArgs); 409if (_totalExplicitArgs != 0) 434Expression.Constant(_totalExplicitArgs)