2 references to CMemberLookupResults
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (1)
607new CMemberLookupResults(TypeArray.Allocate(callingTypes.ToArray()), name));
Microsoft\CSharp\RuntimeBinder\Semantics\ExprFactory.cs (1)
33obj, new CMemberLookupResults(TypeArray.Allocate((CType)method.GetType()), name));