1 write to CallConv
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\RuntimeTypeSystem_1.cs (1)
98
CallConv
= callConv;
3 references to CallConv
Microsoft.Diagnostics.DataContractReader.Contracts (3)
Contracts\RuntimeTypeSystem_1.cs (3)
108
if (ElementType != other.ElementType || Rank != other.Rank ||
CallConv
!= other.
CallConv
|| TypeArgs.Length != other.TypeArgs.Length || !ReferenceEquals(TypeHandle, other.TypeHandle))
123
int hash = HashCode.Combine(typeHandleHash, (int)ElementType, Rank, (int)
CallConv
);