2 references to BindImplicitConversion
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\CSharpConvertBinder.cs (1)
38
: runtimeBinder.
BindImplicitConversion
(arguments, Type, locals, ConversionKind == CSharpConversionKind.ArrayCreationConversion);
Microsoft\CSharp\RuntimeBinder\RuntimeBinder.cs (1)
805
BindImplicitConversion
(new ArgumentObject[] { arguments[1] }, eventType, locals, false);