6 references to ToChar
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Performance\ConstantExpectedAnalyzer.UnmanagedHelper.cs (1)
316value = Convert.ToChar(constant);
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 (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Enum.cs (1)
2179char IConvertible.ToChar(IFormatProvider? provider) => Convert.ToChar(GetValue());