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