4 references to SymWithType
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\Semantics\MemberLookup.cs (3)
478ErrorCode.ERR_BindToBogusProp1, swt.Sym.name, new SymWithType(meth1 ?? meth2, swt.GetType()), 481ErrorCode.ERR_BindToBogusProp2, swt.Sym.name, new SymWithType(meth1, swt.GetType()), 482new SymWithType(meth2, swt.GetType()), new ErrArgRefOnly(swt.Sym));
Microsoft\CSharp\RuntimeBinder\SymbolTable.cs (1)
1698return new SymWithType(baseMethod, aggregate.getThisType());