1 instantiation of Native
System.Speech (1)
src\runtime\src\libraries\Common\src\Interop\Windows\WinMm\Interop.waveOutGetDevCaps.cs (1)
35
public static Native ConvertToUnmanaged(WAVEOUTCAPS managed) =>
new
(managed);
4 references to Native
System.Speech (4)
_generated\0\LibraryImports.g.cs (2)
20
global::Interop.WinMM.WAVEOUTCAPS.Marshaller.
Native
__caps_native;
34
static 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)
35
public static
Native
ConvertToUnmanaged(WAVEOUTCAPS managed) => new(managed);
36
public static WAVEOUTCAPS ConvertToManaged(
Native
native) => native.ToManaged();