6 references to Char
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\GC\GcSignatureTypeProvider.cs (1)
190case CorElementType.Char:
Microsoft.Diagnostics.DataContractReader.Legacy (5)
ClrDataFrame.cs (1)
619CorElementType.Char or CorElementType.I2 or CorElementType.U2 => ((uint)ClrDataValueFlag.IS_PRIMITIVE, 2),
Dbi\DacDbiImpl.cs (2)
2091TypeHandle charTypeHandle = rts.GetPrimitiveType(CorElementType.Char); 2094pLayout->componentType = CorElementType.Char;
SigFormat.cs (2)
123case CorElementType.Char: stringBuilder.Append("Char"); return; 339case CorElementType.Char: stringBuilder.Append("Char"); return;