1 instantiation of Native
System.Speech (1)
src\runtime\src\libraries\Common\src\Interop\Windows\WinMm\Interop.waveOutGetDevCaps.cs (1)
35public static Native ConvertToUnmanaged(WAVEOUTCAPS managed) => new(managed);
4 references to Native
System.Speech (4)
_generated\0\LibraryImports.g.cs (2)
20global::Interop.WinMM.WAVEOUTCAPS.Marshaller.Native __caps_native; 34static extern unsafe global::Interop.WinMM.MMSYSERR __PInvoke(nint __uDeviceID_native, global::Interop.WinMM.WAVEOUTCAPS.Marshaller.Native* __caps_native, int __cbwoc_native);
src\runtime\src\libraries\Common\src\Interop\Windows\WinMm\Interop.waveOutGetDevCaps.cs (2)
35public static Native ConvertToUnmanaged(WAVEOUTCAPS managed) => new(managed); 36public static WAVEOUTCAPS ConvertToManaged(Native native) => native.ToManaged();