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