10 references to TypeCode
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\AsyncContinuationEETypeNode.cs (1)
49Debug.Assert(constant.TypeCode == System.Reflection.Metadata.ConstantTypeCode.Int32);
Compiler\UserDefinedTypeDescriptor.cs (1)
483switch (constant.TypeCode)
ILCompiler.MetadataTransform (1)
ILCompiler\Metadata\Transform.Constant.cs (1)
23switch (constant.TypeCode)
Microsoft.CodeAnalysis (1)
MetadataReader\PEModule.cs (1)
3737switch (constantRow.TypeCode)
Microsoft.Diagnostics.DataContractReader.Legacy (4)
MetaDataImportImpl.cs (4)
638*pdwCPlusTypeFlag = (uint)constant.TypeCode; 645*pcchValue = (uint)constant.TypeCode == (uint)CorElementType.String ? (uint)valueReader.Length / sizeof(char) : (uint)valueReader.Length; 1578*pdwCPlusTypeFlag = (uint)constant.TypeCode; 1585*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)
22if (constantValue.Value.IsNil && constantValue.TypeCode != ConstantTypeCode.String) 26switch (constantValue.TypeCode)