3 references to TypeCode
Microsoft.CodeAnalysis (1)
MetadataReader\PEModule.cs (1)
3715
switch (constantRow.
TypeCode
)
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
)