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