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