8 references to AsImpl
System.Private.CoreLib (8)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Matrix3x2.cs (7)
126set => AsImpl().Z = value; 137set => AsImpl().X = value; 148set => AsImpl().Y = value; 159set => AsImpl().Z = value; 218ref Impl impl = ref AsImpl(); 323ref Impl impl = ref AsImpl(); 860ref Impl resultImpl = ref result.AsImpl();
src\runtime\src\libraries\System.Private.CoreLib\src\System\Numerics\Matrix4x4.cs (1)
644ref readonly Matrix3x2.Impl impl = ref value.AsImpl();