1 write to _pFixedResults
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\MethodTypeInferrer.cs (1)
126_pFixedResults = new CType[pMethodTypeParameters.Count];
3 references to _pFixedResults
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\Semantics\MethodTypeInferrer.cs (3)
141private TypeArray GetResults() => TypeArray.Allocate(_pFixedResults); 149return _pFixedResults[iParam] == null; 1722_pFixedResults[iParam] = TypeManager.GetBestAccessibleType(_binder.Context.ContextForMemberLookup, pBest);