2 overrides of GetSymWithType
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Call.cs (1)
33
public override SymWithType
GetSymWithType
() => MethWithInst;
Microsoft\CSharp\RuntimeBinder\Semantics\Tree\Property.cs (1)
47
public override SymWithType
GetSymWithType
() => PropWithTypeSlot;
1 reference to GetSymWithType
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (1)
1066
SymWithType swt = call.
GetSymWithType
();