2 references to GetFirstUDConversion
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\Conversion.cs (1)
711for (MethodSymbol convCur = aggCur.GetFirstUDConversion(); convCur != null; convCur = convCur.ConvNext())
Microsoft\CSharp\RuntimeBinder\SymbolTable.cs (1)
1370methodSymbol.SetConvNext(callingAggregate.GetFirstUDConversion());