4 references to MethWithType
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\Semantics\Conversion.cs (1)
803prguci.Add(new UdConvInfo(new MethWithType(convCur, atsCur), fFromImplicit, fToImplicit));
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (2)
932? new MethWithType(prop.GetterMethod, pwt.GetType()) 935? new MethWithType(prop.SetterMethod, pwt.GetType())
Microsoft\CSharp\RuntimeBinder\Semantics\GroupToArgsBinder.cs (1)
1176MethWithType mwtCantInfer = new MethWithType(_results.UninferableResult.Meth(), _results.UninferableResult.GetType());