13 references to UIntPtr
Microsoft.CodeAnalysis (13)
CodeGen\ILBuilderConversions.cs (9)
131case Microsoft.Cci.PrimitiveTypeCode.UIntPtr when !@checked: 166case Microsoft.Cci.PrimitiveTypeCode.UIntPtr: 169case Microsoft.Cci.PrimitiveTypeCode.UIntPtr: 216case Microsoft.Cci.PrimitiveTypeCode.UIntPtr: 246case Microsoft.Cci.PrimitiveTypeCode.UIntPtr: 278case Microsoft.Cci.PrimitiveTypeCode.UIntPtr: 290case Microsoft.Cci.PrimitiveTypeCode.UIntPtr: 320case Microsoft.Cci.PrimitiveTypeCode.UIntPtr: 345case Microsoft.Cci.PrimitiveTypeCode.UIntPtr:
PEWriter\MetadataWriter.cs (1)
3985case PrimitiveTypeCode.UIntPtr:
PrimitiveTypeCodeExtensions.cs (1)
48case Cci.PrimitiveTypeCode.UIntPtr:
SpecialTypes.cs (2)
121s_typeIdToTypeCodeMap[(int)SpecialType.System_UIntPtr] = Microsoft.Cci.PrimitiveTypeCode.UIntPtr; 145s_typeCodeToTypeIdMap[(int)Microsoft.Cci.PrimitiveTypeCode.UIntPtr] = SpecialType.System_UIntPtr;