8 references to ArrayWithOffset
mscorlib (8)
system\runtime\interopservices\arraywithoffset.cs (7)
47if (obj is ArrayWithOffset) 48return Equals((ArrayWithOffset)obj); 53public bool Equals(ArrayWithOffset obj) 58public static bool operator ==(ArrayWithOffset a, ArrayWithOffset b) 63public static bool operator !=(ArrayWithOffset a, ArrayWithOffset b)
system\stubhelpers.cs (1)
1243if (pManagedHome is ArrayWithOffset)