292 references to System_UInt32
Microsoft.CodeAnalysis (43)
Compilation\Expression.cs (1)
17case SpecialType.System_UInt32:
ConstantValue.cs (2)
441case SpecialType.System_UInt32: return ConstantValueTypeDiscriminator.UInt32; 493case ConstantValueTypeDiscriminator.UInt32: return SpecialType.System_UInt32;
InternalUtilities\EnumUtilties.cs (1)
40case SpecialType.System_UInt32:
MetadataReader\MetadataTypeCodeExtensions.cs (3)
43return SpecialType.System_UInt32; 115case SpecialType.System_UInt32: 154case SpecialType.System_UInt32:
SpecialMembers.cs (5)
235(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_UInt32, 537(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_UInt32, 624(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_UInt32, 925(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_UInt32, 950(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_UInt32,
SpecialTypeExtensions.cs (10)
26case SpecialType.System_UInt32: 51case SpecialType.System_UInt32: 74case SpecialType.System_UInt32: 110case SpecialType.System_UInt32: 151case SpecialType.System_UInt32: 172case SpecialType.System_UInt32: 190case SpecialType.System_UInt32: 214case SpecialType.System_UInt32: 229case SpecialType.System_UInt32: 312return SpecialType.System_UInt32;
SpecialTypes.cs (2)
109s_typeIdToTypeCodeMap[(int)SpecialType.System_UInt32] = Microsoft.Cci.PrimitiveTypeCode.UInt32; 133s_typeCodeToTypeIdMap[(int)Microsoft.Cci.PrimitiveTypeCode.UInt32] = SpecialType.System_UInt32;
Symbols\Attributes\CommonAttributeData.cs (6)
223Debug.Assert(parameters[2].Type.SpecialType == SpecialType.System_UInt32); 224Debug.Assert(parameters[3].Type.SpecialType == SpecialType.System_UInt32); 225Debug.Assert(parameters[4].Type.SpecialType == SpecialType.System_UInt32); 227high = unchecked((int)args[2].DecodeValue<uint>(SpecialType.System_UInt32)); 228mid = unchecked((int)args[3].DecodeValue<uint>(SpecialType.System_UInt32)); 229low = unchecked((int)args[4].DecodeValue<uint>(SpecialType.System_UInt32));
Symbols\TypedConstant.cs (1)
169case SpecialType.System_UInt32:
WellKnownMembers.cs (12)
79(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_UInt32, 238(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_UInt32, // Return Type 246(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_UInt32, // Return Type 254(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_UInt32, // Return Type 894(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_UInt32, 895(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_UInt32, 896(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_UInt32, 1386(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_UInt32, // Return Type 1483(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_UInt32, 1602(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_UInt32, // Return Type 3040(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_UInt32, // Value 3158(byte)SignatureTypeCode.TypeHandle, (byte)SpecialType.System_UInt32, // Value
Microsoft.CodeAnalysis.CodeStyle (17)
EnumUtilties.cs (1)
40case SpecialType.System_UInt32:
IntegerUtilities.cs (1)
68SpecialType.System_UInt32 => unchecked((uint)v),
ITypeSymbolExtensions.cs (3)
293case SpecialType.System_UInt32: 390case SpecialType.System_UInt32: 653case SpecialType.System_UInt32:
J\s\src\Compilers\Core\Portable\SpecialTypeExtensions.cs\SpecialTypeExtensions.cs (10)
26case SpecialType.System_UInt32: 51case SpecialType.System_UInt32: 74case SpecialType.System_UInt32: 110case SpecialType.System_UInt32: 151case SpecialType.System_UInt32: 172case SpecialType.System_UInt32: 190case SpecialType.System_UInt32: 214case SpecialType.System_UInt32: 229case SpecialType.System_UInt32: 312return SpecialType.System_UInt32;
J\s\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\SpecialTypeExtensions.cs\SpecialTypeExtensions.cs (1)
23SpecialType.System_UInt32 => PredefinedType.UInt32,
PredefinedTypeExtensions.cs (1)
23PredefinedType.UInt32 => SpecialType.System_UInt32,
Microsoft.CodeAnalysis.CodeStyle.Fixes (2)
CodeGenerationHelpers.cs (1)
142SpecialType.System_UInt32 => value is uint,
SyntaxGeneratorExtensions_Negate.cs (1)
434case SpecialType.System_UInt32:
Microsoft.CodeAnalysis.CSharp (86)
Binder\Binder_Conversions.cs (15)
1743case SpecialType.System_UInt32: return (uint)byteValue; 1763case SpecialType.System_UInt32: return (uint)charValue; 1783case SpecialType.System_UInt32: return (uint)uint16Value; 1803case SpecialType.System_UInt32: return (uint)uint32Value; 1823case SpecialType.System_UInt32: return (uint)uint64Value; 1843case SpecialType.System_UInt32: return (uint)nuintValue; 1862case SpecialType.System_UInt32: return (uint)sbyteValue; 1882case SpecialType.System_UInt32: return (uint)int16Value; 1902case SpecialType.System_UInt32: return (uint)int32Value; 1922case SpecialType.System_UInt32: return (uint)int64Value; 1942case SpecialType.System_UInt32: return (uint)nintValue; 1966case SpecialType.System_UInt32: return (uint)doubleValue; 1986case SpecialType.System_UInt32: return (uint)decimalValue; 2037case SpecialType.System_UInt32: return (uint.MinValue - 1D) < value && value < (uint.MaxValue + 1D); 2067case SpecialType.System_UInt32: return (uint.MinValue - 1M) < value && value < (uint.MaxValue + 1M);
Binder\Binder_Expressions.cs (3)
4047Debug.Assert(type == SpecialType.System_UInt32 || type == SpecialType.System_UInt64); 6204case SpecialType.System_UInt32: 8068TryImplicitConversionToArrayIndex(index, SpecialType.System_UInt32, node, diagnostics) ??
Binder\Binder_Operators.cs (1)
1665case SpecialType.System_UInt32:
Binder\Binder_Patterns.cs (1)
1695SpecialType.System_UInt32 => BinaryOperatorKind.UInt,
Binder\DecisionDagBuilder.cs (6)
1519case (SpecialType.System_Int32, SpecialType.System_UInt32): 1520case (SpecialType.System_UInt32, SpecialType.System_Int32): 1531case (SpecialType.System_UInt32, SpecialType.System_IntPtr): 1532case (SpecialType.System_UInt32, SpecialType.System_UIntPtr): 1534case (SpecialType.System_IntPtr, SpecialType.System_UInt32): 1536case (SpecialType.System_UIntPtr, SpecialType.System_UInt32):
Binder\PatternExplainer.cs (2)
702SpecialType.System_UInt32 => true, 727case SpecialType.System_UInt32:
Binder\Semantics\Conversions\ConversionsBase.cs (4)
1304case SpecialType.System_UInt32: 1960case SpecialType.System_UInt32: 2045case SpecialType.System_UInt32: 3692case SpecialType.System_UInt32:
Binder\Semantics\Operators\BinaryOperatorOverloadResolution.cs (3)
553operators.Add(new BinaryOperatorSignature(BinaryOperatorKind.PointerAndUIntAddition, pointerType, Compilation.GetSpecialType(SpecialType.System_UInt32), pointerType)); 557operators.Add(new BinaryOperatorSignature(BinaryOperatorKind.UIntAndPointerAddition, Compilation.GetSpecialType(SpecialType.System_UInt32), pointerType, pointerType)); 563operators.Add(new BinaryOperatorSignature(BinaryOperatorKind.PointerAndUIntSubtraction, pointerType, Compilation.GetSpecialType(SpecialType.System_UInt32), pointerType));
Binder\Semantics\Operators\OperatorFacts.cs (1)
53case SpecialType.System_UInt32:
Binder\Semantics\Operators\OperatorKindExtensions.cs (2)
154case SpecialType.System_UInt32: 172case SpecialType.System_UInt32:
Binder\Semantics\OverloadResolution\OverloadResolution.cs (1)
3063case SpecialType.System_UInt32:
CodeGen\EmitArrayInitializer.cs (1)
709SpecialType.System_Int32 or SpecialType.System_UInt32 or SpecialType.System_Single or
CodeGen\EmitExpression.cs (1)
1312case SpecialType.System_UInt32:
CodeGen\EmitOperators.cs (1)
697case SpecialType.System_UInt32:
CodeGen\EmitStatement.cs (1)
1495var UInt32Type = Binder.GetSpecialType(_module.Compilation, SpecialType.System_UInt32, syntaxNode, _diagnostics);
Compilation\BuiltInOperators.cs (5)
269case UnaryOperatorKind.UInt: opType = _compilation.GetSpecialType(SpecialType.System_UInt32); break; 752case BinaryOperatorKind.UInt: return _compilation.GetSpecialType(SpecialType.System_UInt32); 784case BinaryOperatorKind.UInt: return _compilation.GetSpecialType(SpecialType.System_UInt32); 816case BinaryOperatorKind.UInt: return _compilation.GetSpecialType(SpecialType.System_UInt32); 845case BinaryOperatorKind.UInt: return nullable.Construct(_compilation.GetSpecialType(SpecialType.System_UInt32));
Compilation\CSharpCompilation.cs (1)
4130=> type.SpecialType is SpecialType.System_Int32 or SpecialType.System_UInt32 or SpecialType.System_Int64 or SpecialType.System_UInt64;
Compiler\ClsComplianceChecker.cs (1)
1019case SpecialType.System_UInt32:
Compiler\MethodBodySynthesizer.Lowered.cs (2)
56LocalSymbol hashCode = F.SynthesizedLocal(F.SpecialType(SpecialType.System_UInt32)); 154LocalSymbol hashCode = F.SynthesizedLocal(F.SpecialType(SpecialType.System_UInt32));
FlowAnalysis\AbstractFlowPass.cs (1)
1380case SpecialType.System_UInt32:
Lowering\Instrumentation\LocalStateTracingInstrumenter.cs (1)
221SpecialType.System_Int32 or SpecialType.System_UInt32
Lowering\LocalRewriter\LocalRewriter.DecisionDagRewriter.cs (1)
948TypeSymbol returnType = _factory.SpecialType(SpecialType.System_UInt32);
Lowering\LocalRewriter\LocalRewriter_BinaryOperator.cs (2)
2267case SpecialType.System_UInt32: 2313case SpecialType.System_UInt32:
Lowering\LocalRewriter\LocalRewriter_Conversion.cs (6)
1409case SpecialType.System_UInt32: 1430case SpecialType.System_UInt32: 1457case SpecialType.System_UInt32: 1483case SpecialType.System_UInt32: 1511case SpecialType.System_UInt32: return SpecialMember.System_Decimal__op_Explicit_ToUInt32; 1531case SpecialType.System_UInt32: return SpecialMember.System_Decimal__op_Implicit_FromUInt32;
Lowering\LocalRewriter\LocalRewriter_Literal.cs (1)
106arguments.Add(new BoundLiteral(syntax, ConstantValue.Create((uint)value), _compilation.GetSpecialType(SpecialType.System_UInt32)));
Lowering\LocalRewriter\LocalRewriter_PointerElementAccess.cs (1)
53case SpecialType.System_UInt32:
Lowering\LocalRewriter\LocalRewriter_StackAlloc.cs (1)
109TypeSymbol uintType = _factory.SpecialType(SpecialType.System_UInt32);
Lowering\LocalRewriter\LocalRewriter_UnaryOperator.cs (2)
915specialType = SpecialType.System_UInt32; 1023case SpecialType.System_UInt32:
Lowering\SyntheticBoundNodeFactory.cs (1)
685return new BoundLiteral(Syntax, ConstantValue.Create(value), SpecialType(Microsoft.CodeAnalysis.SpecialType.System_UInt32)) { WasCompilerGenerated = true };
Parser\Lexer.cs (3)
361case SpecialType.System_UInt32: 1288info.ValueKind = SpecialType.System_UInt32; 1313info.ValueKind = SpecialType.System_UInt32;
SymbolDisplay\SymbolDisplayVisitor.Types.cs (1)
651case SpecialType.System_UInt32:
Symbols\Attributes\SourceAttributeData.cs (1)
348if (specType != SpecialType.System_UInt32)
Symbols\BaseTypeAnalysis.cs (1)
263case SpecialType.System_UInt32:
Symbols\Compilation_WellKnownMembers.cs (1)
461var systemUnit32 = GetSpecialType(SpecialType.System_UInt32);
Symbols\Source\SourceAssemblySymbol.cs (1)
2750case SpecialType.System_UInt32:
Symbols\SpecialTypeExtensions.cs (2)
23case SpecialType.System_UInt32: 44case SpecialType.System_UInt32:
Symbols\TypeSymbolExtensions.cs (5)
587case SpecialType.System_UInt32: 1262case SpecialType.System_UInt32: 1347case SpecialType.System_UInt32: 2122case SpecialType.System_UInt32: return 10; 2145case SpecialType.System_UInt32: return 25;
Syntax\SyntaxKindExtensions.cs (1)
30return SpecialType.System_UInt32;
Utilities\ValueSetFactory.cs (1)
42SpecialType.System_UInt32 => ForUInt,
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
ITypeSymbolExtensions.cs (1)
21case SpecialType.System_UInt32:
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (1)
ExpressionGenerator.cs (1)
141if (value is uint && !IsSpecialType(type, SpecialType.System_UInt32))
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (1)
Emit\EmitMetadataTests.cs (1)
466Assert.Same(module.GetCorLibType(SpecialType.System_UInt32), method4ParamTypes[10]);
Microsoft.CodeAnalysis.CSharp.Features (3)
Completion\KeywordRecommenders\UIntKeywordRecommender.cs (1)
55protected override SpecialType SpecialType => SpecialType.System_UInt32;
Completion\Providers\DefaultArgumentProvider.cs (1)
46SpecialType.System_UInt32 => "0U",
ReverseForStatement\CSharpReverseForStatementCodeRefactoringProvider.cs (1)
97SpecialType.System_UInt32 => IsUnsignedBoundary(startValue, endValue, uint.MaxValue),
Microsoft.CodeAnalysis.CSharp.Scripting (1)
Hosting\ObjectFormatter\CSharpTypeNameFormatter.cs (1)
43case SpecialType.System_UInt32: return "uint";
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (2)
Semantics\UnsafeTests.cs (1)
7741{ SpecialType.System_UInt32, 4 },
Utilities\ValueSetTests.cs (1)
497Assert.Same(ForUInt, ForSpecialType(SpecialType.System_UInt32));
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (4)
Compilation\GetSemanticInfoTests.cs (1)
381ConversionTestHelper(model, (v1 as CastExpressionSyntax).Expression, comp.GetSpecialType(SpecialType.System_UInt32), ConversionKind.ExplicitNumeric);
Symbols\Source\ClsComplianceTests.cs (1)
3185case SpecialType.System_UInt32:
Symbols\Source\EnumTests.cs (1)
694VerifyEnumsValue(comp, "c1.COLORS", SpecialType.System_UInt32, 0u, 1u, 2u);
Symbols\TypeTests.cs (1)
1546Assert.Same(comp.GetSpecialType(SpecialType.System_UInt32), memType.GetNullableUnderlyingType());
Microsoft.CodeAnalysis.CSharp.Workspaces (14)
CodeGeneration\CSharpSyntaxGenerator.cs (2)
3265case SpecialType.System_UInt32: 3459SpecialType.System_UInt32 => SyntaxFactory.PredefinedType(SyntaxFactory.Token(SyntaxKind.UIntKeyword)),
ExpressionGenerator.cs (1)
141if (value is uint && !IsSpecialType(type, SpecialType.System_UInt32))
J\s\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Extensions\ITypeSymbolExtensions.cs\ITypeSymbolExtensions.cs (1)
21case SpecialType.System_UInt32:
Recommendations\CSharpRecommendationServiceRunner_Conversions.cs (9)
30SpecialType.System_UInt32, 37SpecialType.System_UInt32, 48SpecialType.System_UInt32, 64SpecialType.System_UInt32, 80SpecialType.System_UInt32, 91SpecialType.System_UInt32, 107SpecialType.System_UInt32, 120SpecialType.System_UInt32, 209SpecialType.System_UInt32 => s_uint32Conversions,
Simplification\Simplifiers\AbstractCSharpSimplifier.cs (1)
47SpecialType.System_UInt32 => SyntaxKind.UIntKeyword,
Microsoft.CodeAnalysis.CSharp.Workspaces.UnitTests (1)
CodeGeneration\SyntaxGeneratorTests.cs (1)
298VerifySyntax<TypeSyntax>(Generator.TypeExpression(SpecialType.System_UInt32), "uint");
Microsoft.CodeAnalysis.ExpressionEvaluator.ExpressionCompiler (1)
PDB\PdbHelpers.cs (1)
96(SpecialType.System_UInt32, uint uintVal) => ConstantValue.Create(uintVal),
Microsoft.CodeAnalysis.Features (1)
ConvertNumericLiteral\AbstractConvertNumericLiteralCodeRefactoringProvider.cs (1)
160case SpecialType.System_UInt32:
Microsoft.CodeAnalysis.Scripting (2)
Hosting\ObjectFormatter\CommonPrimitiveFormatter.cs (1)
88case SpecialType.System_UInt32:
Hosting\ObjectFormatter\ObjectFormatterHelpers.cs (1)
322return SpecialType.System_UInt32;
Microsoft.CodeAnalysis.UnitTests (1)
CorLibTypesTests.cs (1)
55Assert.Equal(SpecialType.System_UInt32, SpecialTypes.GetTypeFromMetadataName(Cci.PrimitiveTypeCode.UInt32));
Microsoft.CodeAnalysis.VisualBasic (52)
Binding\Binder_Conversions.vb (1)
284Case SyntaxKind.CUIntKeyword : targetType = SpecialType.System_UInt32
Binding\Binder_Lookup.vb (1)
459Return SpecialType.System_UInt32
Binding\Binder_SelectCase.vb (1)
697SpecialType.System_UInt32,
Binding\Binder_Symbols.vb (1)
788type = SpecialType.System_UInt32
Binding\Binder_Utils.vb (2)
740specialType = SpecialType.System_UInt32 1380SpecialType.System_UInt32,
Binding\DocumentationCommentCrefBinder_Compat.vb (1)
374type = SpecialType.System_UInt32
Binding\SyntheticBoundTrees\SynthesizedStringSwitchHashMethod.vb (1)
58Dim hashCode As LocalSymbol = F.SynthesizedLocal(Me.ContainingAssembly.GetSpecialType(SpecialType.System_UInt32))
CodeGen\EmitStatement.vb (1)
1105Dim UInt32Type = DirectCast(_module.GetSpecialType(SpecialType.System_UInt32, syntaxNode, _diagnostics).GetInternalSymbol(), TypeSymbol)
Compilation\ClsComplianceChecker.vb (1)
632Case SpecialType.System_SByte, SpecialType.System_UInt16, SpecialType.System_UInt32, SpecialType.System_UInt64
Lowering\AsyncRewriter\AsyncRewriter.AsyncMethodToClassRewriter.Spilling.vb (1)
461SpecialType.System_UInt32,
Lowering\ExpressionLambdaRewriter\ExpressionLambdaRewriter_Conversion.vb (5)
315Case SpecialType.System_UInt32 440Case SpecialType.System_UInt32 : wellKnownHelper = WellKnownMember.System_Convert__ToBooleanUInt32 495Case SpecialType.System_UInt32 529Case SpecialType.System_UInt32 : specialHelper = SpecialMember.System_Decimal__op_Implicit_FromUInt32 569SpecialType.System_UInt32 : wellKnownHelper = WellKnownMember.Microsoft_VisualBasic_CompilerServices_Conversions__ToStringUInt32
Lowering\LocalRewriter\LocalRewriter_Conversion.vb (5)
931Case SpecialType.System_UInt32 : member = WellKnownMember.Microsoft_VisualBasic_CompilerServices_Conversions__ToUIntegerObject 1023SpecialType.System_UInt32 : member = WellKnownMember.Microsoft_VisualBasic_CompilerServices_Conversions__ToStringUInt32 1096Case SpecialType.System_UInt32 : member = WellKnownMember.Microsoft_VisualBasic_CompilerServices_Conversions__ToUIntegerString 1164Case SpecialType.System_UInt32 : member = SpecialMember.System_Decimal__CtorUInt32 1236Case SpecialType.System_UInt32 : member = WellKnownMember.System_Convert__ToUInt32Decimal
Lowering\LocalRewriter\LocalRewriter_SelectCase.vb (1)
172Me.ReportBadType(selectCaseExpr, Compilation.GetSpecialType(SpecialType.System_UInt32))
Preprocessor\CConst.vb (2)
67Case SpecialType.System_UInt32 109Return New CConst(Of UInteger)(value, SpecialType.System_UInt32)
Preprocessor\ExpressionEvaluator.vb (6)
30Const ___UInt32 = CType(SpecialType.System_UInt32, Byte) 85Case SpecialType.System_UInt32 363Return SpecialType.System_UInt32 514specialType = SpecialType.System_UInt32 889Case SpecialType.System_UInt32 928Case SpecialType.System_UInt32
Preprocessor\OperatorResolution.vb (2)
44Case SpecialType.System_UInt32 90Const t_ui4 As Byte = CType(SpecialType.System_UInt32, Byte)
Semantics\Conversions.vb (1)
3339Case SpecialType.System_Int32, SpecialType.System_UInt32
Semantics\Operators.vb (4)
595SpecialType.System_UInt32, 628SpecialType.System_UInt32, 671Case SpecialType.System_UInt32 1733Const tUIn As SByte = SpecialType.System_UInt32
Symbols\Attributes\SourceAttributeData.vb (1)
209foundMatch = specType = SpecialType.System_UInt32
Symbols\SpecialTypeExtensions.vb (10)
34SpecialType.System_UInt32, 59SpecialType.System_UInt32, 104SpecialType.System_UInt32, 126SpecialType.System_UInt32, 163Case SpecialType.System_UInt32 202Case SpecialType.System_UInt32 249Case SpecialType.System_UInt32 289Case SpecialType.System_UInt32 323Case SpecialType.System_Int32, SpecialType.System_UInt32 349Case SpecialType.System_UInt32
Symbols\SynthesizedSymbols\SynthesizedGlobal_StringSwitchHashMethodSymbol.vb (1)
35_returnType = compilation.GetSpecialType(SpecialType.System_UInt32)
Symbols\TypeSymbolExtensions.vb (1)
442Case SpecialType.System_UInt32
Symbols\WellKnownMembers.vb (1)
239Dim specialTypeUInt32 = GetSpecialType(SpecialType.System_UInt32)
Syntax\VisualBasicSyntaxTree.ConditionalSymbolsMap.vb (1)
200Case SpecialType.System_UInt32
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
CastAnalyzer.vb (1)
386Case SpecialType.System_UInt32, SpecialType.System_Int32,
Microsoft.CodeAnalysis.VisualBasic.CodeStyle.Fixes (5)
ITypeSymbolExtensions.vb (3)
47Case specialType.System_UInt32 89specialType = specialType.System_UInt32 110SpecialType.System_UInt32,
StringExtensions.vb (1)
103SpecialType.System_UInt32,
TypeSyntaxGeneratorVisitor.vb (1)
114Case SpecialType.System_UInt32
Microsoft.CodeAnalysis.VisualBasic.Emit.UnitTests (1)
Emit\EmitMetadata.vb (1)
529Assert.Same([Module].GetCorLibType(SpecialType.System_UInt32), method4ParamTypes(10))
Microsoft.CodeAnalysis.VisualBasic.Features (2)
Completion\KeywordRecommenders\Types\BuiltInTypesKeywordRecommender.vb (1)
102SpecialType.System_UInt32,
Completion\Providers\DefaultArgumentProvider.vb (1)
40Case SpecialType.System_UInt32
Microsoft.CodeAnalysis.VisualBasic.Scripting (1)
Hosting\ObjectFormatter\VisualBasicTypeNameFormatter.vb (1)
44Case SpecialType.System_UInt32
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (11)
Semantics\Conversions.vb (9)
238Dim uint32Type = c1.GetSpecialType(System_UInt32) 1089Dim uint32Type = c1.GetSpecialType(System_UInt32) 1352Case System_UInt32 : Return c.ToUInt32(Nothing) 1377Case System_UInt32 : Return UncheckedCUInt(val) 1393Case System_UInt32 : Return UncheckedCUInt(val) 1410Case System_UInt32 : Return CUInt(value) 2031c1.GetSpecialType(System_UInt32), 2047nullable.Construct(c1.GetSpecialType(System_UInt32)), 2171Private Const s_UInteger = System_UInt32
Semantics\OverloadResolution.vb (2)
196Dim unsignedOne As BoundExpression = New BoundLiteral(_syntaxNode, ConstantValue.Create(1UI), c1.GetSpecialType(System_UInt32)) 2510System_Int32, System_UInt32, System_Int64, System_UInt64,
Microsoft.CodeAnalysis.VisualBasic.Symbol.UnitTests (3)
SymbolsTests\Source\ClsComplianceTests.vb (1)
2578Case SpecialType.System_SByte, SpecialType.System_UInt16, SpecialType.System_UInt32, SpecialType.System_UInt64, SpecialType.System_UIntPtr, SpecialType.System_TypedReference
SymbolsTests\Source\EnumTests.vb (1)
821VerifyEnumsValue(comp, "c1.COLORS", SpecialType.System_UInt32, 0UI, 1UI, 2UI)
SymbolsTests\Source\FieldTests.vb (1)
172Assert.Same(sourceMod.GetCorLibType(SpecialType.System_UInt32), fieldL.Type)
Microsoft.CodeAnalysis.VisualBasic.Syntax.UnitTests (1)
Syntax\ConstantExpressionEvaluatorTests.vb (1)
17Assert.Equal(ConstantValueTypeDiscriminator.UInt32, SpecialType.System_UInt32.ToConstantValueDiscriminator())
Microsoft.CodeAnalysis.VisualBasic.Workspaces (10)
CastAnalyzer.vb (1)
386Case SpecialType.System_UInt32, SpecialType.System_Int32,
CodeGeneration\ExpressionGenerator.vb (2)
83Return GenerateNonNegativeIntegralLiteralExpression(type, SpecialType.System_UInt32, DirectCast(value, UInteger), canUseFieldReference, LiteralSpecialValues.UInt32SpecialValues) 252ElseIf TypeOf value Is UInteger AndAlso Not IsSpecialType(type, SpecialType.System_UInt32) Then
CodeGeneration\VisualBasicSyntaxGenerator.vb (1)
440Case SpecialType.System_UInt32
ITypeSymbolExtensions.vb (3)
47Case specialType.System_UInt32 89specialType = specialType.System_UInt32 110SpecialType.System_UInt32,
Simplification\Simplifiers\AbstractVisualBasicSimplifier.vb (1)
31Case SpecialType.System_UInt32
StringExtensions.vb (1)
103SpecialType.System_UInt32,
TypeSyntaxGeneratorVisitor.vb (1)
114Case SpecialType.System_UInt32
Microsoft.CodeAnalysis.VisualBasic.Workspaces.UnitTests (1)
CodeGeneration\SyntaxGeneratorTests.vb (1)
273VerifySyntax(Of TypeSyntax)(Generator.TypeExpression(SpecialType.System_UInt32), "UInteger")
Microsoft.CodeAnalysis.Workspaces (21)
CodeGenerationHelpers.cs (1)
142SpecialType.System_UInt32 => value is uint,
EnumUtilties.cs (1)
40case SpecialType.System_UInt32:
IntegerUtilities.cs (1)
68SpecialType.System_UInt32 => unchecked((uint)v),
J\s\src\Compilers\Core\Portable\SpecialTypeExtensions.cs\SpecialTypeExtensions.cs (10)
26case SpecialType.System_UInt32: 51case SpecialType.System_UInt32: 74case SpecialType.System_UInt32: 110case SpecialType.System_UInt32: 151case SpecialType.System_UInt32: 172case SpecialType.System_UInt32: 190case SpecialType.System_UInt32: 214case SpecialType.System_UInt32: 229case SpecialType.System_UInt32: 312return SpecialType.System_UInt32;
J\s\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\ITypeSymbolExtensions.cs\ITypeSymbolExtensions.cs (3)
293case SpecialType.System_UInt32: 390case SpecialType.System_UInt32: 653case SpecialType.System_UInt32:
J\s\src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\SpecialTypeExtensions.cs\SpecialTypeExtensions.cs (1)
23SpecialType.System_UInt32 => PredefinedType.UInt32,
PredefinedTypeExtensions.cs (1)
23PredefinedType.UInt32 => SpecialType.System_UInt32,
Shared\Extensions\SyntaxGeneratorExtensions_CreateEqualsMethod.cs (1)
416case SpecialType.System_UInt32:
Shared\Utilities\EnumValueUtilities.cs (1)
65SpecialType.System_UInt32 => (uint)1,
SyntaxGeneratorExtensions_Negate.cs (1)
434case SpecialType.System_UInt32:
Microsoft.VisualStudio.LanguageServices.CSharp (1)
CodeModel\CSharpCodeModelService.cs (1)
742case SpecialType.System_UInt32:
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
CodeModel\VisualBasicCodeModelService.vb (1)
787Case SpecialType.System_UInt32