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