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