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