1 reference to TryConvert
Microsoft.CodeAnalysis.NetAnalyzers (1)
Microsoft.NetCore.Analyzers\Performance\ConstantExpectedAnalyzer.UnmanagedHelper.cs (1)
211
if (constant.Value is not null && _helper.
TryConvert
(constant.Value, out T value))