4 references to I1
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\StackWalk\GC\GcSignatureTypeProvider.cs (1)
191
case CorElementType.
I1
:
Microsoft.Diagnostics.DataContractReader.Legacy (3)
ClrDataFrame.cs (1)
618
CorElementType.
I1
or CorElementType.U1 => ((uint)ClrDataValueFlag.IS_PRIMITIVE, 1),
SigFormat.cs (2)
113
case CorElementType.
I1
: stringBuilder.Append("SByte"); return;
329
case CorElementType.
I1
: stringBuilder.Append("SByte"); return;