1 write to _results
System.Private.CoreLib (1)
src\libraries\Common\src\Interop\Unix\System.Native\Interop.MountPoints.cs (1)
64context._results = new List<string>();
2 references to _results
System.Private.CoreLib (2)
src\libraries\Common\src\Interop\Unix\System.Native\Interop.MountPoints.cs (2)
31callbackContext->_results.Add(Utf8StringMarshaller.ConvertToManaged(name)!); 73return context._results.ToArray();