1 instantiation of CSharpConvertBinder
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Binder.cs (1)
72return new CSharpConvertBinder(type, conversionKind, isChecked, context).TryGetExisting();
4 references to CSharpConvertBinder
Microsoft.CSharp (4)
Microsoft\CSharp\RuntimeBinder\CSharpConversionKind.cs (1)
7/// Represents the set of conversion kinds in C# for use with <see cref="CSharpConvertBinder" /> instances.
Microsoft\CSharp\RuntimeBinder\CSharpConvertBinder.cs (3)
62/// Initializes a new instance of the <see cref="CSharpConvertBinder" />. 96var otherBinder = other as CSharpConvertBinder;