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