6 references to Marshaller
System.Speech (6)
_generated\0\LibraryImports.g.cs (4)
20
global::Interop.WinMM.WAVEOUTCAPS.
Marshaller
.Native __caps_native;
23
__caps_native = global::Interop.WinMM.WAVEOUTCAPS.
Marshaller
.ConvertToUnmanaged(caps);
29
caps = global::Interop.WinMM.WAVEOUTCAPS.
Marshaller
.ConvertToManaged(__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)
17
[NativeMarshalling(typeof(
Marshaller
))]
32
[CustomMarshaller(typeof(WAVEOUTCAPS), MarshalMode.Default, typeof(
Marshaller
))]