441 references to System_UInt64
Aspire.Hosting.Integration.Analyzers (1)
ConfigurationSchemaGenerator (1)
GenerateDocumentationAndConfigFiles (23)
Microsoft.CodeAnalysis (38)
SpecialMembers.cs (5)
348(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_UInt64,
642(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_UInt64,
705(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_UInt64,
1030(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_UInt64,
1055(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_UInt64,
WellKnownMembers.cs (12)
75(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_UInt64,
266(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_UInt64, // Return Type
274(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_UInt64, // Return Type
282(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_UInt64, // Return Type
1410(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_UInt64, // Return Type
1507(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_UInt64,
1626(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_UInt64, // Return Type
2979(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_UInt64, // State machine instance id
2989(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_UInt64, // State machine instance id
3003(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_UInt64, // Return Type
3047(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_UInt64, // Value
3165(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_UInt64, // Value
Microsoft.CodeAnalysis.Analyzers (24)
Microsoft.CodeAnalysis.AnalyzerUtilities (23)
Microsoft.CodeAnalysis.CodeStyle (17)
Microsoft.CodeAnalysis.CodeStyle.Fixes (4)
Microsoft.CodeAnalysis.CSharp (90)
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (2)
Microsoft.CodeAnalysis.CSharp.Features (3)
Microsoft.CodeAnalysis.CSharp.Scripting (1)
Microsoft.CodeAnalysis.CSharp.Workspaces (13)
Microsoft.CodeAnalysis.Extensions.Package (16)
Microsoft.CodeAnalysis.Features (1)
Microsoft.CodeAnalysis.NetAnalyzers (24)
Microsoft.CodeQuality.Analyzers\Maintainability\UseCrossPlatformIntrinsicsAnalyzer.cs (5)
145AddBinaryOperatorMethods(methodSymbols, "AddScalar", armAdvSimdTypeSymbol, RuleKind.op_Addition, [SpecialType.System_Int64, SpecialType.System_UInt64, SpecialType.System_Double]);
152AddBinaryOperatorMethods(methodSymbols, "SubtractScalar", armAdvSimdTypeSymbol, RuleKind.op_Subtraction, [SpecialType.System_Int64, SpecialType.System_UInt64, SpecialType.System_Double]);
156AddShiftOperatorMethods(methodSymbols, "ShiftLeftLogicalScalar", armAdvSimdTypeSymbol, RuleKind.op_LeftShift, [SpecialType.System_Int64, SpecialType.System_UInt64]);
158AddShiftOperatorMethods(methodSymbols, "ShiftRightArithmeticScalar", armAdvSimdTypeSymbol, RuleKind.op_RightShift, [SpecialType.System_Int64, SpecialType.System_UInt64]);
160AddShiftOperatorMethods(methodSymbols, "ShiftRightLogicalScalar", armAdvSimdTypeSymbol, RuleKind.op_UnsignedRightShift, [SpecialType.System_Int64, SpecialType.System_UInt64]);
Microsoft.NetCore.Analyzers\Performance\UseCountProperly.cs (6)
389if (type != null && !TypeContainsVisibleProperty(context, type, propertyName, SpecialType.System_Int32, SpecialType.System_UInt64, out _))
392if (!TypeContainsVisibleProperty(context, type, propertyName, SpecialType.System_Int32, SpecialType.System_UInt64, out _))
510else if (TypeContainsVisibleProperty(context, type, Length, SpecialType.System_Int32, SpecialType.System_UInt64, out _))
514else if (TypeContainsVisibleProperty(context, type, Count, SpecialType.System_Int32, SpecialType.System_UInt64, out _))
558&& IsInRangeInclusive((uint)methodSymbol.ContainingType.SpecialType, (uint)SpecialType.System_Int32, (uint)SpecialType.System_UInt64);
731case SpecialType.System_UInt64:
Microsoft.CodeAnalysis.ResxSourceGenerator (20)
Microsoft.CodeAnalysis.Scripting (2)
Microsoft.CodeAnalysis.VisualBasic (49)
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (7)
Microsoft.CodeAnalysis.VisualBasic.Features (2)
Microsoft.CodeAnalysis.VisualBasic.NetAnalyzers (2)
Microsoft.CodeAnalysis.VisualBasic.Scripting (1)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (10)
Microsoft.CodeAnalysis.Workspaces (22)
Microsoft.Diagnostics.DataContractReader.DataGenerator (1)
Microsoft.Extensions.Configuration.Binder.SourceGeneration (1)
Microsoft.Extensions.Options.SourceGeneration (1)
Microsoft.Interop.SourceGeneration (3)
Roslyn.Diagnostics.Analyzers (24)
Roslyn.Diagnostics.CSharp.Analyzers (3)
Roslyn.Diagnostics.VisualBasic.Analyzers (8)
System.Text.Json.SourceGeneration (2)