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