1 write to _marshalers
PresentationFramework (1)
MS\Internal\WindowsRuntime\Generated\WinRT\Marshalers.cs (1)
144m._marshalers = new MarshalString[length];
5 references to _marshalers
PresentationFramework (5)
MS\Internal\WindowsRuntime\Generated\WinRT\Marshalers.cs (5)
115if (_marshalers != null) 117foreach (var marshaler in _marshalers) 148m._marshalers[i] = MarshalString.CreateMarshaler(array[i]); 149elements[i] = MarshalString.GetAbi(m._marshalers[i]); 163return (m._marshalers?.Length ?? 0, m._array);