1 write to _methList
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\GroupToArgsBinder.cs (1)
78
_methList
= new List<CandidateFunctionMember>();
13 references to _methList
Microsoft.CSharp (13)
Microsoft\CSharp\RuntimeBinder\Semantics\GroupToArgsBinder.cs (13)
207
if (!fCanAccess && (!
_methList
.IsEmpty() || _results.InaccessibleResult))
216
if (misnamed && (!
_methList
.IsEmpty() || _results.InaccessibleResult || _misnamed))
224
if (fBogus && (!
_methList
.IsEmpty() || _results.InaccessibleResult || _mpwiBogus || _misnamed))
262
_methList
.Add(new CandidateFunctionMember(
315
if (!
_methList
.IsEmpty())
318
if (
_methList
.Count == 1)
321
pmethBest =
_methList
.Head();
327
pmethBest = _pExprBinder.FindBestMethod(
_methList
, pTypeThrough, _pArguments, out CandidateFunctionMember pAmbig1, out CandidateFunctionMember pAmbig2);
795
!
_methList
.IsEmpty() &&
796
!
_methList
.Head().mpwi.GetType().IsInterfaceType)
853
Debug.Assert(
_methList
.IsEmpty() ||
_methList
.Head().mpwi.MethProp() != _pCurrentSym);
1102
Debug.Assert(
_methList
.IsEmpty());