3 references to TryConvertToUInt64
Microsoft.CodeAnalysis.AnalyzerUtilities (3)
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Analysis\ValueContentAnalysis\ValueContentAbstractValue.cs (3)
57
if (DiagnosticHelpers.
TryConvertToUInt64
(literal, type.SpecialType, out ulong convertedValue) &&
322
if (DiagnosticHelpers.
TryConvertToUInt64
(value1, type1.SpecialType, out ulong convertedValue1) &&
323
DiagnosticHelpers.
TryConvertToUInt64
(value2, type2.SpecialType, out ulong convertedValue2) &&