7 references to Char
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\ManagedTypeSource_1.cs (1)
362CorElementType.Char or CorElementType.U2 => "uint16",
Microsoft.Diagnostics.DataContractReader.Legacy (6)
ClrDataFrame.cs (1)
621CorElementType.Char or CorElementType.I2 or CorElementType.U2 => ((uint)ClrDataValueFlag.IS_PRIMITIVE, 2),
Dbi\DacDbiImpl.cs (2)
5524ITypeHandle charTypeHandle = rts.GetPrimitiveType(CorElementType.Char); 5527pLayout->componentType = CorElementType.Char;
SigFormat.cs (2)
123case CorElementType.Char: stringBuilder.Append("Char"); return; 342case CorElementType.Char: stringBuilder.Append("Char"); return;
TypeHandleExtensions.cs (1)
127CorElementType.Char => "Char",