11 references to TypeCode
ILCompiler.Compiler (3)
Compiler\BodySubstitutionParser.cs (1)
180
if (constant.
TypeCode
== ConstantTypeCode.Int32)
Compiler\DependencyAnalysis\AsyncContinuationEETypeNode.cs (1)
49
Debug.Assert(constant.
TypeCode
== System.Reflection.Metadata.ConstantTypeCode.Int32);
Compiler\UserDefinedTypeDescriptor.cs (1)
483
switch (constant.
TypeCode
)
ILCompiler.MetadataTransform (1)
ILCompiler\Metadata\Transform.Constant.cs (1)
23
switch (constant.
TypeCode
)
Microsoft.CodeAnalysis (1)
MetadataReader\PEModule.cs (1)
3737
switch (constantRow.
TypeCode
)
Microsoft.Diagnostics.DataContractReader.Legacy (4)
MetaDataImportImpl.cs (4)
666
*pdwCPlusTypeFlag = (uint)constant.
TypeCode
;
673
*pcchValue = (uint)constant.
TypeCode
== (uint)CorElementType.String ? (uint)valueReader.Length / sizeof(char) : (uint)valueReader.Length;
1746
*pdwCPlusTypeFlag = (uint)constant.
TypeCode
;
1753
*pcchValue = (uint)constant.
TypeCode
== (uint)CorElementType.String ? (uint)valueReader.Length / sizeof(char) : (uint)valueReader.Length;
System.Reflection.MetadataLoadContext (2)
System\Reflection\TypeLoading\General\Ecma\EcmaDefaultValueProcessing.cs (2)
22
if (constantValue.Value.IsNil && constantValue.
TypeCode
!= ConstantTypeCode.String)
26
switch (constantValue.
TypeCode
)