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