6 references to ToChar
Microsoft.VisualBasic.Core (4)
Microsoft\VisualBasic\CompilerServices\Operators.vb (4)
438Return CompareChar(Nothing, Convert.ToChar(right)) 720Return CompareChar(Convert.ToChar(left), Nothing) 723Return CompareChar(Convert.ToChar(left), Convert.ToChar(right))
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Enum.cs (1)
2178char IConvertible.ToChar(IFormatProvider? provider) => Convert.ToChar(GetValue());
src\libraries\System.Private.CoreLib\src\System\Reflection\InvokeUtils.cs (1)
36char charValue = Convert.ToChar(srcObject);