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)
141
private TypeArray GetResults() => TypeArray.Allocate(
_pFixedResults
);
149
return
_pFixedResults
[iParam] == null;
1722
_pFixedResults
[iParam] = TypeManager.GetBestAccessibleType(_binder.Context.ContextForMemberLookup, pBest);