10 references to AsROImpl
System.Private.CoreLib (10)
src\libraries\System.Private.CoreLib\src\System\Numerics\Matrix4x4.cs (10)
166readonly get => AsROImpl().X; 177readonly get => AsROImpl().Y; 188readonly get => AsROImpl().Z; 199readonly get => AsROImpl().W; 220ref readonly Impl impl = ref AsROImpl(); 338ref readonly Impl impl = ref AsROImpl(); 1037=> AsROImpl().Equals(obj); 1044=> AsROImpl().Equals(in other.AsImpl()); 1049=> AsROImpl().GetDeterminant(); 1074=> AsROImpl().GetHashCode();