2 references to TryConvertSignedInteger
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Performance\ConstantExpectedAnalyzer.UnmanagedHelper.cs (2)
276
bool isValidSigned =
TryConvertSignedInteger
(constant, out value);
299
if (!
TryConvertSignedInteger
(constant, out _))