1 write to _methList
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\GroupToArgsBinder.cs (1)
77
_methList
= new List<CandidateFunctionMember>();
13 references to _methList
Microsoft.CSharp (13)
Microsoft\CSharp\RuntimeBinder\Semantics\GroupToArgsBinder.cs (13)
206
if (!fCanAccess && (!
_methList
.IsEmpty() || _results.InaccessibleResult))
215
if (misnamed && (!
_methList
.IsEmpty() || _results.InaccessibleResult || _misnamed))
223
if (fBogus && (!
_methList
.IsEmpty() || _results.InaccessibleResult || _mpwiBogus || _misnamed))
261
_methList
.Add(new CandidateFunctionMember(
314
if (!
_methList
.IsEmpty())
317
if (
_methList
.Count == 1)
320
pmethBest =
_methList
.Head();
326
pmethBest = _pExprBinder.FindBestMethod(
_methList
, pTypeThrough, _pArguments, out CandidateFunctionMember pAmbig1, out CandidateFunctionMember pAmbig2);
794
!
_methList
.IsEmpty() &&
795
!
_methList
.Head().mpwi.GetType().IsInterfaceType)
852
Debug.Assert(
_methList
.IsEmpty() ||
_methList
.Head().mpwi.MethProp() != _pCurrentSym);
1101
Debug.Assert(
_methList
.IsEmpty());