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