9 references to AsImpl
System.Private.CoreLib (9)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Matrix4x4.cs (9)
205ref Impl impl = ref AsImpl(); 218set => AsImpl().X = value.AsVector128(); 229set => AsImpl().Y = value.AsVector128(); 240set => AsImpl().Z = value.AsVector128(); 251set => AsImpl().W = value.AsVector128(); 315ref Impl impl = ref AsImpl(); 431ref Impl impl = ref AsImpl(); 1819=> Decompose(matrix.AsImpl(), out scale, out rotation, out translation); 1823Impl matTemp = Identity.AsImpl();