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