26 references to Int32
Microsoft.CodeAnalysis (21)
MetadataReader\MetadataDecoder.cs (2)
1387
case SerializationTypeCode.
Int32
:
1505
case SerializationTypeCode.
Int32
:
MetadataReader\MetadataTypeCodeExtensions.cs (1)
158
return SerializationTypeCode.
Int32
;
Symbols\Attributes\AttributeDescription.cs (18)
113
new TypeHandleTargetInfo(system,"AttributeTargets", SerializationTypeCode.
Int32
)
114
,new TypeHandleTargetInfo("System.Reflection","AssemblyNameFlags", SerializationTypeCode.
Int32
)
115
,new TypeHandleTargetInfo(compilerServices,"MethodImplOptions", SerializationTypeCode.
Int32
)
116
,new TypeHandleTargetInfo(interopServices,"CharSet", SerializationTypeCode.
Int32
)
117
,new TypeHandleTargetInfo(interopServices,"LayoutKind", SerializationTypeCode.
Int32
)
118
,new TypeHandleTargetInfo(interopServices,"UnmanagedType", SerializationTypeCode.
Int32
)
119
,new TypeHandleTargetInfo(interopServices,"TypeLibTypeFlags", SerializationTypeCode.
Int32
)
120
,new TypeHandleTargetInfo(interopServices,"ClassInterfaceType", SerializationTypeCode.
Int32
)
121
,new TypeHandleTargetInfo(interopServices,"ComInterfaceType", SerializationTypeCode.
Int32
)
122
,new TypeHandleTargetInfo(compilerServices,"CompilationRelaxations", SerializationTypeCode.
Int32
)
123
,new TypeHandleTargetInfo("System.Diagnostics.DebuggableAttribute","DebuggingModes", SerializationTypeCode.
Int32
)
124
,new TypeHandleTargetInfo("System.Security","SecurityCriticalScope", SerializationTypeCode.
Int32
)
125
,new TypeHandleTargetInfo(interopServices,"CallingConvention", SerializationTypeCode.
Int32
)
126
,new TypeHandleTargetInfo("System.Configuration.Assemblies","AssemblyHashAlgorithm", SerializationTypeCode.
Int32
)
127
,new TypeHandleTargetInfo("System.EnterpriseServices","TransactionOption", SerializationTypeCode.
Int32
)
128
,new TypeHandleTargetInfo("System.Security.Permissions","SecurityAction", SerializationTypeCode.
Int32
)
130
,new TypeHandleTargetInfo("Windows.Foundation.Metadata","DeprecationType", SerializationTypeCode.
Int32
)
131
,new TypeHandleTargetInfo("Windows.Foundation.Metadata","Platform", SerializationTypeCode.
Int32
)
Microsoft.CodeAnalysis.ExpressionEvaluator.FunctionResolver (1)
src\Compilers\Core\Portable\MetadataReader\MetadataTypeCodeExtensions.cs (1)
158
return SerializationTypeCode.
Int32
;
System.Reflection.Emit (1)
System\Reflection\Emit\CustomAttributeWrapper.cs (1)
166
SerializationTypeCode.
Int32
=> typeof(int),
System.Reflection.Metadata (3)
System\Reflection\Metadata\Ecma335\CustomAttributeDecoder.cs (2)
255
case SerializationTypeCode.
Int32
:
332
case SerializationTypeCode.
Int32
:
System\Reflection\Metadata\Ecma335\Encoding\BlobEncoders.cs (1)
835
public void Int32() => WriteTypeCode(SerializationTypeCode.
Int32
);