diff --git a/dotnet/targets/Microsoft.Sdk.R2R.targets b/dotnet/targets/Microsoft.Sdk.R2R.targets
index 71c6f4aff0a..b07c93bbf96 100644
--- a/dotnet/targets/Microsoft.Sdk.R2R.targets
+++ b/dotnet/targets/Microsoft.Sdk.R2R.targets
@@ -14,6 +14,11 @@
<_ReadyToRunFilesToPublish Remove="@(_ReadyToRunFilesToPublish)" />
<_ReadyToRunFilesToPublish Include="@(_ReadyToRunFilesToPublishFixed)" />
+
+ <_ReadyToRunCompileListFixed Include="@(_ReadyToRunCompileList)" OutputR2RImage="$(_ReadyToRunOutputPath)/%(Filename)%(Extension)" />
+ <_ReadyToRunCompileList Remove="@(_ReadyToRunCompileList)" />
+ <_ReadyToRunCompileList Include="@(_ReadyToRunCompileListFixed)" />
+
-
+
true
true
diff --git a/dotnet/targets/Xamarin.Shared.Sdk.targets b/dotnet/targets/Xamarin.Shared.Sdk.targets
index 79be2a9ecb1..d35c55df74a 100644
--- a/dotnet/targets/Xamarin.Shared.Sdk.targets
+++ b/dotnet/targets/Xamarin.Shared.Sdk.targets
@@ -673,6 +673,7 @@
Platform=$(_PlatformName)
PlatformAssembly=$(_PlatformAssemblyName).dll
PublishReadyToRun=$(PublishReadyToRun)
+ PublishReadyToRunContainerFormat=$(PublishReadyToRunContainerFormat)
RelativeAppBundlePath=$(_RelativeAppBundlePath)
Registrar=$(Registrar)
@(ReferenceNativeSymbol -> 'ReferenceNativeSymbol=%(SymbolType):%(SymbolMode):%(Identity)')
diff --git a/tests/dotnet/UnitTests/AppSizeTest.cs b/tests/dotnet/UnitTests/AppSizeTest.cs
index a441565ed94..d68d7bd39a8 100644
--- a/tests/dotnet/UnitTests/AppSizeTest.cs
+++ b/tests/dotnet/UnitTests/AppSizeTest.cs
@@ -49,6 +49,9 @@ public void NativeAOT (ApplePlatform platform, string runtimeIdentifiers)
Run (platform, runtimeIdentifiers, "Release", $"{platform}-NativeAOT", false, dict);
}
+ [TestCase (ApplePlatform.iOS, "ios-arm64", true)]
+ [TestCase (ApplePlatform.TVOS, "tvos-arm64", true)]
+ [TestCase (ApplePlatform.MacCatalyst, "maccatalyst-arm64", true)]
[TestCase (ApplePlatform.MacOSX, "osx-arm64;osx-x64", false)]
public void CoreCLR_Interpreter (ApplePlatform platform, string runtimeIdentifiers, bool isTrimmed)
{
@@ -60,16 +63,18 @@ public void CoreCLR_Interpreter (ApplePlatform platform, string runtimeIdentifie
Run (platform, runtimeIdentifiers, "Release", $"{platform}-CoreCLR-Interpreter", isTrimmed, dict);
}
- [TestCase (ApplePlatform.iOS, "ios-arm64")]
- public void CoreCLR_Interpreter (ApplePlatform platform, string runtimeIdentifiers)
- {
- Run (platform, runtimeIdentifiers, "Release", $"{platform}-CoreCLR-Interpreter", true, new Dictionary () { { "UseMonoRuntime", "false" }, { "PublishReadyToRun", "false" } });
- }
-
- [TestCase (ApplePlatform.iOS, "ios-arm64")]
- public void CoreCLR_R2R (ApplePlatform platform, string runtimeIdentifiers)
+ [TestCase (ApplePlatform.iOS, "ios-arm64", true)]
+ [TestCase (ApplePlatform.TVOS, "tvos-arm64", true)]
+ [TestCase (ApplePlatform.MacCatalyst, "maccatalyst-arm64", true)]
+ [TestCase (ApplePlatform.MacOSX, "osx-arm64;osx-x64", false)]
+ public void CoreCLR_R2R (ApplePlatform platform, string runtimeIdentifiers, bool isTrimmed)
{
- Run (platform, runtimeIdentifiers, "Release", $"{platform}-CoreCLR-R2R", true, new Dictionary () { { "UseMonoRuntime", "false" }, { "PublishReadyToRun", "true" } });
+ var dict = new Dictionary () {
+ { "UseMonoRuntime", "false" },
+ { "PublishReadyToRun", "true" },
+ { "NoDSymUtil", "false" }, // off by default for macOS, but we want to test it, so enable it
+ };
+ Run (platform, runtimeIdentifiers, "Release", $"{platform}-CoreCLR-R2R", isTrimmed, dict);
}
// This test will build the SizeTestApp, and capture the resulting app size.
diff --git a/tests/dotnet/UnitTests/expected/MacCatalyst-CoreCLR-Interpreter-preservedapis.txt b/tests/dotnet/UnitTests/expected/MacCatalyst-CoreCLR-Interpreter-preservedapis.txt
new file mode 100644
index 00000000000..e8df7329852
--- /dev/null
+++ b/tests/dotnet/UnitTests/expected/MacCatalyst-CoreCLR-Interpreter-preservedapis.txt
@@ -0,0 +1,22551 @@
+Microsoft.MacCatalyst.dll:
+Microsoft.MacCatalyst.dll:..cctor()
+Microsoft.MacCatalyst.dll:AppKit.ActionDispatcher
+Microsoft.MacCatalyst.dll:AppKit.ActionDispatcher.get_WorksWhenModal()
+Microsoft.MacCatalyst.dll:AppKit.ActionDispatcher.OnActivated(Foundation.NSObject)
+Microsoft.MacCatalyst.dll:AppKit.ActionDispatcher.OnActivated2(Foundation.NSObject)
+Microsoft.MacCatalyst.dll:AppKit.ActionDispatcher/__Registrar_Callbacks__
+Microsoft.MacCatalyst.dll:AppKit.ActionDispatcher/__Registrar_Callbacks__.callback_3134_AppKit_ActionDispatcher_OnActivated(System.IntPtr, System.IntPtr, System.IntPtr, System.IntPtr*)
+Microsoft.MacCatalyst.dll:AppKit.ActionDispatcher/__Registrar_Callbacks__.callback_3135_AppKit_ActionDispatcher_OnActivated2(System.IntPtr, System.IntPtr, System.IntPtr, System.IntPtr*)
+Microsoft.MacCatalyst.dll:AppKit.ActionDispatcher/__Registrar_Callbacks__.callback_3137_AppKit_ActionDispatcher_get_WorksWhenModal(System.IntPtr, System.IntPtr, System.IntPtr*)
+Microsoft.MacCatalyst.dll:CoreFoundation.CFArray
+Microsoft.MacCatalyst.dll:CoreFoundation.CFArray._Xamarin_ConstructINativeObject(ObjCRuntime.NativeHandle, System.Boolean)
+Microsoft.MacCatalyst.dll:CoreFoundation.CFArray..cctor()
+Microsoft.MacCatalyst.dll:CoreFoundation.CFArray..ctor(ObjCRuntime.NativeHandle, System.Boolean)
+Microsoft.MacCatalyst.dll:CoreFoundation.CFArray.ArrayFromHandle`1(ObjCRuntime.NativeHandle, System.Boolean)
+Microsoft.MacCatalyst.dll:CoreFoundation.CFArray.ArrayFromHandle`1(ObjCRuntime.NativeHandle)
+Microsoft.MacCatalyst.dll:CoreFoundation.CFArray.ArrayFromHandleFunc`1(ObjCRuntime.NativeHandle, System.Func`2)
+Microsoft.MacCatalyst.dll:CoreFoundation.CFArray.CFArrayGetValues(System.IntPtr, CoreFoundation.CFRange, System.IntPtr)
+Microsoft.MacCatalyst.dll:CoreFoundation.CFArray.DefaultConvert`1(ObjCRuntime.NativeHandle)
+Microsoft.MacCatalyst.dll:CoreFoundation.CFArray.get__CFNullHandle()
+Microsoft.MacCatalyst.dll:CoreFoundation.CFArray.GetCount(System.IntPtr)
+Microsoft.MacCatalyst.dll:CoreFoundation.CFArray.StringArrayFromHandle(ObjCRuntime.NativeHandle, System.Boolean)
+Microsoft.MacCatalyst.dll:CoreFoundation.CFArray.StringArrayFromHandle(ObjCRuntime.NativeHandle)
+Microsoft.MacCatalyst.dll:CoreFoundation.CFArray/<>O
+Microsoft.MacCatalyst.dll:CoreFoundation.CFArray/O__25_0`1
+Microsoft.MacCatalyst.dll:CoreFoundation.CFObject
+Microsoft.MacCatalyst.dll:CoreFoundation.CFObject.CFRelease(System.IntPtr)
+Microsoft.MacCatalyst.dll:CoreFoundation.CFObject.CFRetain(System.IntPtr)
+Microsoft.MacCatalyst.dll:CoreFoundation.CFRange
+Microsoft.MacCatalyst.dll:CoreFoundation.CFRange..ctor(System.Int32, System.Int32)
+Microsoft.MacCatalyst.dll:CoreFoundation.CFRange.ToString()
+Microsoft.MacCatalyst.dll:CoreFoundation.CFString
+Microsoft.MacCatalyst.dll:CoreFoundation.CFString._Xamarin_ConstructINativeObject(ObjCRuntime.NativeHandle, System.Boolean)
+Microsoft.MacCatalyst.dll:CoreFoundation.CFString..ctor(ObjCRuntime.NativeHandle, System.Boolean)
+Microsoft.MacCatalyst.dll:CoreFoundation.CFString.CFStringCreateWithCharacters(System.IntPtr, System.IntPtr, System.IntPtr)
+Microsoft.MacCatalyst.dll:CoreFoundation.CFString.CFStringGetCharacters(System.IntPtr, CoreFoundation.CFRange, System.Char*)
+Microsoft.MacCatalyst.dll:CoreFoundation.CFString.CFStringGetCharactersPtr(System.IntPtr)
+Microsoft.MacCatalyst.dll:CoreFoundation.CFString.CFStringGetLength(System.IntPtr)
+Microsoft.MacCatalyst.dll:CoreFoundation.CFString.CreateNative(System.String)
+Microsoft.MacCatalyst.dll:CoreFoundation.CFString.FromHandle(ObjCRuntime.NativeHandle, System.Boolean)
+Microsoft.MacCatalyst.dll:CoreFoundation.CFString.FromHandle(ObjCRuntime.NativeHandle)
+Microsoft.MacCatalyst.dll:CoreFoundation.CFString.ReleaseNative(ObjCRuntime.NativeHandle)
+Microsoft.MacCatalyst.dll:CoreFoundation.CFString.ToString()
+Microsoft.MacCatalyst.dll:CoreFoundation.NativeObject
+Microsoft.MacCatalyst.dll:CoreFoundation.NativeObject..ctor(ObjCRuntime.NativeHandle, System.Boolean, System.Boolean)
+Microsoft.MacCatalyst.dll:CoreFoundation.NativeObject..ctor(ObjCRuntime.NativeHandle, System.Boolean)
+Microsoft.MacCatalyst.dll:CoreFoundation.NativeObject.Dispose(System.Boolean)
+Microsoft.MacCatalyst.dll:CoreFoundation.NativeObject.Release()
+Microsoft.MacCatalyst.dll:CoreFoundation.NativeObject.Retain()
+Microsoft.MacCatalyst.dll:CoreGraphics.CGRect
+Microsoft.MacCatalyst.dll:CoreGraphics.CGRect UIKit.UIScreen::Bounds()
+Microsoft.MacCatalyst.dll:CoreGraphics.CGRect UIKit.UIView::Bounds()
+Microsoft.MacCatalyst.dll:CoreGraphics.CGRect.Equals(CoreGraphics.CGRect)
+Microsoft.MacCatalyst.dll:CoreGraphics.CGRect.Equals(System.Object)
+Microsoft.MacCatalyst.dll:CoreGraphics.CGRect.GetHashCode()
+Microsoft.MacCatalyst.dll:CoreGraphics.CGRect.NSStringFromCGRect(CoreGraphics.CGRect)
+Microsoft.MacCatalyst.dll:CoreGraphics.CGRect.ToString()
+Microsoft.MacCatalyst.dll:Foundation.ExportAttribute
+Microsoft.MacCatalyst.dll:Foundation.ExportAttribute..ctor(System.String, ObjCRuntime.ArgumentSemantic)
+Microsoft.MacCatalyst.dll:Foundation.ExportAttribute..ctor(System.String)
+Microsoft.MacCatalyst.dll:Foundation.INSObjectFactory
+Microsoft.MacCatalyst.dll:Foundation.INSObjectFactory._Xamarin_ConstructNSObject(ObjCRuntime.NativeHandle)
+Microsoft.MacCatalyst.dll:Foundation.ModelAttribute
+Microsoft.MacCatalyst.dll:Foundation.ModelAttribute..ctor()
+Microsoft.MacCatalyst.dll:Foundation.NSAsyncDispatcher
+Microsoft.MacCatalyst.dll:Foundation.NSAsyncDispatcher..ctor()
+Microsoft.MacCatalyst.dll:Foundation.NSAsyncDispatcher.Apply()
+Microsoft.MacCatalyst.dll:Foundation.NSAsyncDispatcher/__Registrar_Callbacks__
+Microsoft.MacCatalyst.dll:Foundation.NSAsyncDispatcher/__Registrar_Callbacks__.callback_3025_Foundation_NSAsyncDispatcher__ctor(System.IntPtr, System.IntPtr, System.Byte*, System.IntPtr*)
+Microsoft.MacCatalyst.dll:Foundation.NSAsyncDispatcher/__Registrar_Callbacks__.callback_3026_Foundation_NSAsyncDispatcher_Apply(System.IntPtr, System.IntPtr, System.IntPtr*)
+Microsoft.MacCatalyst.dll:Foundation.NSAsyncSynchronizationContextDispatcher
+Microsoft.MacCatalyst.dll:Foundation.NSAsyncSynchronizationContextDispatcher..ctor(System.Threading.SendOrPostCallback, System.Object)
+Microsoft.MacCatalyst.dll:Foundation.NSAsyncSynchronizationContextDispatcher.Apply()
+Microsoft.MacCatalyst.dll:Foundation.NSAsyncSynchronizationContextDispatcher/__Registrar_Callbacks__
+Microsoft.MacCatalyst.dll:Foundation.NSAsyncSynchronizationContextDispatcher/__Registrar_Callbacks__.callback_3028_Foundation_NSAsyncSynchronizationContextDispatcher_Apply(System.IntPtr, System.IntPtr, System.IntPtr*)
+Microsoft.MacCatalyst.dll:Foundation.NSAutoreleasePool
+Microsoft.MacCatalyst.dll:Foundation.NSAutoreleasePool._Xamarin_ConstructINativeObject(ObjCRuntime.NativeHandle, System.Boolean)
+Microsoft.MacCatalyst.dll:Foundation.NSAutoreleasePool._Xamarin_ConstructNSObject(ObjCRuntime.NativeHandle)
+Microsoft.MacCatalyst.dll:Foundation.NSAutoreleasePool..cctor()
+Microsoft.MacCatalyst.dll:Foundation.NSAutoreleasePool..ctor()
+Microsoft.MacCatalyst.dll:Foundation.NSAutoreleasePool..ctor(ObjCRuntime.NativeHandle)
+Microsoft.MacCatalyst.dll:Foundation.NSAutoreleasePool.get_ClassHandle()
+Microsoft.MacCatalyst.dll:Foundation.NSComparisonResult
+Microsoft.MacCatalyst.dll:Foundation.NSComparisonResult Foundation.NSComparisonResult::Ascending
+Microsoft.MacCatalyst.dll:Foundation.NSComparisonResult Foundation.NSComparisonResult::Descending
+Microsoft.MacCatalyst.dll:Foundation.NSComparisonResult Foundation.NSComparisonResult::Same
+Microsoft.MacCatalyst.dll:Foundation.NSDictionary
+Microsoft.MacCatalyst.dll:Foundation.NSDictionary Foundation.NSDictionary/d__66::<>4__this
+Microsoft.MacCatalyst.dll:Foundation.NSDictionary._ObjectForKey(System.IntPtr)
+Microsoft.MacCatalyst.dll:Foundation.NSDictionary._Xamarin_ConstructINativeObject(ObjCRuntime.NativeHandle, System.Boolean)
+Microsoft.MacCatalyst.dll:Foundation.NSDictionary._Xamarin_ConstructNSObject(ObjCRuntime.NativeHandle)
+Microsoft.MacCatalyst.dll:Foundation.NSDictionary..cctor()
+Microsoft.MacCatalyst.dll:Foundation.NSDictionary..ctor(ObjCRuntime.NativeHandle, System.Boolean)
+Microsoft.MacCatalyst.dll:Foundation.NSDictionary..ctor(ObjCRuntime.NativeHandle)
+Microsoft.MacCatalyst.dll:Foundation.NSDictionary.ContainsKeyValuePair(System.Collections.Generic.KeyValuePair`2)
+Microsoft.MacCatalyst.dll:Foundation.NSDictionary.get_ClassHandle()
+Microsoft.MacCatalyst.dll:Foundation.NSDictionary.get_Count()
+Microsoft.MacCatalyst.dll:Foundation.NSDictionary.get_Keys()
+Microsoft.MacCatalyst.dll:Foundation.NSDictionary.GetEnumerator()
+Microsoft.MacCatalyst.dll:Foundation.NSDictionary.ObjectForKey(Foundation.NSObject)
+Microsoft.MacCatalyst.dll:Foundation.NSDictionary.System.Collections.Generic.ICollection>.Add(System.Collections.Generic.KeyValuePair`2)
+Microsoft.MacCatalyst.dll:Foundation.NSDictionary.System.Collections.Generic.ICollection>.Clear()
+Microsoft.MacCatalyst.dll:Foundation.NSDictionary.System.Collections.Generic.ICollection>.Contains(System.Collections.Generic.KeyValuePair`2)
+Microsoft.MacCatalyst.dll:Foundation.NSDictionary.System.Collections.Generic.ICollection>.CopyTo(System.Collections.Generic.KeyValuePair`2[], System.Int32)
+Microsoft.MacCatalyst.dll:Foundation.NSDictionary.System.Collections.Generic.ICollection>.get_Count()
+Microsoft.MacCatalyst.dll:Foundation.NSDictionary.System.Collections.Generic.ICollection>.get_IsReadOnly()
+Microsoft.MacCatalyst.dll:Foundation.NSDictionary.System.Collections.Generic.ICollection>.Remove(System.Collections.Generic.KeyValuePair`2)
+Microsoft.MacCatalyst.dll:Foundation.NSDictionary.System.Collections.Generic.IDictionary.Add(Foundation.NSObject, Foundation.NSObject)
+Microsoft.MacCatalyst.dll:Foundation.NSDictionary.TryGetValue(Foundation.NSObject, out Foundation.NSObject&)
+Microsoft.MacCatalyst.dll:Foundation.NSDictionary.TryGetValue`1(ObjCRuntime.INativeObject, out T&)
+Microsoft.MacCatalyst.dll:Foundation.NSDictionary/d__66
+Microsoft.MacCatalyst.dll:Foundation.NSDictionary/d__66..ctor(System.Int32)
+Microsoft.MacCatalyst.dll:Foundation.NSDictionary/d__66.MoveNext()
+Microsoft.MacCatalyst.dll:Foundation.NSDictionary/d__66.System.Collections.Generic.IEnumerator>.get_Current()
+Microsoft.MacCatalyst.dll:Foundation.NSDictionary/d__66.System.IDisposable.Dispose()
+Microsoft.MacCatalyst.dll:Foundation.NSDispatcher
+Microsoft.MacCatalyst.dll:Foundation.NSDispatcher..ctor()
+Microsoft.MacCatalyst.dll:Foundation.NSDispatcher.Apply()
+Microsoft.MacCatalyst.dll:Foundation.NSDispatcher/__Registrar_Callbacks__
+Microsoft.MacCatalyst.dll:Foundation.NSDispatcher/__Registrar_Callbacks__.callback_3020_Foundation_NSDispatcher__ctor(System.IntPtr, System.IntPtr, System.Byte*, System.IntPtr*)
+Microsoft.MacCatalyst.dll:Foundation.NSDispatcher/__Registrar_Callbacks__.callback_3021_Foundation_NSDispatcher_Apply(System.IntPtr, System.IntPtr, System.IntPtr*)
+Microsoft.MacCatalyst.dll:Foundation.NSException
+Microsoft.MacCatalyst.dll:Foundation.NSException ObjCRuntime.MarshalObjectiveCExceptionEventArgs::k__BackingField
+Microsoft.MacCatalyst.dll:Foundation.NSException ObjCRuntime.MarshalObjectiveCExceptionEventArgs::Exception()
+Microsoft.MacCatalyst.dll:Foundation.NSException ObjCRuntime.ObjCException::native_exc
+Microsoft.MacCatalyst.dll:Foundation.NSException ObjCRuntime.ObjCException::NSException()
+Microsoft.MacCatalyst.dll:Foundation.NSException._Xamarin_ConstructINativeObject(ObjCRuntime.NativeHandle, System.Boolean)
+Microsoft.MacCatalyst.dll:Foundation.NSException._Xamarin_ConstructNSObject(ObjCRuntime.NativeHandle)
+Microsoft.MacCatalyst.dll:Foundation.NSException..cctor()
+Microsoft.MacCatalyst.dll:Foundation.NSException..ctor(ObjCRuntime.NativeHandle)
+Microsoft.MacCatalyst.dll:Foundation.NSException.get_CallStackSymbols()
+Microsoft.MacCatalyst.dll:Foundation.NSException.get_ClassHandle()
+Microsoft.MacCatalyst.dll:Foundation.NSException.get_Name()
+Microsoft.MacCatalyst.dll:Foundation.NSException.get_Reason()
+Microsoft.MacCatalyst.dll:Foundation.NSNumber
+Microsoft.MacCatalyst.dll:Foundation.NSNumber._Xamarin_ConstructINativeObject(ObjCRuntime.NativeHandle, System.Boolean)
+Microsoft.MacCatalyst.dll:Foundation.NSNumber._Xamarin_ConstructNSObject(ObjCRuntime.NativeHandle)
+Microsoft.MacCatalyst.dll:Foundation.NSNumber..cctor()
+Microsoft.MacCatalyst.dll:Foundation.NSNumber..ctor(ObjCRuntime.NativeHandle)
+Microsoft.MacCatalyst.dll:Foundation.NSNumber.Compare(Foundation.NSNumber)
+Microsoft.MacCatalyst.dll:Foundation.NSNumber.CompareTo(Foundation.NSNumber)
+Microsoft.MacCatalyst.dll:Foundation.NSNumber.CompareTo(System.Object)
+Microsoft.MacCatalyst.dll:Foundation.NSNumber.Equals(Foundation.NSNumber)
+Microsoft.MacCatalyst.dll:Foundation.NSNumber.Equals(System.Object)
+Microsoft.MacCatalyst.dll:Foundation.NSNumber.get_ClassHandle()
+Microsoft.MacCatalyst.dll:Foundation.NSNumber.get_StringValue()
+Microsoft.MacCatalyst.dll:Foundation.NSNumber.GetHashCode()
+Microsoft.MacCatalyst.dll:Foundation.NSNumber.IsEqualTo(System.IntPtr)
+Microsoft.MacCatalyst.dll:Foundation.NSNumber.ToString()
+Microsoft.MacCatalyst.dll:Foundation.NSObject
+Microsoft.MacCatalyst.dll:Foundation.NSObject..cctor()
+Microsoft.MacCatalyst.dll:Foundation.NSObject..ctor()
+Microsoft.MacCatalyst.dll:Foundation.NSObject..ctor(Foundation.NSObjectFlag)
+Microsoft.MacCatalyst.dll:Foundation.NSObject..ctor(ObjCRuntime.NativeHandle, System.Boolean)
+Microsoft.MacCatalyst.dll:Foundation.NSObject..ctor(ObjCRuntime.NativeHandle)
+Microsoft.MacCatalyst.dll:Foundation.NSObject.AllocateData()
+Microsoft.MacCatalyst.dll:Foundation.NSObject.AllocIfNeeded()
+Microsoft.MacCatalyst.dll:Foundation.NSObject.BeginInvokeOnMainThread(System.Threading.SendOrPostCallback, System.Object)
+Microsoft.MacCatalyst.dll:Foundation.NSObject.ClearHandle()
+Microsoft.MacCatalyst.dll:Foundation.NSObject.ConformsToProtocol(ObjCRuntime.NativeHandle)
+Microsoft.MacCatalyst.dll:Foundation.NSObject.CreateManagedRef(System.Boolean)
+Microsoft.MacCatalyst.dll:Foundation.NSObject.CreateNSObject(System.IntPtr, System.IntPtr, Foundation.NSObject/Flags)
+Microsoft.MacCatalyst.dll:Foundation.NSObject.DangerousAutorelease()
+Microsoft.MacCatalyst.dll:Foundation.NSObject.DangerousAutorelease(ObjCRuntime.NativeHandle)
+Microsoft.MacCatalyst.dll:Foundation.NSObject.DangerousRelease()
+Microsoft.MacCatalyst.dll:Foundation.NSObject.DangerousRelease(ObjCRuntime.NativeHandle)
+Microsoft.MacCatalyst.dll:Foundation.NSObject.DangerousRetain()
+Microsoft.MacCatalyst.dll:Foundation.NSObject.DangerousRetain(ObjCRuntime.NativeHandle)
+Microsoft.MacCatalyst.dll:Foundation.NSObject.Dispose()
+Microsoft.MacCatalyst.dll:Foundation.NSObject.Dispose(System.Boolean)
+Microsoft.MacCatalyst.dll:Foundation.NSObject.Equals(Foundation.NSObject)
+Microsoft.MacCatalyst.dll:Foundation.NSObject.Equals(System.Object)
+Microsoft.MacCatalyst.dll:Foundation.NSObject.Finalize()
+Microsoft.MacCatalyst.dll:Foundation.NSObject.get_ClassHandle()
+Microsoft.MacCatalyst.dll:Foundation.NSObject.get_Description()
+Microsoft.MacCatalyst.dll:Foundation.NSObject.get_disposed()
+Microsoft.MacCatalyst.dll:Foundation.NSObject.get_flags()
+Microsoft.MacCatalyst.dll:Foundation.NSObject.get_FlagsInternal()
+Microsoft.MacCatalyst.dll:Foundation.NSObject.get_handle()
+Microsoft.MacCatalyst.dll:Foundation.NSObject.get_Handle()
+Microsoft.MacCatalyst.dll:Foundation.NSObject.get_InFinalizerQueue()
+Microsoft.MacCatalyst.dll:Foundation.NSObject.get_IsDirectBinding()
+Microsoft.MacCatalyst.dll:Foundation.NSObject.get_IsRegisteredToggleRef()
+Microsoft.MacCatalyst.dll:Foundation.NSObject.get_SuperHandle()
+Microsoft.MacCatalyst.dll:Foundation.NSObject.GetData()
+Microsoft.MacCatalyst.dll:Foundation.NSObject.GetHashCode()
+Microsoft.MacCatalyst.dll:Foundation.NSObject.GetNativeHash()
+Microsoft.MacCatalyst.dll:Foundation.NSObject.GetSuper()
+Microsoft.MacCatalyst.dll:Foundation.NSObject.Initialize()
+Microsoft.MacCatalyst.dll:Foundation.NSObject.InitializeHandle(ObjCRuntime.NativeHandle, System.String, System.Boolean)
+Microsoft.MacCatalyst.dll:Foundation.NSObject.InitializeHandle(ObjCRuntime.NativeHandle, System.String)
+Microsoft.MacCatalyst.dll:Foundation.NSObject.InitializeObject(System.Boolean)
+Microsoft.MacCatalyst.dll:Foundation.NSObject.InvokeConformsToProtocol(ObjCRuntime.NativeHandle)
+Microsoft.MacCatalyst.dll:Foundation.NSObject.InvokeOnMainThread(System.Threading.SendOrPostCallback, System.Object)
+Microsoft.MacCatalyst.dll:Foundation.NSObject.IsEqual(Foundation.NSObject)
+Microsoft.MacCatalyst.dll:Foundation.NSObject.RecreateDataHandle()
+Microsoft.MacCatalyst.dll:Foundation.NSObject.ReleaseManagedRef()
+Microsoft.MacCatalyst.dll:Foundation.NSObject.set_disposed(System.Boolean)
+Microsoft.MacCatalyst.dll:Foundation.NSObject.set_flags(Foundation.NSObject/Flags)
+Microsoft.MacCatalyst.dll:Foundation.NSObject.set_FlagsInternal(Foundation.NSObject/Flags)
+Microsoft.MacCatalyst.dll:Foundation.NSObject.set_handle(ObjCRuntime.NativeHandle)
+Microsoft.MacCatalyst.dll:Foundation.NSObject.set_Handle(ObjCRuntime.NativeHandle)
+Microsoft.MacCatalyst.dll:Foundation.NSObject.set_HasManagedRef(System.Boolean)
+Microsoft.MacCatalyst.dll:Foundation.NSObject.set_IsDirectBinding(System.Boolean)
+Microsoft.MacCatalyst.dll:Foundation.NSObject.ToString()
+Microsoft.MacCatalyst.dll:Foundation.NSObject.xamarin_release_managed_ref(System.IntPtr, System.Byte)
+Microsoft.MacCatalyst.dll:Foundation.NSObject.xamarin_set_gchandle_with_flags_safe(System.IntPtr, System.IntPtr, Foundation.NSObject/XamarinGCHandleFlags, System.IntPtr)
+Microsoft.MacCatalyst.dll:Foundation.NSObject[] Foundation.NSDictionary::Keys()
+Microsoft.MacCatalyst.dll:Foundation.NSObject[] Foundation.NSDictionary/d__66::<>7__wrap1
+Microsoft.MacCatalyst.dll:Foundation.NSObject/Flags
+Microsoft.MacCatalyst.dll:Foundation.NSObject/Flags Foundation.NSObject::flags()
+Microsoft.MacCatalyst.dll:Foundation.NSObject/Flags Foundation.NSObject::FlagsInternal()
+Microsoft.MacCatalyst.dll:Foundation.NSObject/Flags Foundation.NSObject/Flags::Disposed
+Microsoft.MacCatalyst.dll:Foundation.NSObject/Flags Foundation.NSObject/Flags::HasManagedRef
+Microsoft.MacCatalyst.dll:Foundation.NSObject/Flags Foundation.NSObject/Flags::InFinalizerQueue
+Microsoft.MacCatalyst.dll:Foundation.NSObject/Flags Foundation.NSObject/Flags::IsCustomType
+Microsoft.MacCatalyst.dll:Foundation.NSObject/Flags Foundation.NSObject/Flags::IsDirectBinding
+Microsoft.MacCatalyst.dll:Foundation.NSObject/Flags Foundation.NSObject/Flags::NativeRef
+Microsoft.MacCatalyst.dll:Foundation.NSObject/Flags Foundation.NSObject/Flags::RegisteredToggleRef
+Microsoft.MacCatalyst.dll:Foundation.NSObject/Flags Foundation.NSObjectData::flags
+Microsoft.MacCatalyst.dll:Foundation.NSObject/NSObject_Disposer
+Microsoft.MacCatalyst.dll:Foundation.NSObject/NSObject_Disposer..cctor()
+Microsoft.MacCatalyst.dll:Foundation.NSObject/NSObject_Disposer..ctor()
+Microsoft.MacCatalyst.dll:Foundation.NSObject/NSObject_Disposer..ctor(System.IntPtr, ObjCRuntime.IManagedRegistrar)
+Microsoft.MacCatalyst.dll:Foundation.NSObject/NSObject_Disposer.Add(Foundation.NSObject)
+Microsoft.MacCatalyst.dll:Foundation.NSObject/NSObject_Disposer.Drain(Foundation.NSObject)
+Microsoft.MacCatalyst.dll:Foundation.NSObject/NSObject_Disposer.ScheduleDrain()
+Microsoft.MacCatalyst.dll:Foundation.NSObject/NSObject_Disposer/__Registrar_Callbacks__
+Microsoft.MacCatalyst.dll:Foundation.NSObject/NSObject_Disposer/__Registrar_Callbacks__.callback_3053_Foundation_NSObject_NSObject_Disposer__ctor(System.IntPtr, System.IntPtr, System.Byte*, System.IntPtr*)
+Microsoft.MacCatalyst.dll:Foundation.NSObject/NSObject_Disposer/__Registrar_Callbacks__.callback_3054_Foundation_NSObject_NSObject_Disposer_Drain(System.IntPtr, System.IntPtr, System.IntPtr, System.IntPtr*)
+Microsoft.MacCatalyst.dll:Foundation.NSObject/XamarinGCHandleFlags
+Microsoft.MacCatalyst.dll:Foundation.NSObject/XamarinGCHandleFlags Foundation.NSObject/XamarinGCHandleFlags::HasManagedRef
+Microsoft.MacCatalyst.dll:Foundation.NSObject/XamarinGCHandleFlags Foundation.NSObject/XamarinGCHandleFlags::InitialSet
+Microsoft.MacCatalyst.dll:Foundation.NSObject/XamarinGCHandleFlags Foundation.NSObject/XamarinGCHandleFlags::None
+Microsoft.MacCatalyst.dll:Foundation.NSObjectData
+Microsoft.MacCatalyst.dll:Foundation.NSObjectData* Foundation.NSObject::__data_for_mono
+Microsoft.MacCatalyst.dll:Foundation.NSObjectData* Foundation.NSObjectDataHandle::Data()
+Microsoft.MacCatalyst.dll:Foundation.NSObjectData* ObjCRuntime.Runtime/TrackedObjectInfo::Data
+Microsoft.MacCatalyst.dll:Foundation.NSObjectDataHandle
+Microsoft.MacCatalyst.dll:Foundation.NSObjectDataHandle Foundation.NSObject::data_handle
+Microsoft.MacCatalyst.dll:Foundation.NSObjectDataHandle..ctor()
+Microsoft.MacCatalyst.dll:Foundation.NSObjectDataHandle..ctor(System.IntPtr)
+Microsoft.MacCatalyst.dll:Foundation.NSObjectDataHandle.get_Data()
+Microsoft.MacCatalyst.dll:Foundation.NSObjectDataHandle.get_IsInvalid()
+Microsoft.MacCatalyst.dll:Foundation.NSObjectDataHandle.Invalidate()
+Microsoft.MacCatalyst.dll:Foundation.NSObjectDataHandle.ReleaseHandle()
+Microsoft.MacCatalyst.dll:Foundation.NSObjectFlag
+Microsoft.MacCatalyst.dll:Foundation.NSObjectFlag Foundation.NSObjectFlag::Empty
+Microsoft.MacCatalyst.dll:Foundation.NSRunLoop
+Microsoft.MacCatalyst.dll:Foundation.NSRunLoop Foundation.NSRunLoop::Main()
+Microsoft.MacCatalyst.dll:Foundation.NSRunLoop._Xamarin_ConstructINativeObject(ObjCRuntime.NativeHandle, System.Boolean)
+Microsoft.MacCatalyst.dll:Foundation.NSRunLoop._Xamarin_ConstructNSObject(ObjCRuntime.NativeHandle)
+Microsoft.MacCatalyst.dll:Foundation.NSRunLoop..cctor()
+Microsoft.MacCatalyst.dll:Foundation.NSRunLoop..ctor(ObjCRuntime.NativeHandle)
+Microsoft.MacCatalyst.dll:Foundation.NSRunLoop.get_ClassHandle()
+Microsoft.MacCatalyst.dll:Foundation.NSRunLoop.get_Main()
+Microsoft.MacCatalyst.dll:Foundation.NSString
+Microsoft.MacCatalyst.dll:Foundation.NSString Foundation.NSString::Empty
+Microsoft.MacCatalyst.dll:Foundation.NSString._Xamarin_ConstructINativeObject(ObjCRuntime.NativeHandle, System.Boolean)
+Microsoft.MacCatalyst.dll:Foundation.NSString._Xamarin_ConstructNSObject(ObjCRuntime.NativeHandle)
+Microsoft.MacCatalyst.dll:Foundation.NSString..cctor()
+Microsoft.MacCatalyst.dll:Foundation.NSString..ctor(ObjCRuntime.NativeHandle, System.Boolean)
+Microsoft.MacCatalyst.dll:Foundation.NSString..ctor(ObjCRuntime.NativeHandle)
+Microsoft.MacCatalyst.dll:Foundation.NSString..ctor(System.String)
+Microsoft.MacCatalyst.dll:Foundation.NSString.Compare(Foundation.NSString)
+Microsoft.MacCatalyst.dll:Foundation.NSString.CompareTo(Foundation.NSString)
+Microsoft.MacCatalyst.dll:Foundation.NSString.Equals(Foundation.NSString, Foundation.NSString)
+Microsoft.MacCatalyst.dll:Foundation.NSString.Equals(System.Object)
+Microsoft.MacCatalyst.dll:Foundation.NSString.FromHandle(ObjCRuntime.NativeHandle, System.Boolean)
+Microsoft.MacCatalyst.dll:Foundation.NSString.FromHandle(ObjCRuntime.NativeHandle)
+Microsoft.MacCatalyst.dll:Foundation.NSString.get_ClassHandle()
+Microsoft.MacCatalyst.dll:Foundation.NSString.GetHashCode()
+Microsoft.MacCatalyst.dll:Foundation.NSString.IsEqualTo(System.IntPtr)
+Microsoft.MacCatalyst.dll:Foundation.NSString.ToString()
+Microsoft.MacCatalyst.dll:Foundation.NSSynchronizationContextDispatcher
+Microsoft.MacCatalyst.dll:Foundation.NSSynchronizationContextDispatcher..ctor(System.Threading.SendOrPostCallback, System.Object)
+Microsoft.MacCatalyst.dll:Foundation.NSSynchronizationContextDispatcher.Apply()
+Microsoft.MacCatalyst.dll:Foundation.NSSynchronizationContextDispatcher/__Registrar_Callbacks__
+Microsoft.MacCatalyst.dll:Foundation.NSSynchronizationContextDispatcher/__Registrar_Callbacks__.callback_3023_Foundation_NSSynchronizationContextDispatcher_Apply(System.IntPtr, System.IntPtr, System.IntPtr*)
+Microsoft.MacCatalyst.dll:Foundation.NSValue
+Microsoft.MacCatalyst.dll:Foundation.NSValue._Xamarin_ConstructINativeObject(ObjCRuntime.NativeHandle, System.Boolean)
+Microsoft.MacCatalyst.dll:Foundation.NSValue._Xamarin_ConstructNSObject(ObjCRuntime.NativeHandle)
+Microsoft.MacCatalyst.dll:Foundation.NSValue..cctor()
+Microsoft.MacCatalyst.dll:Foundation.NSValue..ctor(ObjCRuntime.NativeHandle)
+Microsoft.MacCatalyst.dll:Foundation.NSValue.get_ClassHandle()
+Microsoft.MacCatalyst.dll:Foundation.ProtocolAttribute
+Microsoft.MacCatalyst.dll:Foundation.ProtocolAttribute..ctor()
+Microsoft.MacCatalyst.dll:Foundation.ProtocolAttribute.get_WrapperType()
+Microsoft.MacCatalyst.dll:Foundation.RegisterAttribute
+Microsoft.MacCatalyst.dll:Foundation.RegisterAttribute..ctor(System.String, System.Boolean)
+Microsoft.MacCatalyst.dll:Foundation.RegisterAttribute..ctor(System.String)
+Microsoft.MacCatalyst.dll:Foundation.RegisterAttribute.get_IsWrapper()
+Microsoft.MacCatalyst.dll:Foundation.You_Should_Not_Call_base_In_This_Method
+Microsoft.MacCatalyst.dll:Foundation.You_Should_Not_Call_base_In_This_Method..ctor()
+Microsoft.MacCatalyst.dll:ObjCRuntime.__Registrar__
+Microsoft.MacCatalyst.dll:ObjCRuntime.__Registrar__..ctor()
+Microsoft.MacCatalyst.dll:ObjCRuntime.__Registrar__.ConstructINativeObject(System.RuntimeTypeHandle, ObjCRuntime.NativeHandle, System.Boolean)
+Microsoft.MacCatalyst.dll:ObjCRuntime.__Registrar__.ConstructNSObject(System.RuntimeTypeHandle, ObjCRuntime.NativeHandle)
+Microsoft.MacCatalyst.dll:ObjCRuntime.__Registrar__.LookupType(System.UInt32)
+Microsoft.MacCatalyst.dll:ObjCRuntime.__Registrar__.LookupTypeId(System.RuntimeTypeHandle)
+Microsoft.MacCatalyst.dll:ObjCRuntime.__Registrar__.LookupUnmanagedFunction_2_2__0_9__(System.String, System.Int32)
+Microsoft.MacCatalyst.dll:ObjCRuntime.__Registrar__.LookupUnmanagedFunction_2_2__10_11__(System.String, System.Int32)
+Microsoft.MacCatalyst.dll:ObjCRuntime.__Registrar__.LookupUnmanagedFunction(System.String, System.Int32)
+Microsoft.MacCatalyst.dll:ObjCRuntime.__Registrar__.LookupUnmanagedFunctionImpl(System.String, System.Int32)
+Microsoft.MacCatalyst.dll:ObjCRuntime.__Registrar__.RegisterWrapperTypes(System.Collections.Generic.Dictionary`2)
+Microsoft.MacCatalyst.dll:ObjCRuntime.ArgumentSemantic
+Microsoft.MacCatalyst.dll:ObjCRuntime.ArgumentSemantic Foundation.ExportAttribute::semantic
+Microsoft.MacCatalyst.dll:ObjCRuntime.ArgumentSemantic ObjCRuntime.ArgumentSemantic::Assign
+Microsoft.MacCatalyst.dll:ObjCRuntime.ArgumentSemantic ObjCRuntime.ArgumentSemantic::Copy
+Microsoft.MacCatalyst.dll:ObjCRuntime.ArgumentSemantic ObjCRuntime.ArgumentSemantic::None
+Microsoft.MacCatalyst.dll:ObjCRuntime.ArgumentSemantic ObjCRuntime.ArgumentSemantic::Retain
+Microsoft.MacCatalyst.dll:ObjCRuntime.ArgumentSemantic ObjCRuntime.ArgumentSemantic::Strong
+Microsoft.MacCatalyst.dll:ObjCRuntime.ArgumentSemantic ObjCRuntime.ArgumentSemantic::UnsafeUnretained
+Microsoft.MacCatalyst.dll:ObjCRuntime.ArgumentSemantic ObjCRuntime.ArgumentSemantic::Weak
+Microsoft.MacCatalyst.dll:ObjCRuntime.BlockCollector
+Microsoft.MacCatalyst.dll:ObjCRuntime.BlockCollector..ctor(System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.BlockCollector.Add(System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.BlockCollector.Finalize()
+Microsoft.MacCatalyst.dll:ObjCRuntime.Class
+Microsoft.MacCatalyst.dll:ObjCRuntime.Class._Xamarin_ConstructINativeObject(ObjCRuntime.NativeHandle, System.Boolean)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Class..cctor()
+Microsoft.MacCatalyst.dll:ObjCRuntime.Class..ctor(ObjCRuntime.NativeHandle, System.Boolean)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Class..ctor(ObjCRuntime.NativeHandle)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Class..ctor(System.Type)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Class.class_getName(System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Class.class_getSuperclass(System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Class.CompareTokenReference(System.String, System.Int32, System.Int32, System.UInt32)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Class.Equals(ObjCRuntime.Class)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Class.Equals(System.Object)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Class.FindClass(System.Type, out System.Boolean&)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Class.FindMapIndex(ObjCRuntime.Runtime/MTClassMap*, System.Int32, System.Int32, System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Class.FindType(ObjCRuntime.NativeHandle, out System.Boolean&)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Class.get_Handle()
+Microsoft.MacCatalyst.dll:ObjCRuntime.Class.get_Name()
+Microsoft.MacCatalyst.dll:ObjCRuntime.Class.GetAssemblyName(System.Reflection.Assembly)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Class.GetClassForObject(System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Class.GetClassHandle(System.Type, System.Boolean, out System.Boolean&)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Class.GetHandle(System.String)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Class.GetHandle(System.Type)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Class.GetHashCode()
+Microsoft.MacCatalyst.dll:ObjCRuntime.Class.Initialize(ObjCRuntime.Runtime/InitializationOptions*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Class.Lookup(System.IntPtr, System.Boolean)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Class.Lookup(System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Class.objc_getClass(System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Class.objc_getClass(System.String)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Class.object_getClass(System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Class.ResolveAssembly(System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Class.ResolveFullTokenReference(System.UInt32)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Class.ResolveMethodTokenReference(System.UInt32)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Class.ResolveModule(System.Reflection.Assembly, System.UInt32)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Class.ResolveToken(System.Reflection.Assembly, System.Reflection.Module, System.UInt32)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Class.ResolveTokenReference(System.UInt32, System.UInt32)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Class.ResolveTypeTokenReference(System.UInt32)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Class.TryGetClass(System.IntPtr, out System.IntPtr&, out System.String&)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Class.TryResolveAssembly(System.IntPtr, out System.Reflection.Assembly&)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Class.VerifyStaticRegistrarCode(System.IntPtr, System.Reflection.Assembly)
+Microsoft.MacCatalyst.dll:ObjCRuntime.DisposableObject
+Microsoft.MacCatalyst.dll:ObjCRuntime.DisposableObject..ctor(ObjCRuntime.NativeHandle, System.Boolean, System.Boolean)
+Microsoft.MacCatalyst.dll:ObjCRuntime.DisposableObject.Dispose()
+Microsoft.MacCatalyst.dll:ObjCRuntime.DisposableObject.Dispose(System.Boolean)
+Microsoft.MacCatalyst.dll:ObjCRuntime.DisposableObject.Equals(System.Object)
+Microsoft.MacCatalyst.dll:ObjCRuntime.DisposableObject.Finalize()
+Microsoft.MacCatalyst.dll:ObjCRuntime.DisposableObject.get_Handle()
+Microsoft.MacCatalyst.dll:ObjCRuntime.DisposableObject.GetCheckedHandle()
+Microsoft.MacCatalyst.dll:ObjCRuntime.DisposableObject.GetHashCode()
+Microsoft.MacCatalyst.dll:ObjCRuntime.DisposableObject.InitializeHandle(ObjCRuntime.NativeHandle, System.Boolean)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Dlfcn
+Microsoft.MacCatalyst.dll:ObjCRuntime.Dlfcn._dlopen(System.IntPtr, ObjCRuntime.Dlfcn/Mode)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Dlfcn._dlopen(System.String, ObjCRuntime.Dlfcn/Mode)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Dlfcn.dlsym(System.IntPtr, System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Dlfcn.dlsym(System.IntPtr, System.String)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Dlfcn.GetIntPtr(System.IntPtr, System.String)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Dlfcn/Mode
+Microsoft.MacCatalyst.dll:ObjCRuntime.Dlfcn/Mode ObjCRuntime.Dlfcn/Mode::First
+Microsoft.MacCatalyst.dll:ObjCRuntime.Dlfcn/Mode ObjCRuntime.Dlfcn/Mode::Global
+Microsoft.MacCatalyst.dll:ObjCRuntime.Dlfcn/Mode ObjCRuntime.Dlfcn/Mode::Lazy
+Microsoft.MacCatalyst.dll:ObjCRuntime.Dlfcn/Mode ObjCRuntime.Dlfcn/Mode::Local
+Microsoft.MacCatalyst.dll:ObjCRuntime.Dlfcn/Mode ObjCRuntime.Dlfcn/Mode::NoDelete
+Microsoft.MacCatalyst.dll:ObjCRuntime.Dlfcn/Mode ObjCRuntime.Dlfcn/Mode::NoLoad
+Microsoft.MacCatalyst.dll:ObjCRuntime.Dlfcn/Mode ObjCRuntime.Dlfcn/Mode::None
+Microsoft.MacCatalyst.dll:ObjCRuntime.Dlfcn/Mode ObjCRuntime.Dlfcn/Mode::Now
+Microsoft.MacCatalyst.dll:ObjCRuntime.ErrorHelper
+Microsoft.MacCatalyst.dll:ObjCRuntime.ErrorHelper.CreateError(System.Int32, System.Exception, System.String, System.Object[])
+Microsoft.MacCatalyst.dll:ObjCRuntime.ErrorHelper.CreateError(System.Int32, System.String, System.Object[])
+Microsoft.MacCatalyst.dll:ObjCRuntime.Extensions
+Microsoft.MacCatalyst.dll:ObjCRuntime.Extensions.AsByte(System.Boolean)
+Microsoft.MacCatalyst.dll:ObjCRuntime.IManagedRegistrar
+Microsoft.MacCatalyst.dll:ObjCRuntime.IManagedRegistrar ObjCRuntime.RegistrarHelper/MapInfo::Registrar
+Microsoft.MacCatalyst.dll:ObjCRuntime.IManagedRegistrar.ConstructINativeObject(System.RuntimeTypeHandle, ObjCRuntime.NativeHandle, System.Boolean)
+Microsoft.MacCatalyst.dll:ObjCRuntime.IManagedRegistrar.ConstructNSObject(System.RuntimeTypeHandle, ObjCRuntime.NativeHandle)
+Microsoft.MacCatalyst.dll:ObjCRuntime.IManagedRegistrar.LookupType(System.UInt32)
+Microsoft.MacCatalyst.dll:ObjCRuntime.IManagedRegistrar.LookupTypeId(System.RuntimeTypeHandle)
+Microsoft.MacCatalyst.dll:ObjCRuntime.IManagedRegistrar.LookupUnmanagedFunction(System.String, System.Int32)
+Microsoft.MacCatalyst.dll:ObjCRuntime.IManagedRegistrar.RegisterWrapperTypes(System.Collections.Generic.Dictionary`2)
+Microsoft.MacCatalyst.dll:ObjCRuntime.INativeObject
+Microsoft.MacCatalyst.dll:ObjCRuntime.INativeObject._Xamarin_ConstructINativeObject(ObjCRuntime.NativeHandle, System.Boolean)
+Microsoft.MacCatalyst.dll:ObjCRuntime.INativeObject.get_Handle()
+Microsoft.MacCatalyst.dll:ObjCRuntime.IntPtrEqualityComparer
+Microsoft.MacCatalyst.dll:ObjCRuntime.IntPtrEqualityComparer ObjCRuntime.Runtime::IntPtrEqualityComparer
+Microsoft.MacCatalyst.dll:ObjCRuntime.IntPtrEqualityComparer..ctor()
+Microsoft.MacCatalyst.dll:ObjCRuntime.IntPtrEqualityComparer.Equals(System.IntPtr, System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.IntPtrEqualityComparer.GetHashCode(System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Libraries
+Microsoft.MacCatalyst.dll:ObjCRuntime.Libraries/CoreFoundation
+Microsoft.MacCatalyst.dll:ObjCRuntime.Libraries/CoreFoundation..cctor()
+Microsoft.MacCatalyst.dll:ObjCRuntime.MarshalManagedExceptionEventArgs
+Microsoft.MacCatalyst.dll:ObjCRuntime.MarshalManagedExceptionEventArgs..ctor(System.Exception, ObjCRuntime.MarshalManagedExceptionMode)
+Microsoft.MacCatalyst.dll:ObjCRuntime.MarshalManagedExceptionEventArgs.get_ExceptionMode()
+Microsoft.MacCatalyst.dll:ObjCRuntime.MarshalManagedExceptionEventArgs.set_Exception(System.Exception)
+Microsoft.MacCatalyst.dll:ObjCRuntime.MarshalManagedExceptionEventArgs.set_ExceptionMode(ObjCRuntime.MarshalManagedExceptionMode)
+Microsoft.MacCatalyst.dll:ObjCRuntime.MarshalManagedExceptionHandler
+Microsoft.MacCatalyst.dll:ObjCRuntime.MarshalManagedExceptionHandler ObjCRuntime.Runtime::MarshalManagedException
+Microsoft.MacCatalyst.dll:ObjCRuntime.MarshalManagedExceptionHandler..ctor(System.Object, System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.MarshalManagedExceptionHandler.Invoke(System.Object, ObjCRuntime.MarshalManagedExceptionEventArgs)
+Microsoft.MacCatalyst.dll:ObjCRuntime.MarshalManagedExceptionMode
+Microsoft.MacCatalyst.dll:ObjCRuntime.MarshalManagedExceptionMode ObjCRuntime.MarshalManagedExceptionEventArgs::k__BackingField
+Microsoft.MacCatalyst.dll:ObjCRuntime.MarshalManagedExceptionMode ObjCRuntime.MarshalManagedExceptionEventArgs::ExceptionMode()
+Microsoft.MacCatalyst.dll:ObjCRuntime.MarshalManagedExceptionMode ObjCRuntime.MarshalManagedExceptionMode::Abort
+Microsoft.MacCatalyst.dll:ObjCRuntime.MarshalManagedExceptionMode ObjCRuntime.MarshalManagedExceptionMode::Default
+Microsoft.MacCatalyst.dll:ObjCRuntime.MarshalManagedExceptionMode ObjCRuntime.MarshalManagedExceptionMode::Disable
+Microsoft.MacCatalyst.dll:ObjCRuntime.MarshalManagedExceptionMode ObjCRuntime.MarshalManagedExceptionMode::ThrowObjectiveCException
+Microsoft.MacCatalyst.dll:ObjCRuntime.MarshalManagedExceptionMode ObjCRuntime.MarshalManagedExceptionMode::UnwindNativeCode
+Microsoft.MacCatalyst.dll:ObjCRuntime.MarshalManagedExceptionMode ObjCRuntime.Runtime::managed_exception_mode
+Microsoft.MacCatalyst.dll:ObjCRuntime.MarshalManagedExceptionMode ObjCRuntime.Runtime/InitializationOptions::MarshalManagedExceptionMode
+Microsoft.MacCatalyst.dll:ObjCRuntime.MarshalObjectiveCExceptionEventArgs
+Microsoft.MacCatalyst.dll:ObjCRuntime.MarshalObjectiveCExceptionEventArgs..ctor(Foundation.NSException, ObjCRuntime.MarshalObjectiveCExceptionMode)
+Microsoft.MacCatalyst.dll:ObjCRuntime.MarshalObjectiveCExceptionEventArgs.get_ExceptionMode()
+Microsoft.MacCatalyst.dll:ObjCRuntime.MarshalObjectiveCExceptionEventArgs.set_Exception(Foundation.NSException)
+Microsoft.MacCatalyst.dll:ObjCRuntime.MarshalObjectiveCExceptionEventArgs.set_ExceptionMode(ObjCRuntime.MarshalObjectiveCExceptionMode)
+Microsoft.MacCatalyst.dll:ObjCRuntime.MarshalObjectiveCExceptionHandler
+Microsoft.MacCatalyst.dll:ObjCRuntime.MarshalObjectiveCExceptionHandler ObjCRuntime.Runtime::MarshalObjectiveCException
+Microsoft.MacCatalyst.dll:ObjCRuntime.MarshalObjectiveCExceptionHandler..ctor(System.Object, System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.MarshalObjectiveCExceptionHandler.Invoke(System.Object, ObjCRuntime.MarshalObjectiveCExceptionEventArgs)
+Microsoft.MacCatalyst.dll:ObjCRuntime.MarshalObjectiveCExceptionMode
+Microsoft.MacCatalyst.dll:ObjCRuntime.MarshalObjectiveCExceptionMode ObjCRuntime.MarshalObjectiveCExceptionEventArgs::k__BackingField
+Microsoft.MacCatalyst.dll:ObjCRuntime.MarshalObjectiveCExceptionMode ObjCRuntime.MarshalObjectiveCExceptionEventArgs::ExceptionMode()
+Microsoft.MacCatalyst.dll:ObjCRuntime.MarshalObjectiveCExceptionMode ObjCRuntime.MarshalObjectiveCExceptionMode::Abort
+Microsoft.MacCatalyst.dll:ObjCRuntime.MarshalObjectiveCExceptionMode ObjCRuntime.MarshalObjectiveCExceptionMode::Default
+Microsoft.MacCatalyst.dll:ObjCRuntime.MarshalObjectiveCExceptionMode ObjCRuntime.MarshalObjectiveCExceptionMode::Disable
+Microsoft.MacCatalyst.dll:ObjCRuntime.MarshalObjectiveCExceptionMode ObjCRuntime.MarshalObjectiveCExceptionMode::ThrowManagedException
+Microsoft.MacCatalyst.dll:ObjCRuntime.MarshalObjectiveCExceptionMode ObjCRuntime.MarshalObjectiveCExceptionMode::UnwindManagedCode
+Microsoft.MacCatalyst.dll:ObjCRuntime.MarshalObjectiveCExceptionMode ObjCRuntime.Runtime::objc_exception_mode
+Microsoft.MacCatalyst.dll:ObjCRuntime.MarshalObjectiveCExceptionMode ObjCRuntime.Runtime/InitializationOptions::MarshalObjectiveCExceptionMode
+Microsoft.MacCatalyst.dll:ObjCRuntime.Messaging
+Microsoft.MacCatalyst.dll:ObjCRuntime.Messaging.bool_objc_msgSend_IntPtr(System.IntPtr, System.IntPtr, System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Messaging.bool_objc_msgSend_NativeHandle(System.IntPtr, System.IntPtr, ObjCRuntime.NativeHandle)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Messaging.bool_objc_msgSendSuper_IntPtr(System.IntPtr, System.IntPtr, System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Messaging.bool_objc_msgSendSuper_NativeHandle(System.IntPtr, System.IntPtr, ObjCRuntime.NativeHandle)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Messaging.CGRect_objc_msgSend(System.IntPtr, System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Messaging.IntPtr_objc_msgSend_IntPtr(System.IntPtr, System.IntPtr, System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Messaging.IntPtr_objc_msgSend_NativeHandle(System.IntPtr, System.IntPtr, ObjCRuntime.NativeHandle)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Messaging.IntPtr_objc_msgSend(System.IntPtr, System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Messaging.IntPtr_objc_msgSendSuper(System.IntPtr, System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Messaging.NativeHandle_objc_msgSend_CGRect(System.IntPtr, System.IntPtr, CoreGraphics.CGRect)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Messaging.NativeHandle_objc_msgSend_NativeHandle(System.IntPtr, System.IntPtr, ObjCRuntime.NativeHandle)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Messaging.NativeHandle_objc_msgSend(System.IntPtr, System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Messaging.NativeHandle_objc_msgSendSuper(System.IntPtr, System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Messaging.UIntPtr_objc_msgSend(System.IntPtr, System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Messaging.UIntPtr_objc_msgSendSuper(System.IntPtr, System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_NativeHandle_bool(System.IntPtr, System.IntPtr, ObjCRuntime.NativeHandle, ObjCRuntime.NativeHandle, System.Byte)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle_UIntPtr(System.IntPtr, System.IntPtr, ObjCRuntime.NativeHandle, System.UIntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Messaging.void_objc_msgSend_NativeHandle(System.IntPtr, System.IntPtr, ObjCRuntime.NativeHandle)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Messaging.void_objc_msgSend(System.IntPtr, System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.NativeAttribute
+Microsoft.MacCatalyst.dll:ObjCRuntime.NativeAttribute..ctor()
+Microsoft.MacCatalyst.dll:ObjCRuntime.NativeHandle
+Microsoft.MacCatalyst.dll:ObjCRuntime.NativeHandle CoreFoundation.CFArray::CFNullHandle
+Microsoft.MacCatalyst.dll:ObjCRuntime.NativeHandle Foundation.NSAutoreleasePool::class_ptr
+Microsoft.MacCatalyst.dll:ObjCRuntime.NativeHandle Foundation.NSAutoreleasePool::ClassHandle()
+Microsoft.MacCatalyst.dll:ObjCRuntime.NativeHandle Foundation.NSDictionary::class_ptr
+Microsoft.MacCatalyst.dll:ObjCRuntime.NativeHandle Foundation.NSDictionary::ClassHandle()
+Microsoft.MacCatalyst.dll:ObjCRuntime.NativeHandle Foundation.NSException::class_ptr
+Microsoft.MacCatalyst.dll:ObjCRuntime.NativeHandle Foundation.NSException::ClassHandle()
+Microsoft.MacCatalyst.dll:ObjCRuntime.NativeHandle Foundation.NSNumber::class_ptr
+Microsoft.MacCatalyst.dll:ObjCRuntime.NativeHandle Foundation.NSNumber::ClassHandle()
+Microsoft.MacCatalyst.dll:ObjCRuntime.NativeHandle Foundation.NSObject::class_ptr
+Microsoft.MacCatalyst.dll:ObjCRuntime.NativeHandle Foundation.NSObject::ClassHandle()
+Microsoft.MacCatalyst.dll:ObjCRuntime.NativeHandle Foundation.NSObject::handle()
+Microsoft.MacCatalyst.dll:ObjCRuntime.NativeHandle Foundation.NSObject::Handle()
+Microsoft.MacCatalyst.dll:ObjCRuntime.NativeHandle Foundation.NSObject::SuperHandle()
+Microsoft.MacCatalyst.dll:ObjCRuntime.NativeHandle Foundation.NSObjectData::classHandle
+Microsoft.MacCatalyst.dll:ObjCRuntime.NativeHandle Foundation.NSObjectData::handle
+Microsoft.MacCatalyst.dll:ObjCRuntime.NativeHandle Foundation.NSRunLoop::class_ptr
+Microsoft.MacCatalyst.dll:ObjCRuntime.NativeHandle Foundation.NSRunLoop::ClassHandle()
+Microsoft.MacCatalyst.dll:ObjCRuntime.NativeHandle Foundation.NSString::class_ptr
+Microsoft.MacCatalyst.dll:ObjCRuntime.NativeHandle Foundation.NSString::ClassHandle()
+Microsoft.MacCatalyst.dll:ObjCRuntime.NativeHandle Foundation.NSValue::class_ptr
+Microsoft.MacCatalyst.dll:ObjCRuntime.NativeHandle Foundation.NSValue::ClassHandle()
+Microsoft.MacCatalyst.dll:ObjCRuntime.NativeHandle ObjCRuntime.Class::handle
+Microsoft.MacCatalyst.dll:ObjCRuntime.NativeHandle ObjCRuntime.Class::Handle()
+Microsoft.MacCatalyst.dll:ObjCRuntime.NativeHandle ObjCRuntime.DisposableObject::handle
+Microsoft.MacCatalyst.dll:ObjCRuntime.NativeHandle ObjCRuntime.DisposableObject::Handle()
+Microsoft.MacCatalyst.dll:ObjCRuntime.NativeHandle ObjCRuntime.INativeObject::Handle()
+Microsoft.MacCatalyst.dll:ObjCRuntime.NativeHandle ObjCRuntime.NativeHandle::Zero
+Microsoft.MacCatalyst.dll:ObjCRuntime.NativeHandle ObjCRuntime.Runtime/ClassHandles::unused
+Microsoft.MacCatalyst.dll:ObjCRuntime.NativeHandle ObjCRuntime.Selector::handle
+Microsoft.MacCatalyst.dll:ObjCRuntime.NativeHandle ObjCRuntime.Selector::Handle()
+Microsoft.MacCatalyst.dll:ObjCRuntime.NativeHandle UIKit.UIApplication::class_ptr
+Microsoft.MacCatalyst.dll:ObjCRuntime.NativeHandle UIKit.UIApplication::ClassHandle()
+Microsoft.MacCatalyst.dll:ObjCRuntime.NativeHandle UIKit.UIButton::class_ptr
+Microsoft.MacCatalyst.dll:ObjCRuntime.NativeHandle UIKit.UIButton::ClassHandle()
+Microsoft.MacCatalyst.dll:ObjCRuntime.NativeHandle UIKit.UIControl::class_ptr
+Microsoft.MacCatalyst.dll:ObjCRuntime.NativeHandle UIKit.UIControl::ClassHandle()
+Microsoft.MacCatalyst.dll:ObjCRuntime.NativeHandle UIKit.UIResponder::class_ptr
+Microsoft.MacCatalyst.dll:ObjCRuntime.NativeHandle UIKit.UIResponder::ClassHandle()
+Microsoft.MacCatalyst.dll:ObjCRuntime.NativeHandle UIKit.UIScreen::class_ptr
+Microsoft.MacCatalyst.dll:ObjCRuntime.NativeHandle UIKit.UIScreen::ClassHandle()
+Microsoft.MacCatalyst.dll:ObjCRuntime.NativeHandle UIKit.UIView::class_ptr
+Microsoft.MacCatalyst.dll:ObjCRuntime.NativeHandle UIKit.UIView::ClassHandle()
+Microsoft.MacCatalyst.dll:ObjCRuntime.NativeHandle UIKit.UIViewController::class_ptr
+Microsoft.MacCatalyst.dll:ObjCRuntime.NativeHandle UIKit.UIViewController::ClassHandle()
+Microsoft.MacCatalyst.dll:ObjCRuntime.NativeHandle UIKit.UIWindow::class_ptr
+Microsoft.MacCatalyst.dll:ObjCRuntime.NativeHandle UIKit.UIWindow::ClassHandle()
+Microsoft.MacCatalyst.dll:ObjCRuntime.NativeHandle..ctor(System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.NativeHandle.Equals(ObjCRuntime.NativeHandle)
+Microsoft.MacCatalyst.dll:ObjCRuntime.NativeHandle.Equals(System.Object)
+Microsoft.MacCatalyst.dll:ObjCRuntime.NativeHandle.get_Handle()
+Microsoft.MacCatalyst.dll:ObjCRuntime.NativeHandle.GetHashCode()
+Microsoft.MacCatalyst.dll:ObjCRuntime.NativeHandle.op_Equality(ObjCRuntime.NativeHandle, ObjCRuntime.NativeHandle)
+Microsoft.MacCatalyst.dll:ObjCRuntime.NativeHandle.op_Equality(ObjCRuntime.NativeHandle, System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.NativeHandle.op_Implicit(ObjCRuntime.NativeHandle) => System.IntPtr
+Microsoft.MacCatalyst.dll:ObjCRuntime.NativeHandle.op_Implicit(System.IntPtr) => ObjCRuntime.NativeHandle
+Microsoft.MacCatalyst.dll:ObjCRuntime.NativeHandle.op_Inequality(ObjCRuntime.NativeHandle, ObjCRuntime.NativeHandle)
+Microsoft.MacCatalyst.dll:ObjCRuntime.NativeHandle.op_Inequality(ObjCRuntime.NativeHandle, System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.NativeHandle.ToString()
+Microsoft.MacCatalyst.dll:ObjCRuntime.NativeObjectExtensions
+Microsoft.MacCatalyst.dll:ObjCRuntime.NativeObjectExtensions.GetHandle(ObjCRuntime.INativeObject)
+Microsoft.MacCatalyst.dll:ObjCRuntime.NativeObjectExtensions.GetNonNullHandle(ObjCRuntime.INativeObject, System.String)
+Microsoft.MacCatalyst.dll:ObjCRuntime.ObjCException
+Microsoft.MacCatalyst.dll:ObjCRuntime.ObjCException..ctor(Foundation.NSException)
+Microsoft.MacCatalyst.dll:ObjCRuntime.ObjCException.AppendNativeStackTrace(System.Text.StringBuilder)
+Microsoft.MacCatalyst.dll:ObjCRuntime.ObjCException.get_Message()
+Microsoft.MacCatalyst.dll:ObjCRuntime.ObjCException.get_Name()
+Microsoft.MacCatalyst.dll:ObjCRuntime.ObjCException.get_NSException()
+Microsoft.MacCatalyst.dll:ObjCRuntime.ObjCException.get_Reason()
+Microsoft.MacCatalyst.dll:ObjCRuntime.ObjCException.ToString()
+Microsoft.MacCatalyst.dll:ObjCRuntime.RegistrarHelper
+Microsoft.MacCatalyst.dll:ObjCRuntime.RegistrarHelper.ConstructINativeObject`1(System.Type, ObjCRuntime.NativeHandle, System.Boolean)
+Microsoft.MacCatalyst.dll:ObjCRuntime.RegistrarHelper.ConstructNSObject`1(System.Type, ObjCRuntime.NativeHandle)
+Microsoft.MacCatalyst.dll:ObjCRuntime.RegistrarHelper.FindProtocolWrapperType(System.Type)
+Microsoft.MacCatalyst.dll:ObjCRuntime.RegistrarHelper.GetMapEntry(System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.RegistrarHelper.GetMapEntry(System.Reflection.Assembly)
+Microsoft.MacCatalyst.dll:ObjCRuntime.RegistrarHelper.GetMapEntry(System.String)
+Microsoft.MacCatalyst.dll:ObjCRuntime.RegistrarHelper.Initialize()
+Microsoft.MacCatalyst.dll:ObjCRuntime.RegistrarHelper.LookupRegisteredType(System.Reflection.Assembly, System.UInt32)
+Microsoft.MacCatalyst.dll:ObjCRuntime.RegistrarHelper.LookupRegisteredTypeId(System.Type)
+Microsoft.MacCatalyst.dll:ObjCRuntime.RegistrarHelper.LookupUnmanagedFunction(System.IntPtr, System.String, System.Int32)
+Microsoft.MacCatalyst.dll:ObjCRuntime.RegistrarHelper.LookupUnmanagedFunctionInAssembly(System.IntPtr, System.String, System.Int32)
+Microsoft.MacCatalyst.dll:ObjCRuntime.RegistrarHelper.Register(ObjCRuntime.IManagedRegistrar)
+Microsoft.MacCatalyst.dll:ObjCRuntime.RegistrarHelper.TryGetMapEntry(System.String, out ObjCRuntime.RegistrarHelper/MapInfo&)
+Microsoft.MacCatalyst.dll:ObjCRuntime.RegistrarHelper/MapInfo
+Microsoft.MacCatalyst.dll:ObjCRuntime.RegistrarHelper/MapInfo..ctor(ObjCRuntime.IManagedRegistrar)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.g__ConstructINativeObjectViaFactoryMethod|287_0`1(ObjCRuntime.NativeHandle, System.Boolean)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.g__ConstructNSObjectViaFactoryMethod|286_0`1(ObjCRuntime.NativeHandle)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.AllocGCHandle(System.Object, System.Runtime.InteropServices.GCHandleType)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.AllocGCHandle(System.Object)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.AppendAdditionalInformation(System.Text.StringBuilder, System.IntPtr, System.RuntimeMethodHandle)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.array_get(ObjCRuntime.Runtime/MonoObject*, System.UInt64, System.IntPtr*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.array_setref(ObjCRuntime.Runtime/MonoObject*, System.UInt64, ObjCRuntime.Runtime/MonoObject*, System.IntPtr*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.attempt_retain_nsobject(System.IntPtr, System.IntPtr*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.AttemptRetainNSObject(System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.Box(ObjCRuntime.Runtime/MonoObject*, System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.Box(System.Type, System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.bridge_box(ObjCRuntime.Runtime/MonoObject*, System.IntPtr, System.IntPtr*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.bridge_class_get_name(ObjCRuntime.Runtime/MonoObject*, System.IntPtr*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.bridge_class_get_namespace(ObjCRuntime.Runtime/MonoObject*, System.IntPtr*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.bridge_create_array(ObjCRuntime.Runtime/MonoObject*, System.UInt64, System.IntPtr*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.bridge_create_exception(ObjCRuntime.Runtime/ExceptionType, System.IntPtr, System.IntPtr*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.bridge_create_gchandle(System.IntPtr, System.Runtime.InteropServices.GCHandleType, System.IntPtr*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.bridge_free_gchandle(System.IntPtr, System.IntPtr*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.bridge_get_array_length(ObjCRuntime.Runtime/MonoObject*, System.IntPtr*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.bridge_get_assembly_location(System.IntPtr, System.IntPtr*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.bridge_get_assembly_name(System.IntPtr, System.IntPtr*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.bridge_get_element_class(ObjCRuntime.Runtime/MonoObject*, System.IntPtr*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.bridge_get_enum_basetype(ObjCRuntime.Runtime/MonoObject*, System.IntPtr*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.bridge_get_method_declaring_type(ObjCRuntime.Runtime/MonoObject*, System.IntPtr*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.bridge_get_method_full_name(ObjCRuntime.Runtime/MonoObject*, System.IntPtr*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.bridge_get_monoobject(System.IntPtr, System.IntPtr*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.bridge_get_nullable_element_type(ObjCRuntime.Runtime/MonoObject*, System.IntPtr*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.bridge_is_byref(ObjCRuntime.Runtime/MonoObject*, System.IntPtr*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.bridge_is_class_of_type(ObjCRuntime.Runtime/MonoObject*, ObjCRuntime.Runtime/TypeLookup, System.IntPtr*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.bridge_is_delegate(ObjCRuntime.Runtime/MonoObject*, System.IntPtr*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.bridge_is_enum(ObjCRuntime.Runtime/MonoObject*, System.IntPtr*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.bridge_is_nullable(ObjCRuntime.Runtime/MonoObject*, System.IntPtr*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.bridge_is_valuetype(ObjCRuntime.Runtime/MonoObject*, System.IntPtr*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.bridge_isinstance(System.IntPtr, System.IntPtr, System.IntPtr*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.bridge_lookup_class(ObjCRuntime.Runtime/TypeLookup, System.IntPtr*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.bridge_method_get_signature(ObjCRuntime.Runtime/MonoObject*, System.IntPtr*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.bridge_mono_hash_table_create(System.IntPtr, System.IntPtr, System.Int32, System.IntPtr*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.bridge_mono_hash_table_insert(ObjCRuntime.Runtime/MonoObject*, System.IntPtr, ObjCRuntime.Runtime/MonoObject*, System.IntPtr*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.bridge_mono_hash_table_lookup(ObjCRuntime.Runtime/MonoObject*, System.IntPtr, System.IntPtr*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.bridge_new_string(System.IntPtr, System.IntPtr*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.bridge_object_get_type(System.IntPtr, System.IntPtr*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.bridge_raise_appdomain_unhandled_exception_event(System.IntPtr, System.IntPtr*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.bridge_runtime_invoke_method(ObjCRuntime.Runtime/MonoObject*, ObjCRuntime.Runtime/MonoObject*, System.IntPtr, System.IntPtr*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.bridge_set_array_struct_value(ObjCRuntime.Runtime/MonoObject*, System.UInt64, ObjCRuntime.Runtime/MonoObject*, System.IntPtr, System.IntPtr*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.bridge_set_pending_exception(ObjCRuntime.Runtime/MonoObject*, System.IntPtr*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.bridge_sizeof(ObjCRuntime.Runtime/MonoObject*, System.IntPtr*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.bridge_string_to_utf8(ObjCRuntime.Runtime/MonoObject*, System.IntPtr*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.bridge_type_to_class(ObjCRuntime.Runtime/MonoObject*, System.IntPtr*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.CannotCreateManagedInstanceOfGenericType(System.IntPtr, System.IntPtr, System.Type, ObjCRuntime.Runtime/MissingCtorResolution, System.IntPtr, System.RuntimeMethodHandle)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.ClassGetName(ObjCRuntime.Runtime/MonoObject*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.ClassGetNamespace(ObjCRuntime.Runtime/MonoObject*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.ConstructINativeObject`1(System.IntPtr, System.Boolean, System.Type, ObjCRuntime.Runtime/MissingCtorResolution, System.IntPtr, System.RuntimeMethodHandle)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.ConstructNSObject(System.IntPtr, System.IntPtr, ObjCRuntime.Runtime/MissingCtorResolution)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.ConstructNSObject`1(System.IntPtr, System.Type, ObjCRuntime.Runtime/MissingCtorResolution, System.IntPtr, System.RuntimeMethodHandle)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.ConstructNSObject`1(System.IntPtr, System.Type, ObjCRuntime.Runtime/MissingCtorResolution)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.create_block_proxy(System.IntPtr, System.IntPtr, System.IntPtr*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.create_ns_exception(System.IntPtr, System.IntPtr*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.create_nsobject(System.IntPtr, System.IntPtr, Foundation.NSObject/Flags, System.IntPtr*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.create_product_exception_for_error(System.Int32, System.IntPtr, System.IntPtr, System.IntPtr*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.create_runtime_exception(System.Int32, System.IntPtr, System.IntPtr*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.CreateArray(ObjCRuntime.Runtime/MonoObject*, System.UInt64)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.CreateBlockProxy(System.IntPtr, System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.CreateBlockProxy(System.Reflection.MethodInfo, System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.CreateException(ObjCRuntime.Runtime/ExceptionType, System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.CreateGCHandle(System.IntPtr, System.Runtime.InteropServices.GCHandleType)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.CreateMonoHashTable(System.IntPtr, System.IntPtr, System.Int32)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.CreateNSException(System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.CreateNSObject(System.IntPtr, System.IntPtr, Foundation.NSObject/Flags)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.CreateProductException(System.Int32, System.IntPtr, System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.CreateRuntimeException(System.Int32, System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.CreateRuntimeException(System.Int32, System.String)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.CreateTrackingGCHandle(Foundation.NSObject, System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.dispose(System.IntPtr, System.IntPtr*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.Dispose(System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.find_assembly(System.IntPtr, System.IntPtr*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.FindAssembly(System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.FindProtocolWrapperType(System.Type)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.FreeGCHandle(System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.gc_collect(System.IntPtr*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.GCCollect()
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.get_class(System.IntPtr, System.IntPtr*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.get_exception_message(System.IntPtr, System.IntPtr*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.get_flags_for_nsobject(System.IntPtr, System.IntPtr*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.get_handle_for_inativeobject(System.IntPtr, System.IntPtr*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.get_inative_object_dynamic(System.IntPtr, System.SByte, System.IntPtr, System.IntPtr*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.get_inative_object_static(System.IntPtr, System.SByte, System.UInt32, System.UInt32, System.IntPtr*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.get_method_from_token(System.UInt32, System.IntPtr*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.get_nsobject_with_type(System.IntPtr, System.IntPtr, System.Int32*, System.IntPtr*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.get_object_type_fullname(System.IntPtr, System.IntPtr*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.get_selector(System.IntPtr, System.IntPtr*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.GetArrayLength(ObjCRuntime.Runtime/MonoObject*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.GetArrayObjectValue(ObjCRuntime.Runtime/MonoObject*, System.UInt64)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.GetAssemblyLocation(System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.GetAssemblyName(System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.GetClass(System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.GetElementClass(ObjCRuntime.Runtime/MonoObject*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.GetEnumBaseType(ObjCRuntime.Runtime/MonoObject*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.GetEnumBaseType(System.Type)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.GetExceptionMessage(System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.GetFlagsForNSObject(System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.GetGCHandleTarget(System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.GetHandleForINativeObject(System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.GetINativeObject_Dynamic(System.IntPtr, System.SByte, System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.GetINativeObject_Static(System.IntPtr, System.SByte, System.UInt32, System.UInt32)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.GetINativeObject(System.IntPtr, System.Boolean, System.Type, System.Type, System.IntPtr, System.RuntimeMethodHandle)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.GetINativeObject(System.IntPtr, System.Boolean, System.Type, System.Type)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.GetINativeObject`1(System.IntPtr, System.Boolean, System.Boolean)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.GetINativeObject`1(System.IntPtr, System.Boolean, System.Type, System.Boolean, System.IntPtr, System.RuntimeMethodHandle)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.GetINativeObject`1(System.IntPtr, System.Boolean, System.Type, System.Boolean)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.GetINativeObject`1(System.IntPtr, System.Boolean)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.GetMethodDeclaringType(ObjCRuntime.Runtime/MonoObject*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.GetMethodFromToken(System.UInt32)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.GetMethodFullName(ObjCRuntime.Runtime/MonoObject*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.GetMethodFullName(System.Reflection.MethodBase)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.GetMethodReturnType(System.Reflection.MethodBase)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.GetMethodSignature(ObjCRuntime.Runtime/MonoObject*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.GetMonoObject(System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.GetMonoObject(System.Object)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.GetMonoObjectImpl(System.Object)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.GetMonoObjectTarget(ObjCRuntime.Runtime/MonoObject*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.GetMonoObjectTarget(System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.GetNSObject(ObjCRuntime.NativeHandle, System.Boolean)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.GetNSObject(System.IntPtr, ObjCRuntime.Runtime/MissingCtorResolution, System.Boolean)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.GetNSObject(System.IntPtr, System.Boolean, ObjCRuntime.Runtime/MissingCtorResolution, System.Boolean)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.GetNSObject(System.IntPtr, System.Type, ObjCRuntime.Runtime/MissingCtorResolution, System.Boolean, System.Boolean, out System.Boolean&)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.GetNSObject(System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.GetNSObject`1(System.IntPtr, System.Boolean)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.GetNSObject`1(System.IntPtr, System.IntPtr, System.RuntimeMethodHandle, System.Boolean, System.Boolean)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.GetNSObject`1(System.IntPtr, System.IntPtr, System.RuntimeMethodHandle, System.Boolean)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.GetNSObject`1(System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.GetNSObjectWithType(System.IntPtr, System.IntPtr, System.Int32*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.GetNullableElementType(ObjCRuntime.Runtime/MonoObject*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.GetObjectTypeFullName(System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.GetSelector(System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.has_nsobject(System.IntPtr, System.IntPtr*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.HasNSObject(System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.Initialize(ObjCRuntime.Runtime/InitializationOptions*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.InitializeCoreCLRBridge(ObjCRuntime.Runtime/InitializationOptions*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.InitializePlatform(ObjCRuntime.Runtime/InitializationOptions*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.invoke_conforms_to_protocol(System.IntPtr, System.IntPtr, System.IntPtr, System.IntPtr*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.InvokeConformsToProtocol(System.IntPtr, System.IntPtr, System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.InvokeMethod(ObjCRuntime.Runtime/MonoObject*, ObjCRuntime.Runtime/MonoObject*, System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.InvokeMethod(System.Reflection.MethodBase, System.Object, System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.IsByRef(ObjCRuntime.Runtime/MonoObject*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.IsClassOfType(ObjCRuntime.Runtime/MonoObject*, ObjCRuntime.Runtime/TypeLookup)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.IsClassOfType(System.Type, ObjCRuntime.Runtime/TypeLookup)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.IsDelegate(ObjCRuntime.Runtime/MonoObject*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.IsEnum(ObjCRuntime.Runtime/MonoObject*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.IsInstance(System.IntPtr, System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.IsNullable(ObjCRuntime.Runtime/MonoObject*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.IsNullable(System.Type)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.IsValueType(ObjCRuntime.Runtime/MonoObject*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.lookup_managed_type_name(System.IntPtr, System.IntPtr*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.lookup_unmanaged_function(System.IntPtr, System.IntPtr, System.Int32, System.IntPtr*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.LookupINativeObjectImplementation(System.IntPtr, System.Type, System.Type, System.Boolean)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.LookupManagedTypeName(System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.LookupType(ObjCRuntime.Runtime/TypeLookup)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.LookupUnmanagedFunction(System.IntPtr, System.IntPtr, System.Int32)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.MarshalStructure`1(T)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.MissingCtor(System.IntPtr, System.IntPtr, System.Type, ObjCRuntime.Runtime/MissingCtorResolution, System.IntPtr, System.RuntimeMethodHandle)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.MonoHashTableInsert(ObjCRuntime.Runtime/MonoObject*, System.IntPtr, ObjCRuntime.Runtime/MonoObject*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.MonoHashTableLookup(ObjCRuntime.Runtime/MonoObject*, System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.NativeObjectHasDied(System.IntPtr, Foundation.NSObject)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.NewString(System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.NSLog(System.String)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.ObjectGetType(System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.on_marshal_managed_exception(System.IntPtr, System.IntPtr*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.on_marshal_objectivec_exception(System.IntPtr, System.SByte, System.IntPtr*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.OnMarshalManagedException(System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.OnMarshalObjectiveCException(System.IntPtr, System.SByte)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.print_all_exceptions_wrapper(System.IntPtr, System.IntPtr*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.PrintAllExceptions(System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.PrintException(System.Exception, System.Boolean, System.Text.StringBuilder)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.PtrToStructure(System.IntPtr, System.Type)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.RaiseAppDomainUnhandledExceptionEvent(System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.reflection_type_get_full_name(System.IntPtr, System.IntPtr*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.RegisterDelegates(ObjCRuntime.Runtime/InitializationOptions*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.RegisterNSObject(Foundation.NSObject, System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.ReleaseBlockOnMainThread(System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.ReleaseBlockWhenDelegateIsCollected(System.IntPtr, System.Delegate)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.ResolvingEventHandler(System.Runtime.Loader.AssemblyLoadContext, System.Reflection.AssemblyName)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.retain_nativeobject(System.IntPtr, System.IntPtr*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.RetainNativeObject(ObjCRuntime.INativeObject)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.RetainNativeObject(System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.RetainNSObject(Foundation.NSObject)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.rethrow_managed_exception(System.IntPtr, System.IntPtr*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.RethrowManagedException(System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.SafeInitialize(ObjCRuntime.Runtime/InitializationOptions*, System.IntPtr*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.set_flags_for_nsobject(System.IntPtr, System.UInt32, System.IntPtr*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.SetArrayObjectValue(ObjCRuntime.Runtime/MonoObject*, System.UInt64, ObjCRuntime.Runtime/MonoObject*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.SetArrayStructValue(ObjCRuntime.Runtime/MonoObject*, System.UInt64, ObjCRuntime.Runtime/MonoObject*, System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.SetFlagsForNSObject(System.IntPtr, System.UInt32)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.SetPendingException(ObjCRuntime.Runtime/MonoObject*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.SizeOf(ObjCRuntime.Runtime/MonoObject*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.SizeOf(System.Type)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.SlowIsUserType(System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.StringEquals(System.IntPtr, System.String)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.StringToUtf8(ObjCRuntime.Runtime/MonoObject*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.StructureToPtr(System.Object, System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.throw_ns_exception(System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.ThrowException(System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.ThrowNSException(System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.try_get_or_construct_nsobject(System.IntPtr, System.IntPtr*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.TryGetIsUserType(System.IntPtr, out System.Boolean&, out System.String&)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.TryGetNSObject(System.IntPtr, System.Boolean)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.TryGetOrConstructNSObjectWrapped(System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.TryReleaseINativeObject(ObjCRuntime.INativeObject)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.TypeGetFullName(System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.TypeToClass(ObjCRuntime.Runtime/MonoObject*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.UnhandledExceptionPropagationHandler(System.Exception, System.RuntimeMethodHandle, out System.IntPtr&)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.unregister_nsobject(System.IntPtr, System.IntPtr, System.IntPtr*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.UnregisterNSObject(System.IntPtr, System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.UnregisterNSObject(System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.unwrap_ns_exception(System.IntPtr, System.IntPtr*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.UnwrapNSException(System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.write(System.Int32, System.Byte[], System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.WriteStructure(System.Object)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.xamarin_is_user_type(System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.xamarin_locate_assembly_resource(System.IntPtr, System.IntPtr, System.IntPtr, System.IntPtr, System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.xamarin_locate_assembly_resource(System.String, System.String, System.String, out System.String&)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.xamarin_log(System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.xamarin_mono_object_retain(ObjCRuntime.Runtime/MonoObject*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime.xamarin_mono_object_retain(System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime/<>O
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime/ClassHandles
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime/ClassHandles.InitializeClassHandles(System.IntPtr*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime/ClassHandles.SetHandle(System.Int32, ObjCRuntime.NativeHandle*, System.IntPtr*)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime/Delegates
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime/Delegates* ObjCRuntime.Runtime/InitializationOptions::Delegates
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime/ExceptionType
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime/ExceptionType ObjCRuntime.Runtime/ExceptionType::System_EntryPointNotFoundException
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime/ExceptionType ObjCRuntime.Runtime/ExceptionType::System_Exception
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime/ExceptionType ObjCRuntime.Runtime/ExceptionType::System_InvalidCastException
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime/ExceptionType ObjCRuntime.Runtime/ExceptionType::System_OutOfMemoryException
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime/InitializationFlags
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime/InitializationFlags ObjCRuntime.Runtime/InitializationFlags::IsCoreCLR
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime/InitializationFlags ObjCRuntime.Runtime/InitializationFlags::IsManagedStaticRegistrar
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime/InitializationFlags ObjCRuntime.Runtime/InitializationFlags::IsNativeAOT
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime/InitializationFlags ObjCRuntime.Runtime/InitializationFlags::IsPartialStaticRegistrar
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime/InitializationFlags ObjCRuntime.Runtime/InitializationFlags::IsSimulator
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime/InitializationFlags ObjCRuntime.Runtime/InitializationOptions::Flags
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime/InitializationOptions
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime/InitializationOptions* ObjCRuntime.Runtime::options
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime/MissingCtorResolution
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime/MissingCtorResolution ObjCRuntime.Runtime/MissingCtorResolution::Ignore
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime/MissingCtorResolution ObjCRuntime.Runtime/MissingCtorResolution::ThrowConstructor1NotFound
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime/MissingCtorResolution ObjCRuntime.Runtime/MissingCtorResolution::ThrowConstructor2NotFound
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime/MonoHashTable
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime/MonoHashTable..ctor(System.IntPtr, System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime/MonoHashTable.Insert(System.IntPtr, System.Object)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime/MonoHashTable.Lookup(System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime/MonoHashTable.System.Collections.Generic.IEqualityComparer.Equals(System.IntPtr, System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime/MonoHashTable.System.Collections.Generic.IEqualityComparer.GetHashCode(System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime/MonoHashTable/EqualityFunc
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime/MonoHashTable/EqualityFunc ObjCRuntime.Runtime/MonoHashTable::Compare
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime/MonoHashTable/EqualityFunc..ctor(System.Object, System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime/MonoHashTable/EqualityFunc.Invoke(System.IntPtr, System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime/MonoHashTable/HashFunc
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime/MonoHashTable/HashFunc ObjCRuntime.Runtime/MonoHashTable::Hash
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime/MonoHashTable/HashFunc..ctor(System.Object, System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime/MonoHashTable/HashFunc.Invoke(System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime/MonoMethodSignature
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime/MonoObject
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime/MonoObject* ObjCRuntime.Runtime/MonoMethodSignature::Method
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime/MonoObject* ObjCRuntime.Runtime/MonoMethodSignature::Parameters
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime/MonoObject* ObjCRuntime.Runtime/MonoMethodSignature::ReturnType
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime/MTAssembly
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime/MTAssembly* ObjCRuntime.Runtime/MTRegistrationMap::assemblies
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime/MTClassMap
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime/MTClassMap* ObjCRuntime.Runtime/MTRegistrationMap::map
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime/MTFullTokenReference
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime/MTFullTokenReference* ObjCRuntime.Runtime/MTRegistrationMap::full_token_references
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime/MTManagedClassMap
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime/MTManagedClassMap* ObjCRuntime.Runtime/MTRegistrationMap::skipped_map
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime/MTProtocolMap
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime/MTProtocolMap ObjCRuntime.Runtime/MTRegistrationMap::protocol_map
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime/MTProtocolWrapperMap
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime/MTProtocolWrapperMap* ObjCRuntime.Runtime/MTRegistrationMap::protocol_wrapper_map
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime/MTRegistrationMap
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime/MTRegistrationMap* ObjCRuntime.Runtime/InitializationOptions::RegistrationMap
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime/MTTypeFlags
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime/MTTypeFlags ObjCRuntime.Runtime/MTClassMap::flags
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime/MTTypeFlags ObjCRuntime.Runtime/MTTypeFlags::CustomType
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime/MTTypeFlags ObjCRuntime.Runtime/MTTypeFlags::None
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime/MTTypeFlags ObjCRuntime.Runtime/MTTypeFlags::UserType
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime/TrackedObjectInfo
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime/Trampolines
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime/Trampolines* ObjCRuntime.Runtime/InitializationOptions::Trampolines
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime/TypeLookup
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime/TypeLookup ObjCRuntime.Runtime/TypeLookup::Foundation_NSNumber
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime/TypeLookup ObjCRuntime.Runtime/TypeLookup::Foundation_NSObject
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime/TypeLookup ObjCRuntime.Runtime/TypeLookup::Foundation_NSString
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime/TypeLookup ObjCRuntime.Runtime/TypeLookup::Foundation_NSValue
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime/TypeLookup ObjCRuntime.Runtime/TypeLookup::ObjCRuntime_INativeObject
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime/TypeLookup ObjCRuntime.Runtime/TypeLookup::ObjCRuntime_NativeHandle
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime/TypeLookup ObjCRuntime.Runtime/TypeLookup::System_Array
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime/TypeLookup ObjCRuntime.Runtime/TypeLookup::System_IntPtr
+Microsoft.MacCatalyst.dll:ObjCRuntime.Runtime/TypeLookup ObjCRuntime.Runtime/TypeLookup::System_String
+Microsoft.MacCatalyst.dll:ObjCRuntime.RuntimeException
+Microsoft.MacCatalyst.dll:ObjCRuntime.RuntimeException..ctor(System.Int32, System.Boolean, System.Exception, System.String, System.Object[])
+Microsoft.MacCatalyst.dll:ObjCRuntime.RuntimeException.set_Code(System.Int32)
+Microsoft.MacCatalyst.dll:ObjCRuntime.RuntimeException.set_Error(System.Boolean)
+Microsoft.MacCatalyst.dll:ObjCRuntime.RuntimeTypeHandleEqualityComparer
+Microsoft.MacCatalyst.dll:ObjCRuntime.RuntimeTypeHandleEqualityComparer ObjCRuntime.RegistrarHelper::RuntimeTypeHandleEqualityComparer
+Microsoft.MacCatalyst.dll:ObjCRuntime.RuntimeTypeHandleEqualityComparer..ctor()
+Microsoft.MacCatalyst.dll:ObjCRuntime.RuntimeTypeHandleEqualityComparer.Equals(System.RuntimeTypeHandle, System.RuntimeTypeHandle)
+Microsoft.MacCatalyst.dll:ObjCRuntime.RuntimeTypeHandleEqualityComparer.GetHashCode(System.RuntimeTypeHandle)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Selector
+Microsoft.MacCatalyst.dll:ObjCRuntime.Selector._Xamarin_ConstructINativeObject(ObjCRuntime.NativeHandle, System.Boolean)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Selector..ctor(ObjCRuntime.NativeHandle, System.Boolean)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Selector..ctor(ObjCRuntime.NativeHandle)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Selector.Equals(ObjCRuntime.Selector)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Selector.Equals(System.Object)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Selector.get_Handle()
+Microsoft.MacCatalyst.dll:ObjCRuntime.Selector.GetHandle(System.String)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Selector.GetHashCode()
+Microsoft.MacCatalyst.dll:ObjCRuntime.Selector.GetName(System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Selector.sel_getName(System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Selector.sel_isMapped(System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.Selector.sel_registerName(System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.StringEqualityComparer
+Microsoft.MacCatalyst.dll:ObjCRuntime.StringEqualityComparer ObjCRuntime.RegistrarHelper::StringEqualityComparer
+Microsoft.MacCatalyst.dll:ObjCRuntime.StringEqualityComparer..ctor()
+Microsoft.MacCatalyst.dll:ObjCRuntime.StringEqualityComparer.Equals(System.String, System.String)
+Microsoft.MacCatalyst.dll:ObjCRuntime.StringEqualityComparer.GetHashCode(System.String)
+Microsoft.MacCatalyst.dll:ObjCRuntime.ThrowHelper
+Microsoft.MacCatalyst.dll:ObjCRuntime.ThrowHelper.ThrowArgumentException(System.String, System.String)
+Microsoft.MacCatalyst.dll:ObjCRuntime.ThrowHelper.ThrowArgumentNullException(System.String)
+Microsoft.MacCatalyst.dll:ObjCRuntime.ThrowHelper.ThrowIfNull`1(T, System.String)
+Microsoft.MacCatalyst.dll:ObjCRuntime.ThrowHelper.ThrowObjectDisposedException(System.Object)
+Microsoft.MacCatalyst.dll:ObjCRuntime.TransientCFString
+Microsoft.MacCatalyst.dll:ObjCRuntime.TransientCFString..ctor(System.String)
+Microsoft.MacCatalyst.dll:ObjCRuntime.TransientCFString.Dispose()
+Microsoft.MacCatalyst.dll:ObjCRuntime.TransientCFString.op_Implicit(ObjCRuntime.TransientCFString) => System.IntPtr
+Microsoft.MacCatalyst.dll:ObjCRuntime.TransientString
+Microsoft.MacCatalyst.dll:ObjCRuntime.TransientString..ctor(System.IntPtr)
+Microsoft.MacCatalyst.dll:ObjCRuntime.TransientString..ctor(System.String, ObjCRuntime.TransientString/Encoding)
+Microsoft.MacCatalyst.dll:ObjCRuntime.TransientString.AllocStringArray(System.String[], ObjCRuntime.TransientString/Encoding)
+Microsoft.MacCatalyst.dll:ObjCRuntime.TransientString.Dispose()
+Microsoft.MacCatalyst.dll:ObjCRuntime.TransientString.FreeStringArray(System.IntPtr, System.Int32)
+Microsoft.MacCatalyst.dll:ObjCRuntime.TransientString.op_Explicit(ObjCRuntime.TransientString) => System.String
+Microsoft.MacCatalyst.dll:ObjCRuntime.TransientString.op_Implicit(ObjCRuntime.TransientString) => System.IntPtr
+Microsoft.MacCatalyst.dll:ObjCRuntime.TransientString/Encoding
+Microsoft.MacCatalyst.dll:ObjCRuntime.TransientString/Encoding ObjCRuntime.TransientString/Encoding::Ansi
+Microsoft.MacCatalyst.dll:ObjCRuntime.TransientString/Encoding ObjCRuntime.TransientString/Encoding::Auto
+Microsoft.MacCatalyst.dll:ObjCRuntime.TransientString/Encoding ObjCRuntime.TransientString/Encoding::BStr
+Microsoft.MacCatalyst.dll:ObjCRuntime.TransientString/Encoding ObjCRuntime.TransientString/Encoding::Unicode
+Microsoft.MacCatalyst.dll:ObjCRuntime.TypeEqualityComparer
+Microsoft.MacCatalyst.dll:ObjCRuntime.TypeEqualityComparer ObjCRuntime.Runtime::TypeEqualityComparer
+Microsoft.MacCatalyst.dll:ObjCRuntime.TypeEqualityComparer..ctor()
+Microsoft.MacCatalyst.dll:ObjCRuntime.TypeEqualityComparer.Equals(System.Type, System.Type)
+Microsoft.MacCatalyst.dll:ObjCRuntime.TypeEqualityComparer.GetHashCode(System.Type)
+Microsoft.MacCatalyst.dll:ObjCRuntime.UInt64EqualityComparer
+Microsoft.MacCatalyst.dll:ObjCRuntime.UInt64EqualityComparer ObjCRuntime.Runtime::UInt64EqualityComparer
+Microsoft.MacCatalyst.dll:ObjCRuntime.UInt64EqualityComparer..ctor()
+Microsoft.MacCatalyst.dll:ObjCRuntime.UInt64EqualityComparer.Equals(System.UInt64, System.UInt64)
+Microsoft.MacCatalyst.dll:ObjCRuntime.UInt64EqualityComparer.GetHashCode(System.UInt64)
+Microsoft.MacCatalyst.dll:System.Boolean AppKit.ActionDispatcher::WorksWhenModal()
+Microsoft.MacCatalyst.dll:System.Boolean Foundation.NSDictionary::System.Collections.Generic.ICollection>.IsReadOnly()
+Microsoft.MacCatalyst.dll:System.Boolean Foundation.NSObject::disposed()
+Microsoft.MacCatalyst.dll:System.Boolean Foundation.NSObject::HasManagedRef()
+Microsoft.MacCatalyst.dll:System.Boolean Foundation.NSObject::InFinalizerQueue()
+Microsoft.MacCatalyst.dll:System.Boolean Foundation.NSObject::IsDirectBinding()
+Microsoft.MacCatalyst.dll:System.Boolean Foundation.NSObject::IsRegisteredToggleRef()
+Microsoft.MacCatalyst.dll:System.Boolean Foundation.NSObject/NSObject_Disposer::draining
+Microsoft.MacCatalyst.dll:System.Boolean Foundation.NSObjectDataHandle::invalidated
+Microsoft.MacCatalyst.dll:System.Boolean Foundation.NSObjectDataHandle::IsInvalid()
+Microsoft.MacCatalyst.dll:System.Boolean Foundation.ProtocolAttribute::k__BackingField
+Microsoft.MacCatalyst.dll:System.Boolean Foundation.RegisterAttribute::is_wrapper
+Microsoft.MacCatalyst.dll:System.Boolean Foundation.RegisterAttribute::IsWrapper()
+Microsoft.MacCatalyst.dll:System.Boolean ObjCRuntime.Class::ThrowOnInitFailure
+Microsoft.MacCatalyst.dll:System.Boolean ObjCRuntime.DisposableObject::owns
+Microsoft.MacCatalyst.dll:System.Boolean ObjCRuntime.RegistrarHelper/MapInfo::RegisteredWrapperTypes
+Microsoft.MacCatalyst.dll:System.Boolean ObjCRuntime.Runtime::initialized
+Microsoft.MacCatalyst.dll:System.Boolean ObjCRuntime.Runtime::IsARM64CallingConvention
+Microsoft.MacCatalyst.dll:System.Boolean ObjCRuntime.RuntimeException::k__BackingField
+Microsoft.MacCatalyst.dll:System.Boolean ObjCRuntime.RuntimeException::Error()
+Microsoft.MacCatalyst.dll:System.Boolean UIKit.UIApplication::CheckForEventAndDelegateMismatches
+Microsoft.MacCatalyst.dll:System.Boolean UIKit.UIApplication::CheckForIllegalCrossThreadCalls
+Microsoft.MacCatalyst.dll:System.Collections.Generic.Dictionary`2 ObjCRuntime.Runtime::usertype_cache
+Microsoft.MacCatalyst.dll:System.Collections.Generic.Dictionary`2 ObjCRuntime.Class::verified_assemblies
+Microsoft.MacCatalyst.dll:System.Collections.Generic.Dictionary`2 ObjCRuntime.Runtime/MonoHashTable::Table
+Microsoft.MacCatalyst.dll:System.Collections.Generic.Dictionary`2 ObjCRuntime.Runtime::object_map
+Microsoft.MacCatalyst.dll:System.Collections.Generic.Dictionary`2 ObjCRuntime.RegistrarHelper::wrapper_types
+Microsoft.MacCatalyst.dll:System.Collections.Generic.Dictionary`2 ObjCRuntime.RegistrarHelper::assembly_map
+Microsoft.MacCatalyst.dll:System.Collections.Generic.Dictionary`2 ObjCRuntime.Class::type_to_class
+Microsoft.MacCatalyst.dll:System.Collections.Generic.Dictionary`2 ObjCRuntime.Runtime::intptr_bool_ctor_cache
+Microsoft.MacCatalyst.dll:System.Collections.Generic.Dictionary`2 ObjCRuntime.Runtime::intptr_ctor_cache
+Microsoft.MacCatalyst.dll:System.Collections.Generic.Dictionary`2 ObjCRuntime.Class::token_to_member
+Microsoft.MacCatalyst.dll:System.Collections.Generic.KeyValuePair`2 Foundation.NSDictionary/d__66::<>2__current
+Microsoft.MacCatalyst.dll:System.Collections.Generic.KeyValuePair`2 Foundation.NSDictionary/d__66::System.Collections.Generic.IEnumerator>.Current()
+Microsoft.MacCatalyst.dll:System.Collections.Generic.List`1 Foundation.NSObject/NSObject_Disposer::drainList1
+Microsoft.MacCatalyst.dll:System.Collections.Generic.List`1 Foundation.NSObject/NSObject_Disposer::drainList2
+Microsoft.MacCatalyst.dll:System.Collections.Generic.List`1 Foundation.NSObject/NSObject_Disposer::handles
+Microsoft.MacCatalyst.dll:System.Collections.Generic.List`1 ObjCRuntime.Runtime::delegates
+Microsoft.MacCatalyst.dll:System.Exception ObjCRuntime.MarshalManagedExceptionEventArgs::k__BackingField
+Microsoft.MacCatalyst.dll:System.Exception ObjCRuntime.MarshalManagedExceptionEventArgs::Exception()
+Microsoft.MacCatalyst.dll:System.Func`2 CoreFoundation.CFArray/<>O::<0>__FromHandle
+Microsoft.MacCatalyst.dll:System.Func`2 CoreFoundation.CFArray/O__25_0`1::<0>__DefaultConvert
+Microsoft.MacCatalyst.dll:System.Func`3 ObjCRuntime.Runtime/<>O::<1>__ResolvingEventHandler
+Microsoft.MacCatalyst.dll:System.Int32 Foundation.NSDictionary::System.Collections.Generic.ICollection>.Count()
+Microsoft.MacCatalyst.dll:System.Int32 Foundation.NSDictionary/d__66::<>1__state
+Microsoft.MacCatalyst.dll:System.Int32 Foundation.NSDictionary/d__66::<>7__wrap2
+Microsoft.MacCatalyst.dll:System.Int32 Foundation.NSObjectFlag::value__
+Microsoft.MacCatalyst.dll:System.Int32 ObjCRuntime.ArgumentSemantic::value__
+Microsoft.MacCatalyst.dll:System.Int32 ObjCRuntime.BlockCollector::count
+Microsoft.MacCatalyst.dll:System.Int32 ObjCRuntime.Dlfcn/Mode::value__
+Microsoft.MacCatalyst.dll:System.Int32 ObjCRuntime.MarshalManagedExceptionMode::value__
+Microsoft.MacCatalyst.dll:System.Int32 ObjCRuntime.MarshalObjectiveCExceptionMode::value__
+Microsoft.MacCatalyst.dll:System.Int32 ObjCRuntime.Runtime/ExceptionType::value__
+Microsoft.MacCatalyst.dll:System.Int32 ObjCRuntime.Runtime/InitializationFlags::value__
+Microsoft.MacCatalyst.dll:System.Int32 ObjCRuntime.Runtime/InitializationOptions::Size
+Microsoft.MacCatalyst.dll:System.Int32 ObjCRuntime.Runtime/MissingCtorResolution::value__
+Microsoft.MacCatalyst.dll:System.Int32 ObjCRuntime.Runtime/MonoMethodSignature::ParameterCount
+Microsoft.MacCatalyst.dll:System.Int32 ObjCRuntime.Runtime/MonoObject::ReferenceCount
+Microsoft.MacCatalyst.dll:System.Int32 ObjCRuntime.Runtime/MTRegistrationMap::assembly_count
+Microsoft.MacCatalyst.dll:System.Int32 ObjCRuntime.Runtime/MTRegistrationMap::full_token_reference_count
+Microsoft.MacCatalyst.dll:System.Int32 ObjCRuntime.Runtime/MTRegistrationMap::map_count
+Microsoft.MacCatalyst.dll:System.Int32 ObjCRuntime.Runtime/MTRegistrationMap::protocol_count
+Microsoft.MacCatalyst.dll:System.Int32 ObjCRuntime.Runtime/MTRegistrationMap::protocol_wrapper_count
+Microsoft.MacCatalyst.dll:System.Int32 ObjCRuntime.Runtime/MTRegistrationMap::skipped_map_count
+Microsoft.MacCatalyst.dll:System.Int32 ObjCRuntime.Runtime/TypeLookup::value__
+Microsoft.MacCatalyst.dll:System.Int32 ObjCRuntime.RuntimeException::k__BackingField
+Microsoft.MacCatalyst.dll:System.Int32 ObjCRuntime.RuntimeException::Code()
+Microsoft.MacCatalyst.dll:System.Int32 ObjCRuntime.TransientString/Encoding::value__
+Microsoft.MacCatalyst.dll:System.Int64 Foundation.NSComparisonResult::value__
+Microsoft.MacCatalyst.dll:System.IntPtr CoreFoundation.CFArray::_CFNullHandle()
+Microsoft.MacCatalyst.dll:System.IntPtr CoreFoundation.CFRange::len
+Microsoft.MacCatalyst.dll:System.IntPtr CoreFoundation.CFRange::loc
+Microsoft.MacCatalyst.dll:System.IntPtr Foundation.NSObject/NSObject_Disposer::class_ptr
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.BlockCollector::block
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Libraries/CoreFoundation::Handle
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.NativeHandle::handle
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.NativeHandle::Handle()
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime::NSObjectClass
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::array_get
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::array_setref
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::attempt_retain_nsobject
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::bridge_box
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::bridge_class_get_name
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::bridge_class_get_namespace
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::bridge_create_array
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::bridge_create_exception
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::bridge_create_gchandle
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::bridge_free_gchandle
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::bridge_get_array_length
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::bridge_get_assembly_location
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::bridge_get_assembly_name
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::bridge_get_element_class
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::bridge_get_enum_basetype
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::bridge_get_method_declaring_type
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::bridge_get_method_full_name
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::bridge_get_monoobject
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::bridge_get_nullable_element_type
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::bridge_is_byref
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::bridge_is_class_of_type
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::bridge_is_delegate
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::bridge_is_enum
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::bridge_is_nullable
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::bridge_is_valuetype
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::bridge_isinstance
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::bridge_lookup_class
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::bridge_method_get_signature
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::bridge_mono_hash_table_create
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::bridge_mono_hash_table_insert
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::bridge_mono_hash_table_lookup
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::bridge_new_string
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::bridge_object_get_type
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::bridge_raise_appdomain_unhandled_exception_event
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::bridge_runtime_invoke_method
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::bridge_set_array_struct_value
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::bridge_set_pending_exception
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::bridge_sizeof
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::bridge_string_to_utf8
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::bridge_type_to_class
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::convert_nsstring_to_smart_enum
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::convert_smart_enum_to_nsstring
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::create_block_proxy
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::create_delegate_proxy
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::create_ns_exception
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::create_nsobject
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::create_product_exception_for_error
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::create_runtime_exception
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::dispose
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::find_assembly
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::gc_collect
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::get_block_wrapper_creator
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::get_class
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::get_exception_message
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::get_flags_for_nsobject
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::get_generic_method_from_token
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::get_handle_for_inativeobject
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::get_inative_object_dynamic
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::get_inative_object_static
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::get_method_and_object_for_selector
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::get_method_for_selector
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::get_method_from_token
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::get_nsobject_with_type
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::get_object_type_fullname
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::get_selector
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::has_nsobject
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::invoke_conforms_to_protocol
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::is_parameter_out
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::is_parameter_transient
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::lookup_managed_type_name
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::lookup_unmanaged_function
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::on_marshal_managed_exception
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::on_marshal_objectivec_exception
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::print_all_exceptions_wrapper
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::reflection_type_get_full_name
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::register_assembly
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::register_entry_assembly
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::retain_nativeobject
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::rethrow_managed_exception
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::set_flags_for_nsobject
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::throw_ns_exception
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::try_get_or_construct_nsobject
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::unregister_nsobject
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Delegates::unwrap_ns_exception
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/InitializationOptions::AssemblyLocations
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/InitializationOptions::reference_tracking_begin_end_callback
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/InitializationOptions::reference_tracking_is_referenced_callback
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/InitializationOptions::reference_tracking_tracked_object_entered_finalization
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/InitializationOptions::unhandled_exception_handler
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/InitializationOptions::xamarin_objc_msgsend
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/InitializationOptions::xamarin_objc_msgsend_stret
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/InitializationOptions::xamarin_objc_msgsend_super
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/InitializationOptions::xamarin_objc_msgsend_super_stret
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/MonoObject::GCHandle
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/MonoObject::StructValue
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/MTAssembly::mvid
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/MTAssembly::name
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/MTClassMap::handle
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/MTRegistrationMap::product_hash
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Trampolines::ctor_tramp
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Trampolines::fpret_double_tramp
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Trampolines::fpret_single_tramp
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Trampolines::get_gchandle_flags_tramp
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Trampolines::get_gchandle_tramp
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Trampolines::get_nsobject_data_tramp
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Trampolines::long_tramp
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Trampolines::release_tramp
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Trampolines::retain_tramp
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Trampolines::retainWeakReference_tramp
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Trampolines::set_gchandle_flags_tramp
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Trampolines::set_gchandle_tramp
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Trampolines::static_fpret_double_tramp
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Trampolines::static_fpret_single_tramp
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Trampolines::static_long_tramp
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Trampolines::static_stret_tramp
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Trampolines::static_tramp
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Trampolines::stret_tramp
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.Runtime/Trampolines::tramp
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.TransientCFString::ptr
+Microsoft.MacCatalyst.dll:System.IntPtr ObjCRuntime.TransientString::ptr
+Microsoft.MacCatalyst.dll:System.IntPtr* ObjCRuntime.Runtime/MTProtocolMap::protocols
+Microsoft.MacCatalyst.dll:System.IntPtr* ObjCRuntime.Runtime/MTRegistrationMap::classHandles
+Microsoft.MacCatalyst.dll:System.Nullable`1 ObjCRuntime.Class::verify_static_registrar_code
+Microsoft.MacCatalyst.dll:System.Object Foundation.NSAsyncSynchronizationContextDispatcher::state
+Microsoft.MacCatalyst.dll:System.Object Foundation.NSObject/NSObject_Disposer::lock_obj
+Microsoft.MacCatalyst.dll:System.Object Foundation.NSSynchronizationContextDispatcher::state
+Microsoft.MacCatalyst.dll:System.Object ObjCRuntime.Class::verification_lock
+Microsoft.MacCatalyst.dll:System.Object ObjCRuntime.Runtime::lock_obj
+Microsoft.MacCatalyst.dll:System.Reflection.Assembly Foundation.NSObject::PlatformAssembly
+Microsoft.MacCatalyst.dll:System.Runtime.CompilerServices.ConditionalWeakTable`2 ObjCRuntime.Runtime::block_lifetime_table
+Microsoft.MacCatalyst.dll:System.Runtime.CompilerServices.ConditionalWeakTable`2 ObjCRuntime.Class::assembly_to_name
+Microsoft.MacCatalyst.dll:System.Runtime.InteropServices.GCHandle Foundation.NSAsyncDispatcher::gch
+Microsoft.MacCatalyst.dll:System.Runtime.InteropServices.NFloat CoreGraphics.CGRect::height
+Microsoft.MacCatalyst.dll:System.Runtime.InteropServices.NFloat CoreGraphics.CGRect::width
+Microsoft.MacCatalyst.dll:System.Runtime.InteropServices.NFloat CoreGraphics.CGRect::x
+Microsoft.MacCatalyst.dll:System.Runtime.InteropServices.NFloat CoreGraphics.CGRect::y
+Microsoft.MacCatalyst.dll:System.Runtime.InteropServices.ObjectiveC.ObjectiveCMarshal/UnhandledExceptionPropagationHandler ObjCRuntime.Runtime/<>O::<0>__UnhandledExceptionPropagationHandler
+Microsoft.MacCatalyst.dll:System.String CoreFoundation.CFString::str
+Microsoft.MacCatalyst.dll:System.String Foundation.ExportAttribute::selector
+Microsoft.MacCatalyst.dll:System.String Foundation.NSException::Name()
+Microsoft.MacCatalyst.dll:System.String Foundation.NSException::Reason()
+Microsoft.MacCatalyst.dll:System.String Foundation.NSNumber::StringValue()
+Microsoft.MacCatalyst.dll:System.String Foundation.NSObject::Description()
+Microsoft.MacCatalyst.dll:System.String Foundation.RegisterAttribute::name
+Microsoft.MacCatalyst.dll:System.String ObjCRuntime.Class::Name()
+Microsoft.MacCatalyst.dll:System.String ObjCRuntime.ObjCException::Message()
+Microsoft.MacCatalyst.dll:System.String ObjCRuntime.ObjCException::Name()
+Microsoft.MacCatalyst.dll:System.String ObjCRuntime.ObjCException::Reason()
+Microsoft.MacCatalyst.dll:System.String[] Foundation.NSException::CallStackSymbols()
+Microsoft.MacCatalyst.dll:System.Threading.SendOrPostCallback Foundation.NSAsyncSynchronizationContextDispatcher::d
+Microsoft.MacCatalyst.dll:System.Threading.SendOrPostCallback Foundation.NSSynchronizationContextDispatcher::d
+Microsoft.MacCatalyst.dll:System.Threading.Thread UIKit.UIApplication::mainThread
+Microsoft.MacCatalyst.dll:System.Type Foundation.ProtocolAttribute::k__BackingField
+Microsoft.MacCatalyst.dll:System.Type Foundation.ProtocolAttribute::WrapperType()
+Microsoft.MacCatalyst.dll:System.Type[] ObjCRuntime.Class::class_to_type
+Microsoft.MacCatalyst.dll:System.UInt32 Foundation.NSObject/Flags::value__
+Microsoft.MacCatalyst.dll:System.UInt32 Foundation.NSObject/XamarinGCHandleFlags::value__
+Microsoft.MacCatalyst.dll:System.UInt32 ObjCRuntime.Runtime/MTClassMap::type_reference
+Microsoft.MacCatalyst.dll:System.UInt32 ObjCRuntime.Runtime/MTFullTokenReference::assembly_index
+Microsoft.MacCatalyst.dll:System.UInt32 ObjCRuntime.Runtime/MTFullTokenReference::module_token
+Microsoft.MacCatalyst.dll:System.UInt32 ObjCRuntime.Runtime/MTFullTokenReference::token
+Microsoft.MacCatalyst.dll:System.UInt32 ObjCRuntime.Runtime/MTManagedClassMap::actual_reference
+Microsoft.MacCatalyst.dll:System.UInt32 ObjCRuntime.Runtime/MTManagedClassMap::skipped_reference
+Microsoft.MacCatalyst.dll:System.UInt32 ObjCRuntime.Runtime/MTProtocolWrapperMap::protocol_token
+Microsoft.MacCatalyst.dll:System.UInt32 ObjCRuntime.Runtime/MTProtocolWrapperMap::wrapper_token
+Microsoft.MacCatalyst.dll:System.UInt32 ObjCRuntime.Runtime/MTTypeFlags::value__
+Microsoft.MacCatalyst.dll:System.UInt32* ObjCRuntime.Runtime/MTProtocolMap::protocol_tokens
+Microsoft.MacCatalyst.dll:System.UInt64 UIKit.UIControlState::value__
+Microsoft.MacCatalyst.dll:System.UIntPtr Foundation.NSDictionary::Count()
+Microsoft.MacCatalyst.dll:UIKit.UIApplication
+Microsoft.MacCatalyst.dll:UIKit.UIApplication._Xamarin_ConstructINativeObject(ObjCRuntime.NativeHandle, System.Boolean)
+Microsoft.MacCatalyst.dll:UIKit.UIApplication._Xamarin_ConstructNSObject(ObjCRuntime.NativeHandle)
+Microsoft.MacCatalyst.dll:UIKit.UIApplication..cctor()
+Microsoft.MacCatalyst.dll:UIKit.UIApplication..ctor(ObjCRuntime.NativeHandle)
+Microsoft.MacCatalyst.dll:UIKit.UIApplication.Dispose(System.Boolean)
+Microsoft.MacCatalyst.dll:UIKit.UIApplication.get_ClassHandle()
+Microsoft.MacCatalyst.dll:UIKit.UIApplication.Initialize()
+Microsoft.MacCatalyst.dll:UIKit.UIApplication.Main(System.String[], System.Type, System.Type)
+Microsoft.MacCatalyst.dll:UIKit.UIApplication.UIApplicationMain(System.Int32, System.String[], System.IntPtr, System.IntPtr)
+Microsoft.MacCatalyst.dll:UIKit.UIApplication.xamarin_UIApplicationMain(System.Int32, System.IntPtr, System.IntPtr, System.IntPtr, System.IntPtr*)
+Microsoft.MacCatalyst.dll:UIKit.UIApplicationDelegate
+Microsoft.MacCatalyst.dll:UIKit.UIApplicationDelegate._Xamarin_ConstructINativeObject(ObjCRuntime.NativeHandle, System.Boolean)
+Microsoft.MacCatalyst.dll:UIKit.UIApplicationDelegate._Xamarin_ConstructNSObject(ObjCRuntime.NativeHandle)
+Microsoft.MacCatalyst.dll:UIKit.UIApplicationDelegate..ctor()
+Microsoft.MacCatalyst.dll:UIKit.UIApplicationDelegate..ctor(ObjCRuntime.NativeHandle)
+Microsoft.MacCatalyst.dll:UIKit.UIApplicationDelegate..ctor(System.IntPtr, ObjCRuntime.IManagedRegistrar)
+Microsoft.MacCatalyst.dll:UIKit.UIApplicationDelegate.FinishedLaunching(UIKit.UIApplication, Foundation.NSDictionary)
+Microsoft.MacCatalyst.dll:UIKit.UIApplicationDelegate/__Registrar_Callbacks__
+Microsoft.MacCatalyst.dll:UIKit.UIApplicationDelegate/__Registrar_Callbacks__.callback_566_UIKit_UIApplicationDelegate__ctor(System.IntPtr, System.IntPtr, System.Byte*, System.IntPtr*)
+Microsoft.MacCatalyst.dll:UIKit.UIButton
+Microsoft.MacCatalyst.dll:UIKit.UIButton._Xamarin_ConstructINativeObject(ObjCRuntime.NativeHandle, System.Boolean)
+Microsoft.MacCatalyst.dll:UIKit.UIButton._Xamarin_ConstructNSObject(ObjCRuntime.NativeHandle)
+Microsoft.MacCatalyst.dll:UIKit.UIButton..cctor()
+Microsoft.MacCatalyst.dll:UIKit.UIButton..ctor(CoreGraphics.CGRect)
+Microsoft.MacCatalyst.dll:UIKit.UIButton..ctor(ObjCRuntime.NativeHandle)
+Microsoft.MacCatalyst.dll:UIKit.UIButton.get_ClassHandle()
+Microsoft.MacCatalyst.dll:UIKit.UIButton.SetTitle(System.String, UIKit.UIControlState)
+Microsoft.MacCatalyst.dll:UIKit.UIControl
+Microsoft.MacCatalyst.dll:UIKit.UIControl._Xamarin_ConstructINativeObject(ObjCRuntime.NativeHandle, System.Boolean)
+Microsoft.MacCatalyst.dll:UIKit.UIControl._Xamarin_ConstructNSObject(ObjCRuntime.NativeHandle)
+Microsoft.MacCatalyst.dll:UIKit.UIControl..cctor()
+Microsoft.MacCatalyst.dll:UIKit.UIControl..ctor(Foundation.NSObjectFlag)
+Microsoft.MacCatalyst.dll:UIKit.UIControl..ctor(ObjCRuntime.NativeHandle)
+Microsoft.MacCatalyst.dll:UIKit.UIControl.get_ClassHandle()
+Microsoft.MacCatalyst.dll:UIKit.UIControlState
+Microsoft.MacCatalyst.dll:UIKit.UIControlState UIKit.UIControlState::Application
+Microsoft.MacCatalyst.dll:UIKit.UIControlState UIKit.UIControlState::Disabled
+Microsoft.MacCatalyst.dll:UIKit.UIControlState UIKit.UIControlState::Focused
+Microsoft.MacCatalyst.dll:UIKit.UIControlState UIKit.UIControlState::Highlighted
+Microsoft.MacCatalyst.dll:UIKit.UIControlState UIKit.UIControlState::Normal
+Microsoft.MacCatalyst.dll:UIKit.UIControlState UIKit.UIControlState::Reserved
+Microsoft.MacCatalyst.dll:UIKit.UIControlState UIKit.UIControlState::Selected
+Microsoft.MacCatalyst.dll:UIKit.UIKitSynchronizationContext
+Microsoft.MacCatalyst.dll:UIKit.UIKitSynchronizationContext..ctor()
+Microsoft.MacCatalyst.dll:UIKit.UIKitSynchronizationContext.Post(System.Threading.SendOrPostCallback, System.Object)
+Microsoft.MacCatalyst.dll:UIKit.UIKitSynchronizationContext.Send(System.Threading.SendOrPostCallback, System.Object)
+Microsoft.MacCatalyst.dll:UIKit.UIResponder
+Microsoft.MacCatalyst.dll:UIKit.UIResponder._Xamarin_ConstructINativeObject(ObjCRuntime.NativeHandle, System.Boolean)
+Microsoft.MacCatalyst.dll:UIKit.UIResponder._Xamarin_ConstructNSObject(ObjCRuntime.NativeHandle)
+Microsoft.MacCatalyst.dll:UIKit.UIResponder..cctor()
+Microsoft.MacCatalyst.dll:UIKit.UIResponder..ctor(Foundation.NSObjectFlag)
+Microsoft.MacCatalyst.dll:UIKit.UIResponder..ctor(ObjCRuntime.NativeHandle)
+Microsoft.MacCatalyst.dll:UIKit.UIResponder.get_ClassHandle()
+Microsoft.MacCatalyst.dll:UIKit.UIScreen
+Microsoft.MacCatalyst.dll:UIKit.UIScreen UIKit.UIScreen::MainScreen()
+Microsoft.MacCatalyst.dll:UIKit.UIScreen._Xamarin_ConstructINativeObject(ObjCRuntime.NativeHandle, System.Boolean)
+Microsoft.MacCatalyst.dll:UIKit.UIScreen._Xamarin_ConstructNSObject(ObjCRuntime.NativeHandle)
+Microsoft.MacCatalyst.dll:UIKit.UIScreen..cctor()
+Microsoft.MacCatalyst.dll:UIKit.UIScreen..ctor(ObjCRuntime.NativeHandle)
+Microsoft.MacCatalyst.dll:UIKit.UIScreen.Dispose(System.Boolean)
+Microsoft.MacCatalyst.dll:UIKit.UIScreen.get_Bounds()
+Microsoft.MacCatalyst.dll:UIKit.UIScreen.get_ClassHandle()
+Microsoft.MacCatalyst.dll:UIKit.UIScreen.get_MainScreen()
+Microsoft.MacCatalyst.dll:UIKit.UIView
+Microsoft.MacCatalyst.dll:UIKit.UIView UIKit.UIViewController::View()
+Microsoft.MacCatalyst.dll:UIKit.UIView._Xamarin_ConstructINativeObject(ObjCRuntime.NativeHandle, System.Boolean)
+Microsoft.MacCatalyst.dll:UIKit.UIView._Xamarin_ConstructNSObject(ObjCRuntime.NativeHandle)
+Microsoft.MacCatalyst.dll:UIKit.UIView..cctor()
+Microsoft.MacCatalyst.dll:UIKit.UIView..ctor(Foundation.NSObjectFlag)
+Microsoft.MacCatalyst.dll:UIKit.UIView..ctor(ObjCRuntime.NativeHandle)
+Microsoft.MacCatalyst.dll:UIKit.UIView.AddSubview(UIKit.UIView)
+Microsoft.MacCatalyst.dll:UIKit.UIView.Dispose(System.Boolean)
+Microsoft.MacCatalyst.dll:UIKit.UIView.get_Bounds()
+Microsoft.MacCatalyst.dll:UIKit.UIView.get_ClassHandle()
+Microsoft.MacCatalyst.dll:UIKit.UIViewController
+Microsoft.MacCatalyst.dll:UIKit.UIViewController UIKit.UIWindow::RootViewController()
+Microsoft.MacCatalyst.dll:UIKit.UIViewController._Xamarin_ConstructINativeObject(ObjCRuntime.NativeHandle, System.Boolean)
+Microsoft.MacCatalyst.dll:UIKit.UIViewController._Xamarin_ConstructNSObject(ObjCRuntime.NativeHandle)
+Microsoft.MacCatalyst.dll:UIKit.UIViewController..cctor()
+Microsoft.MacCatalyst.dll:UIKit.UIViewController..ctor()
+Microsoft.MacCatalyst.dll:UIKit.UIViewController..ctor(ObjCRuntime.NativeHandle)
+Microsoft.MacCatalyst.dll:UIKit.UIViewController.Add(UIKit.UIView)
+Microsoft.MacCatalyst.dll:UIKit.UIViewController.Dispose(System.Boolean)
+Microsoft.MacCatalyst.dll:UIKit.UIViewController.get_ClassHandle()
+Microsoft.MacCatalyst.dll:UIKit.UIViewController.get_View()
+Microsoft.MacCatalyst.dll:UIKit.UIWindow
+Microsoft.MacCatalyst.dll:UIKit.UIWindow._Xamarin_ConstructINativeObject(ObjCRuntime.NativeHandle, System.Boolean)
+Microsoft.MacCatalyst.dll:UIKit.UIWindow._Xamarin_ConstructNSObject(ObjCRuntime.NativeHandle)
+Microsoft.MacCatalyst.dll:UIKit.UIWindow..cctor()
+Microsoft.MacCatalyst.dll:UIKit.UIWindow..ctor(CoreGraphics.CGRect)
+Microsoft.MacCatalyst.dll:UIKit.UIWindow..ctor(ObjCRuntime.NativeHandle)
+Microsoft.MacCatalyst.dll:UIKit.UIWindow.Dispose(System.Boolean)
+Microsoft.MacCatalyst.dll:UIKit.UIWindow.get_ClassHandle()
+Microsoft.MacCatalyst.dll:UIKit.UIWindow.MakeKeyAndVisible()
+Microsoft.MacCatalyst.dll:UIKit.UIWindow.set_RootViewController(UIKit.UIViewController)
+SizeTestApp.dll:
+SizeTestApp.dll:..cctor()
+SizeTestApp.dll:MySimpleApp.AppDelegate
+SizeTestApp.dll:MySimpleApp.AppDelegate..ctor()
+SizeTestApp.dll:MySimpleApp.AppDelegate..ctor(System.IntPtr, ObjCRuntime.IManagedRegistrar)
+SizeTestApp.dll:MySimpleApp.AppDelegate.FinishedLaunching(UIKit.UIApplication, Foundation.NSDictionary)
+SizeTestApp.dll:MySimpleApp.AppDelegate/__Registrar_Callbacks__
+SizeTestApp.dll:MySimpleApp.AppDelegate/__Registrar_Callbacks__.callback_0_MySimpleApp_AppDelegate_FinishedLaunching(System.IntPtr, System.IntPtr, System.IntPtr, System.IntPtr, System.IntPtr*)
+SizeTestApp.dll:MySimpleApp.AppDelegate/__Registrar_Callbacks__.callback_1_MySimpleApp_AppDelegate__ctor(System.IntPtr, System.IntPtr, System.Byte*, System.IntPtr*)
+SizeTestApp.dll:MySimpleApp.Program
+SizeTestApp.dll:MySimpleApp.Program..ctor()
+SizeTestApp.dll:MySimpleApp.Program.Main(System.String[])
+SizeTestApp.dll:ObjCRuntime.__Registrar__
+SizeTestApp.dll:ObjCRuntime.__Registrar__..ctor()
+SizeTestApp.dll:ObjCRuntime.__Registrar__.ConstructINativeObject(System.RuntimeTypeHandle, ObjCRuntime.NativeHandle, System.Boolean)
+SizeTestApp.dll:ObjCRuntime.__Registrar__.ConstructNSObject(System.RuntimeTypeHandle, ObjCRuntime.NativeHandle)
+SizeTestApp.dll:ObjCRuntime.__Registrar__.LookupType(System.UInt32)
+SizeTestApp.dll:ObjCRuntime.__Registrar__.LookupTypeId(System.RuntimeTypeHandle)
+SizeTestApp.dll:ObjCRuntime.__Registrar__.LookupUnmanagedFunction(System.String, System.Int32)
+SizeTestApp.dll:ObjCRuntime.__Registrar__.LookupUnmanagedFunctionImpl(System.String, System.Int32)
+SizeTestApp.dll:ObjCRuntime.__Registrar__.RegisterWrapperTypes(System.Collections.Generic.Dictionary`2)
+SizeTestApp.dll:UIKit.UIWindow MySimpleApp.AppDelegate::window
+System.Collections.Immutable.dll:
+System.Collections.Immutable.dll:System.Array System.Collections.Immutable.IImmutableArray::Array()
+System.Collections.Immutable.dll:System.Array System.Collections.Immutable.ImmutableArray`1::System.Collections.Immutable.IImmutableArray.Array()
+System.Collections.Immutable.dll:System.Boolean System.Collections.Immutable.ImmutableArray`1::IsDefault()
+System.Collections.Immutable.dll:System.Boolean System.Collections.Immutable.ImmutableArray`1::System.Collections.Generic.ICollection.IsReadOnly()
+System.Collections.Immutable.dll:System.Boolean System.Collections.Immutable.ImmutableArray`1/Builder::System.Collections.Generic.ICollection.IsReadOnly()
+System.Collections.Immutable.dll:System.Collections.Generic.IEnumerator`1 System.Collections.Immutable.ImmutableArray`1/EnumeratorObject::s_EmptyEnumerator
+System.Collections.Immutable.dll:System.Collections.Immutable.IImmutableArray
+System.Collections.Immutable.dll:System.Collections.Immutable.IImmutableArray.get_Array()
+System.Collections.Immutable.dll:System.Collections.Immutable.ImmutableArray
+System.Collections.Immutable.dll:System.Collections.Immutable.ImmutableArray.CreateBuilder`1(System.Int32)
+System.Collections.Immutable.dll:System.Collections.Immutable.ImmutableArray`1
+System.Collections.Immutable.dll:System.Collections.Immutable.ImmutableArray`1..cctor()
+System.Collections.Immutable.dll:System.Collections.Immutable.ImmutableArray`1..ctor(T[])
+System.Collections.Immutable.dll:System.Collections.Immutable.ImmutableArray`1.AsSpan()
+System.Collections.Immutable.dll:System.Collections.Immutable.ImmutableArray`1.Contains(T)
+System.Collections.Immutable.dll:System.Collections.Immutable.ImmutableArray`1.CopyTo(T[], System.Int32)
+System.Collections.Immutable.dll:System.Collections.Immutable.ImmutableArray`1.Equals(System.Collections.Immutable.ImmutableArray`1)
+System.Collections.Immutable.dll:System.Collections.Immutable.ImmutableArray`1.Equals(System.Object)
+System.Collections.Immutable.dll:System.Collections.Immutable.ImmutableArray`1.get_IsDefault()
+System.Collections.Immutable.dll:System.Collections.Immutable.ImmutableArray`1.get_Item(System.Int32)
+System.Collections.Immutable.dll:System.Collections.Immutable.ImmutableArray`1.get_Length()
+System.Collections.Immutable.dll:System.Collections.Immutable.ImmutableArray`1.GetEnumerator()
+System.Collections.Immutable.dll:System.Collections.Immutable.ImmutableArray`1.GetHashCode()
+System.Collections.Immutable.dll:System.Collections.Immutable.ImmutableArray`1.IndexOf(T, System.Int32, System.Int32, System.Collections.Generic.IEqualityComparer`1)
+System.Collections.Immutable.dll:System.Collections.Immutable.ImmutableArray`1.IndexOf(T)
+System.Collections.Immutable.dll:System.Collections.Immutable.ImmutableArray`1.System.Collections.Generic.ICollection.Add(T)
+System.Collections.Immutable.dll:System.Collections.Immutable.ImmutableArray`1.System.Collections.Generic.ICollection.Clear()
+System.Collections.Immutable.dll:System.Collections.Immutable.ImmutableArray`1.System.Collections.Generic.ICollection.get_Count()
+System.Collections.Immutable.dll:System.Collections.Immutable.ImmutableArray`1.System.Collections.Generic.ICollection.get_IsReadOnly()
+System.Collections.Immutable.dll:System.Collections.Immutable.ImmutableArray`1.System.Collections.Generic.ICollection.Remove(T)
+System.Collections.Immutable.dll:System.Collections.Immutable.ImmutableArray`1.System.Collections.Generic.IEnumerable.GetEnumerator()
+System.Collections.Immutable.dll:System.Collections.Immutable.ImmutableArray`1.System.Collections.Generic.IList.get_Item(System.Int32)
+System.Collections.Immutable.dll:System.Collections.Immutable.ImmutableArray`1.System.Collections.Generic.IList.Insert(System.Int32, T)
+System.Collections.Immutable.dll:System.Collections.Immutable.ImmutableArray`1.System.Collections.Generic.IList.RemoveAt(System.Int32)
+System.Collections.Immutable.dll:System.Collections.Immutable.ImmutableArray`1.System.Collections.Generic.IList.set_Item(System.Int32, T)
+System.Collections.Immutable.dll:System.Collections.Immutable.ImmutableArray`1.System.Collections.Generic.IReadOnlyCollection.get_Count()
+System.Collections.Immutable.dll:System.Collections.Immutable.ImmutableArray`1.System.Collections.Generic.IReadOnlyList.get_Item(System.Int32)
+System.Collections.Immutable.dll:System.Collections.Immutable.ImmutableArray`1.System.Collections.Immutable.IImmutableArray.get_Array()
+System.Collections.Immutable.dll:System.Collections.Immutable.ImmutableArray`1.ThrowInvalidOperationIfNotInitialized()
+System.Collections.Immutable.dll:System.Collections.Immutable.ImmutableArray`1.ThrowNullRefIfNotInitialized()
+System.Collections.Immutable.dll:System.Collections.Immutable.ImmutableArray`1/Builder
+System.Collections.Immutable.dll:System.Collections.Immutable.ImmutableArray`1/Builder..ctor(System.Int32)
+System.Collections.Immutable.dll:System.Collections.Immutable.ImmutableArray`1/Builder.Add(T)
+System.Collections.Immutable.dll:System.Collections.Immutable.ImmutableArray`1/Builder.Clear()
+System.Collections.Immutable.dll:System.Collections.Immutable.ImmutableArray`1/Builder.Contains(T)
+System.Collections.Immutable.dll:System.Collections.Immutable.ImmutableArray`1/Builder.CopyTo(T[], System.Int32)
+System.Collections.Immutable.dll:System.Collections.Immutable.ImmutableArray`1/Builder.EnsureCapacity(System.Int32)
+System.Collections.Immutable.dll:System.Collections.Immutable.ImmutableArray`1/Builder.get_Capacity()
+System.Collections.Immutable.dll:System.Collections.Immutable.ImmutableArray`1/Builder.get_Count()
+System.Collections.Immutable.dll:System.Collections.Immutable.ImmutableArray`1/Builder.get_Item(System.Int32)
+System.Collections.Immutable.dll:System.Collections.Immutable.ImmutableArray`1/Builder.GetEnumerator()
+System.Collections.Immutable.dll:System.Collections.Immutable.ImmutableArray`1/Builder.IndexOf(T, System.Int32, System.Int32, System.Collections.Generic.IEqualityComparer`1)
+System.Collections.Immutable.dll:System.Collections.Immutable.ImmutableArray`1/Builder.IndexOf(T)
+System.Collections.Immutable.dll:System.Collections.Immutable.ImmutableArray`1/Builder.Insert(System.Int32, T)
+System.Collections.Immutable.dll:System.Collections.Immutable.ImmutableArray`1/Builder.MoveToImmutable()
+System.Collections.Immutable.dll:System.Collections.Immutable.ImmutableArray`1/Builder.Remove(T)
+System.Collections.Immutable.dll:System.Collections.Immutable.ImmutableArray`1/Builder.RemoveAt(System.Int32)
+System.Collections.Immutable.dll:System.Collections.Immutable.ImmutableArray`1/Builder.set_Count(System.Int32)
+System.Collections.Immutable.dll:System.Collections.Immutable.ImmutableArray`1/Builder.set_Item(System.Int32, T)
+System.Collections.Immutable.dll:System.Collections.Immutable.ImmutableArray`1/Builder.System.Collections.Generic.ICollection.get_IsReadOnly()
+System.Collections.Immutable.dll:System.Collections.Immutable.ImmutableArray`1/Builder.System.Collections.Generic.IEnumerable.GetEnumerator()
+System.Collections.Immutable.dll:System.Collections.Immutable.ImmutableArray`1/Builder.ThrowIndexOutOfRangeException()
+System.Collections.Immutable.dll:System.Collections.Immutable.ImmutableArray`1/Builder/d__66
+System.Collections.Immutable.dll:System.Collections.Immutable.ImmutableArray`1/Builder/d__66..ctor(System.Int32)
+System.Collections.Immutable.dll:System.Collections.Immutable.ImmutableArray`1/Builder/d__66.MoveNext()
+System.Collections.Immutable.dll:System.Collections.Immutable.ImmutableArray`1/Builder/d__66.System.Collections.Generic.IEnumerator.get_Current()
+System.Collections.Immutable.dll:System.Collections.Immutable.ImmutableArray`1/Builder/d__66.System.IDisposable.Dispose()
+System.Collections.Immutable.dll:System.Collections.Immutable.ImmutableArray`1/Builder System.Collections.Immutable.ImmutableArray`1/Builder/d__66::<>4__this
+System.Collections.Immutable.dll:System.Collections.Immutable.ImmutableArray`1/Enumerator
+System.Collections.Immutable.dll:System.Collections.Immutable.ImmutableArray`1/Enumerator..ctor(T[])
+System.Collections.Immutable.dll:System.Collections.Immutable.ImmutableArray`1/Enumerator.get_Current()
+System.Collections.Immutable.dll:System.Collections.Immutable.ImmutableArray`1/Enumerator.MoveNext()
+System.Collections.Immutable.dll:System.Collections.Immutable.ImmutableArray`1/EnumeratorObject
+System.Collections.Immutable.dll:System.Collections.Immutable.ImmutableArray`1/EnumeratorObject..cctor()
+System.Collections.Immutable.dll:System.Collections.Immutable.ImmutableArray`1/EnumeratorObject..ctor(T[])
+System.Collections.Immutable.dll:System.Collections.Immutable.ImmutableArray`1/EnumeratorObject.Create(T[])
+System.Collections.Immutable.dll:System.Collections.Immutable.ImmutableArray`1/EnumeratorObject.Dispose()
+System.Collections.Immutable.dll:System.Collections.Immutable.ImmutableArray`1/EnumeratorObject.get_Current()
+System.Collections.Immutable.dll:System.Collections.Immutable.ImmutableArray`1/EnumeratorObject.MoveNext()
+System.Collections.Immutable.dll:System.Collections.Immutable.ImmutableArray`1 System.Collections.Immutable.ImmutableArray`1::Empty
+System.Collections.Immutable.dll:System.Collections.Immutable.Requires
+System.Collections.Immutable.dll:System.Collections.Immutable.Requires.FailArgumentNullException(System.String)
+System.Collections.Immutable.dll:System.Collections.Immutable.Requires.FailRange(System.String, System.String)
+System.Collections.Immutable.dll:System.Collections.Immutable.Requires.NotNull`1(T, System.String)
+System.Collections.Immutable.dll:System.Collections.Immutable.Requires.Range(System.Boolean, System.String, System.String)
+System.Collections.Immutable.dll:System.Int32 System.Collections.Immutable.ImmutableArray`1::Length()
+System.Collections.Immutable.dll:System.Int32 System.Collections.Immutable.ImmutableArray`1::System.Collections.Generic.ICollection.Count()
+System.Collections.Immutable.dll:System.Int32 System.Collections.Immutable.ImmutableArray`1::System.Collections.Generic.IReadOnlyCollection.Count()
+System.Collections.Immutable.dll:System.Int32 System.Collections.Immutable.ImmutableArray`1/Builder::_count
+System.Collections.Immutable.dll:System.Int32 System.Collections.Immutable.ImmutableArray`1/Builder::Capacity()
+System.Collections.Immutable.dll:System.Int32 System.Collections.Immutable.ImmutableArray`1/Builder::Count()
+System.Collections.Immutable.dll:System.Int32 System.Collections.Immutable.ImmutableArray`1/Builder/d__66::<>1__state
+System.Collections.Immutable.dll:System.Int32 System.Collections.Immutable.ImmutableArray`1/Builder/d__66::5__2
+System.Collections.Immutable.dll:System.Int32 System.Collections.Immutable.ImmutableArray`1/Enumerator::_index
+System.Collections.Immutable.dll:System.Int32 System.Collections.Immutable.ImmutableArray`1/EnumeratorObject::_index
+System.Collections.Immutable.dll:System.Linq.ImmutableArrayExtensions
+System.Collections.Immutable.dll:System.Linq.ImmutableArrayExtensions.FirstOrDefault`1(System.Collections.Immutable.ImmutableArray`1, System.Func`2)
+System.Collections.Immutable.dll:System.Runtime.InteropServices.ImmutableCollectionsMarshal
+System.Collections.Immutable.dll:System.Runtime.InteropServices.ImmutableCollectionsMarshal.AsImmutableArray`1(T[])
+System.Collections.Immutable.dll:System.Runtime.Versioning.NonVersionableAttribute
+System.Collections.Immutable.dll:System.Runtime.Versioning.NonVersionableAttribute..ctor()
+System.Collections.Immutable.dll:T System.Collections.Immutable.ImmutableArray`1::Item(System.Int32)
+System.Collections.Immutable.dll:T System.Collections.Immutable.ImmutableArray`1::System.Collections.Generic.IList.Item(System.Int32)
+System.Collections.Immutable.dll:T System.Collections.Immutable.ImmutableArray`1::System.Collections.Generic.IReadOnlyList.Item(System.Int32)
+System.Collections.Immutable.dll:T System.Collections.Immutable.ImmutableArray`1/Builder::Item(System.Int32)
+System.Collections.Immutable.dll:T System.Collections.Immutable.ImmutableArray`1/Builder/d__66::<>2__current
+System.Collections.Immutable.dll:T System.Collections.Immutable.ImmutableArray`1/Builder/d__66::System.Collections.Generic.IEnumerator.Current()
+System.Collections.Immutable.dll:T System.Collections.Immutable.ImmutableArray`1/Enumerator::Current()
+System.Collections.Immutable.dll:T System.Collections.Immutable.ImmutableArray`1/EnumeratorObject::Current()
+System.Collections.Immutable.dll:T[] System.Collections.Immutable.ImmutableArray`1::array
+System.Collections.Immutable.dll:T[] System.Collections.Immutable.ImmutableArray`1/Builder::_elements
+System.Collections.Immutable.dll:T[] System.Collections.Immutable.ImmutableArray`1/Enumerator::_array
+System.Collections.Immutable.dll:T[] System.Collections.Immutable.ImmutableArray`1/EnumeratorObject::_array
+System.Diagnostics.StackTrace.dll:
+System.Diagnostics.StackTrace.dll:System.Diagnostics.StackTraceSymbols
+System.Diagnostics.StackTrace.dll:System.Diagnostics.StackTraceSymbols..ctor()
+System.Diagnostics.StackTrace.dll:System.Diagnostics.StackTraceSymbols.GetSourceLineInfo(System.Reflection.Assembly, System.String, System.IntPtr, System.Int32, System.Boolean, System.IntPtr, System.Int32, System.Int32, System.Int32, out System.String&, out System.Int32&, out System.Int32&)
+System.Diagnostics.StackTrace.dll:System.Diagnostics.StackTraceSymbols.System.IDisposable.Dispose()
+System.Diagnostics.StackTrace.dll:System.Diagnostics.StackTraceSymbols.TryGetPEReader(System.String, System.IntPtr, System.Int32, System.Boolean)
+System.Diagnostics.StackTrace.dll:System.Diagnostics.StackTraceSymbols.TryGetReader(System.Reflection.Assembly, System.String, System.IntPtr, System.Int32, System.Boolean, System.IntPtr, System.Int32)
+System.Diagnostics.StackTrace.dll:System.Diagnostics.StackTraceSymbols.TryOpenFile(System.String)
+System.Diagnostics.StackTrace.dll:System.Diagnostics.StackTraceSymbols.TryOpenReaderForInMemoryPdb(System.IntPtr, System.Int32)
+System.Diagnostics.StackTrace.dll:System.Diagnostics.StackTraceSymbols.TryOpenReaderFromAssemblyFile(System.String, System.IntPtr, System.Int32, System.Boolean)
+System.Diagnostics.StackTrace.dll:System.Diagnostics.StackTraceSymbols/<>O
+System.Diagnostics.StackTrace.dll:System.Func`2 System.Diagnostics.StackTraceSymbols/<>O::<0>__TryOpenFile
+System.Diagnostics.StackTrace.dll:System.Runtime.CompilerServices.ConditionalWeakTable`2 System.Diagnostics.StackTraceSymbols::_metadataCache
+System.IO.Compression.dll:
+System.IO.Compression.dll:
+System.IO.Compression.dll:.InlineArrayAsReadOnlySpan`2(TBuffer&, System.Int32)
+System.IO.Compression.dll:.InlineArrayElementRef`2(TBuffer&, System.Int32)
+System.IO.Compression.dll:Interop
+System.IO.Compression.dll:Interop/ZLib
+System.IO.Compression.dll:Interop/ZLib.Deflate(System.IO.Compression.ZLibNative/ZStream*, System.IO.Compression.ZLibNative/FlushCode)
+System.IO.Compression.dll:Interop/ZLib.DeflateEnd(System.IO.Compression.ZLibNative/ZStream*)
+System.IO.Compression.dll:Interop/ZLib.DeflateInit2_(System.IO.Compression.ZLibNative/ZStream*, System.IO.Compression.ZLibNative/CompressionLevel, System.IO.Compression.ZLibNative/CompressionMethod, System.Int32, System.Int32, System.IO.Compression.ZLibNative/CompressionStrategy)
+System.IO.Compression.dll:Interop/ZLib.Inflate(System.IO.Compression.ZLibNative/ZStream*, System.IO.Compression.ZLibNative/FlushCode)
+System.IO.Compression.dll:Interop/ZLib.InflateEnd(System.IO.Compression.ZLibNative/ZStream*)
+System.IO.Compression.dll:Interop/ZLib.InflateInit2_(System.IO.Compression.ZLibNative/ZStream*, System.Int32)
+System.IO.Compression.dll:Interop/ZLib.InflateReset2_(System.IO.Compression.ZLibNative/ZStream*, System.Int32)
+System.IO.Compression.dll:System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.IO.Compression.DeflateStream::_activeAsyncOperation
+System.IO.Compression.dll:System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.IO.Compression.DeflateStream::_decompressionFinished
+System.IO.Compression.dll:System.Boolean System.IO.Compression.Deflater::_isDisposed
+System.IO.Compression.dll:System.Boolean System.IO.Compression.DeflateStream::_leaveOpen
+System.IO.Compression.dll:System.Boolean System.IO.Compression.DeflateStream::CanRead()
+System.IO.Compression.dll:System.Boolean System.IO.Compression.DeflateStream::CanSeek()
+System.IO.Compression.dll:System.Boolean System.IO.Compression.DeflateStream::CanWrite()
+System.IO.Compression.dll:System.Boolean System.IO.Compression.DeflateStream::InflatorIsFinished()
+System.IO.Compression.dll:System.Boolean System.IO.Compression.DeflateStream::s_useStrictValidation
+System.IO.Compression.dll:System.Boolean System.IO.Compression.Inflater::_finished
+System.IO.Compression.dll:System.Boolean System.IO.Compression.Inflater::_isDisposed
+System.IO.Compression.dll:System.Boolean System.IO.Compression.Inflater::_nonEmptyInput
+System.IO.Compression.dll:System.Boolean System.IO.Compression.Inflater::IsInputBufferHandleAllocated()
+System.IO.Compression.dll:System.Boolean System.IO.Compression.ZLibNative/ZLibStreamHandle::IsInvalid()
+System.IO.Compression.dll:System.Buffers.MemoryHandle System.IO.Compression.Deflater::_inputBufferHandle
+System.IO.Compression.dll:System.Buffers.MemoryHandle System.IO.Compression.Inflater::_inputBufferHandle
+System.IO.Compression.dll:System.Byte[] System.IO.Compression.DeflateStream::_buffer
+System.IO.Compression.dll:System.Byte* System.IO.Compression.ZLibNative/ZStream::msg
+System.IO.Compression.dll:System.Int32 System.IO.Compression.CompressionMode::value__
+System.IO.Compression.dll:System.Int32 System.IO.Compression.DeflateStream/<g__Core|55_0>d::<>1__state
+System.IO.Compression.dll:System.Int32 System.IO.Compression.DeflateStream/<g__Core|55_0>d::5__2
+System.IO.Compression.dll:System.Int32 System.IO.Compression.DeflateStream/<g__Core|71_0>d::<>1__state
+System.IO.Compression.dll:System.Int32 System.IO.Compression.DeflateStream/d__72::<>1__state
+System.IO.Compression.dll:System.Int32 System.IO.Compression.Inflater::_windowBits
+System.IO.Compression.dll:System.Int32 System.IO.Compression.ZLibNative/CompressionLevel::value__
+System.IO.Compression.dll:System.Int32 System.IO.Compression.ZLibNative/CompressionMethod::value__
+System.IO.Compression.dll:System.Int32 System.IO.Compression.ZLibNative/CompressionStrategy::value__
+System.IO.Compression.dll:System.Int32 System.IO.Compression.ZLibNative/ErrorCode::value__
+System.IO.Compression.dll:System.Int32 System.IO.Compression.ZLibNative/FlushCode::value__
+System.IO.Compression.dll:System.Int32 System.IO.Compression.ZLibNative/ZLibStreamHandle/State::value__
+System.IO.Compression.dll:System.Int64 System.IO.Compression.DeflateStream::Length()
+System.IO.Compression.dll:System.Int64 System.IO.Compression.DeflateStream::Position()
+System.IO.Compression.dll:System.Int64 System.IO.Compression.Inflater::_currentInflatedCount
+System.IO.Compression.dll:System.Int64 System.IO.Compression.Inflater::_uncompressedSize
+System.IO.Compression.dll:System.IntPtr System.IO.Compression.ZLibNative::ZNullPtr
+System.IO.Compression.dll:System.IntPtr System.IO.Compression.ZLibNative/ZLibStreamHandle::NextIn()
+System.IO.Compression.dll:System.IntPtr System.IO.Compression.ZLibNative/ZLibStreamHandle::NextOut()
+System.IO.Compression.dll:System.IntPtr System.IO.Compression.ZLibNative/ZStream::internalState
+System.IO.Compression.dll:System.IntPtr System.IO.Compression.ZLibNative/ZStream::nextIn
+System.IO.Compression.dll:System.IntPtr System.IO.Compression.ZLibNative/ZStream::nextOut
+System.IO.Compression.dll:System.IO.Compression.CompressionMode
+System.IO.Compression.dll:System.IO.Compression.CompressionMode System.IO.Compression.CompressionMode::Compress
+System.IO.Compression.dll:System.IO.Compression.CompressionMode System.IO.Compression.CompressionMode::Decompress
+System.IO.Compression.dll:System.IO.Compression.CompressionMode System.IO.Compression.DeflateStream::_mode
+System.IO.Compression.dll:System.IO.Compression.Deflater
+System.IO.Compression.dll:System.IO.Compression.Deflater System.IO.Compression.DeflateStream::_deflater
+System.IO.Compression.dll:System.IO.Compression.Deflater..ctor(System.IO.Compression.ZLibNative/ZLibStreamHandle)
+System.IO.Compression.dll:System.IO.Compression.Deflater.CreateDeflater(System.IO.Compression.ZLibNative/CompressionLevel, System.IO.Compression.ZLibNative/CompressionStrategy, System.Int32, System.Int32)
+System.IO.Compression.dll:System.IO.Compression.Deflater.DeallocateInputBufferHandle(System.Boolean)
+System.IO.Compression.dll:System.IO.Compression.Deflater.Deflate(System.IO.Compression.ZLibNative/FlushCode)
+System.IO.Compression.dll:System.IO.Compression.Deflater.Dispose()
+System.IO.Compression.dll:System.IO.Compression.Deflater.Dispose(System.Boolean)
+System.IO.Compression.dll:System.IO.Compression.Deflater.Finalize()
+System.IO.Compression.dll:System.IO.Compression.Deflater.Finish(System.Byte[], out System.Int32&)
+System.IO.Compression.dll:System.IO.Compression.Deflater.Flush(System.Byte[], out System.Int32&)
+System.IO.Compression.dll:System.IO.Compression.Deflater.get_SyncLock()
+System.IO.Compression.dll:System.IO.Compression.Deflater.GetDeflateOutput(System.Byte[])
+System.IO.Compression.dll:System.IO.Compression.Deflater.NeedsInput()
+System.IO.Compression.dll:System.IO.Compression.Deflater.ReadDeflateOutput(System.Byte[], System.IO.Compression.ZLibNative/FlushCode, out System.Int32&)
+System.IO.Compression.dll:System.IO.Compression.Deflater.SetInput(System.Byte*, System.Int32)
+System.IO.Compression.dll:System.IO.Compression.Deflater.SetInput(System.ReadOnlyMemory`1)
+System.IO.Compression.dll:System.IO.Compression.DeflateStream
+System.IO.Compression.dll:System.IO.Compression.DeflateStream System.IO.Compression.DeflateStream/<g__Core|55_0>d::<>4__this
+System.IO.Compression.dll:System.IO.Compression.DeflateStream System.IO.Compression.DeflateStream/<g__Core|71_0>d::<>4__this
+System.IO.Compression.dll:System.IO.Compression.DeflateStream System.IO.Compression.DeflateStream/d__72::<>4__this
+System.IO.Compression.dll:System.IO.Compression.DeflateStream..cctor()
+System.IO.Compression.dll:System.IO.Compression.DeflateStream..ctor(System.IO.Stream, System.IO.Compression.CompressionMode, System.Boolean, System.Int32, System.Int64)
+System.IO.Compression.dll:System.IO.Compression.DeflateStream..ctor(System.IO.Stream, System.IO.Compression.CompressionMode, System.Boolean)
+System.IO.Compression.dll:System.IO.Compression.DeflateStream.g__ThrowCannotWriteToDeflateStreamException|48_0()
+System.IO.Compression.dll:System.IO.Compression.DeflateStream.g__ThrowCannotReadFromDeflateStreamException|47_0()
+System.IO.Compression.dll:System.IO.Compression.DeflateStream.g__Core|55_0(System.Memory`1, System.Threading.CancellationToken)
+System.IO.Compression.dll:System.IO.Compression.DeflateStream.g__Core|71_0(System.ReadOnlyMemory`1, System.Threading.CancellationToken)
+System.IO.Compression.dll:System.IO.Compression.DeflateStream.AsyncOperationCompleting()
+System.IO.Compression.dll:System.IO.Compression.DeflateStream.AsyncOperationStarting()
+System.IO.Compression.dll:System.IO.Compression.DeflateStream.BeginRead(System.Byte[], System.Int32, System.Int32, System.AsyncCallback, System.Object)
+System.IO.Compression.dll:System.IO.Compression.DeflateStream.BeginWrite(System.Byte[], System.Int32, System.Int32, System.AsyncCallback, System.Object)
+System.IO.Compression.dll:System.IO.Compression.DeflateStream.Dispose(System.Boolean)
+System.IO.Compression.dll:System.IO.Compression.DeflateStream.EndRead(System.IAsyncResult)
+System.IO.Compression.dll:System.IO.Compression.DeflateStream.EndWrite(System.IAsyncResult)
+System.IO.Compression.dll:System.IO.Compression.DeflateStream.EnsureBufferInitialized()
+System.IO.Compression.dll:System.IO.Compression.DeflateStream.EnsureCompressionMode()
+System.IO.Compression.dll:System.IO.Compression.DeflateStream.EnsureDecompressionMode()
+System.IO.Compression.dll:System.IO.Compression.DeflateStream.EnsureNoActiveAsyncOperation()
+System.IO.Compression.dll:System.IO.Compression.DeflateStream.EnsureNotDisposed()
+System.IO.Compression.dll:System.IO.Compression.DeflateStream.Flush()
+System.IO.Compression.dll:System.IO.Compression.DeflateStream.FlushBuffers()
+System.IO.Compression.dll:System.IO.Compression.DeflateStream.get_CanRead()
+System.IO.Compression.dll:System.IO.Compression.DeflateStream.get_CanSeek()
+System.IO.Compression.dll:System.IO.Compression.DeflateStream.get_CanWrite()
+System.IO.Compression.dll:System.IO.Compression.DeflateStream.get_InflatorIsFinished()
+System.IO.Compression.dll:System.IO.Compression.DeflateStream.get_Length()
+System.IO.Compression.dll:System.IO.Compression.DeflateStream.get_Position()
+System.IO.Compression.dll:System.IO.Compression.DeflateStream.GetMemLevel(System.IO.Compression.ZLibNative/CompressionLevel)
+System.IO.Compression.dll:System.IO.Compression.DeflateStream.InitializeBuffer()
+System.IO.Compression.dll:System.IO.Compression.DeflateStream.InitializeDeflater(System.IO.Stream, System.IO.Compression.ZLibNative/CompressionLevel, System.IO.Compression.ZLibNative/CompressionStrategy, System.Boolean, System.Int32)
+System.IO.Compression.dll:System.IO.Compression.DeflateStream.PurgeBuffers(System.Boolean)
+System.IO.Compression.dll:System.IO.Compression.DeflateStream.Read(System.Byte[], System.Int32, System.Int32)
+System.IO.Compression.dll:System.IO.Compression.DeflateStream.Read(System.Span`1)
+System.IO.Compression.dll:System.IO.Compression.DeflateStream.ReadAsync(System.Byte[], System.Int32, System.Int32, System.Threading.CancellationToken)
+System.IO.Compression.dll:System.IO.Compression.DeflateStream.ReadAsync(System.Memory`1, System.Threading.CancellationToken)
+System.IO.Compression.dll:System.IO.Compression.DeflateStream.ReadAsyncMemory(System.Memory`1, System.Threading.CancellationToken)
+System.IO.Compression.dll:System.IO.Compression.DeflateStream.ReadByte()
+System.IO.Compression.dll:System.IO.Compression.DeflateStream.ReadCore(System.Span`1)
+System.IO.Compression.dll:System.IO.Compression.DeflateStream.Seek(System.Int64, System.IO.SeekOrigin)
+System.IO.Compression.dll:System.IO.Compression.DeflateStream.ThrowGenericInvalidData()
+System.IO.Compression.dll:System.IO.Compression.DeflateStream.ThrowInvalidBeginCall()
+System.IO.Compression.dll:System.IO.Compression.DeflateStream.ThrowTruncatedInvalidData()
+System.IO.Compression.dll:System.IO.Compression.DeflateStream.TryRewindStream(System.IO.Stream)
+System.IO.Compression.dll:System.IO.Compression.DeflateStream.Write(System.Byte[], System.Int32, System.Int32)
+System.IO.Compression.dll:System.IO.Compression.DeflateStream.Write(System.ReadOnlySpan`1)
+System.IO.Compression.dll:System.IO.Compression.DeflateStream.WriteAsync(System.Byte[], System.Int32, System.Int32, System.Threading.CancellationToken)
+System.IO.Compression.dll:System.IO.Compression.DeflateStream.WriteAsync(System.ReadOnlyMemory`1, System.Threading.CancellationToken)
+System.IO.Compression.dll:System.IO.Compression.DeflateStream.WriteAsyncMemory(System.ReadOnlyMemory`1, System.Threading.CancellationToken)
+System.IO.Compression.dll:System.IO.Compression.DeflateStream.WriteCore(System.ReadOnlySpan`1)
+System.IO.Compression.dll:System.IO.Compression.DeflateStream.WriteDeflaterOutput()
+System.IO.Compression.dll:System.IO.Compression.DeflateStream.WriteDeflaterOutputAsync(System.Threading.CancellationToken)
+System.IO.Compression.dll:System.IO.Compression.DeflateStream/<g__Core|55_0>d
+System.IO.Compression.dll:System.IO.Compression.DeflateStream/<g__Core|55_0>d.MoveNext()
+System.IO.Compression.dll:System.IO.Compression.DeflateStream/<g__Core|71_0>d
+System.IO.Compression.dll:System.IO.Compression.DeflateStream/<g__Core|71_0>d.MoveNext()
+System.IO.Compression.dll:System.IO.Compression.DeflateStream/d__72
+System.IO.Compression.dll:System.IO.Compression.DeflateStream/d__72.MoveNext()
+System.IO.Compression.dll:System.IO.Compression.Inflater
+System.IO.Compression.dll:System.IO.Compression.Inflater System.IO.Compression.DeflateStream::_inflater
+System.IO.Compression.dll:System.IO.Compression.Inflater..ctor(System.Int32, System.Int64, System.IO.Compression.ZLibNative/ZLibStreamHandle)
+System.IO.Compression.dll:System.IO.Compression.Inflater.CreateInflater(System.Int32, System.Int64)
+System.IO.Compression.dll:System.IO.Compression.Inflater.DeallocateInputBufferHandle(System.Boolean)
+System.IO.Compression.dll:System.IO.Compression.Inflater.Dispose()
+System.IO.Compression.dll:System.IO.Compression.Inflater.Dispose(System.Boolean)
+System.IO.Compression.dll:System.IO.Compression.Inflater.Finalize()
+System.IO.Compression.dll:System.IO.Compression.Inflater.Finished()
+System.IO.Compression.dll:System.IO.Compression.Inflater.get_IsInputBufferHandleAllocated()
+System.IO.Compression.dll:System.IO.Compression.Inflater.get_SyncLock()
+System.IO.Compression.dll:System.IO.Compression.Inflater.GetAvailableInput()
+System.IO.Compression.dll:System.IO.Compression.Inflater.Inflate(out System.Byte&)
+System.IO.Compression.dll:System.IO.Compression.Inflater.Inflate(System.IO.Compression.ZLibNative/FlushCode)
+System.IO.Compression.dll:System.IO.Compression.Inflater.Inflate(System.Span`1)
+System.IO.Compression.dll:System.IO.Compression.Inflater.InflateVerified(System.Byte*, System.Int32)
+System.IO.Compression.dll:System.IO.Compression.Inflater.IsGzipStream()
+System.IO.Compression.dll:System.IO.Compression.Inflater.NeedsInput()
+System.IO.Compression.dll:System.IO.Compression.Inflater.NonEmptyInput()
+System.IO.Compression.dll:System.IO.Compression.Inflater.ReadInflateOutput(System.Byte*, System.Int32, System.IO.Compression.ZLibNative/FlushCode, out System.Int32&)
+System.IO.Compression.dll:System.IO.Compression.Inflater.ReadOutput(System.Byte*, System.Int32, out System.Int32&)
+System.IO.Compression.dll:System.IO.Compression.Inflater.ResetStreamForLeftoverInput()
+System.IO.Compression.dll:System.IO.Compression.Inflater.SetInput(System.Byte[], System.Int32, System.Int32)
+System.IO.Compression.dll:System.IO.Compression.Inflater.SetInput(System.ReadOnlyMemory`1)
+System.IO.Compression.dll:System.IO.Compression.ZLibException
+System.IO.Compression.dll:System.IO.Compression.ZLibException..ctor(System.String, System.Exception)
+System.IO.Compression.dll:System.IO.Compression.ZLibException..ctor(System.String, System.String, System.Int32, System.String)
+System.IO.Compression.dll:System.IO.Compression.ZLibNative
+System.IO.Compression.dll:System.IO.Compression.ZLibNative..cctor()
+System.IO.Compression.dll:System.IO.Compression.ZLibNative/CompressionLevel
+System.IO.Compression.dll:System.IO.Compression.ZLibNative/CompressionLevel System.IO.Compression.ZLibNative/CompressionLevel::BestCompression
+System.IO.Compression.dll:System.IO.Compression.ZLibNative/CompressionLevel System.IO.Compression.ZLibNative/CompressionLevel::BestSpeed
+System.IO.Compression.dll:System.IO.Compression.ZLibNative/CompressionLevel System.IO.Compression.ZLibNative/CompressionLevel::DefaultCompression
+System.IO.Compression.dll:System.IO.Compression.ZLibNative/CompressionLevel System.IO.Compression.ZLibNative/CompressionLevel::NoCompression
+System.IO.Compression.dll:System.IO.Compression.ZLibNative/CompressionMethod
+System.IO.Compression.dll:System.IO.Compression.ZLibNative/CompressionMethod System.IO.Compression.ZLibNative/CompressionMethod::Deflated
+System.IO.Compression.dll:System.IO.Compression.ZLibNative/CompressionStrategy
+System.IO.Compression.dll:System.IO.Compression.ZLibNative/CompressionStrategy System.IO.Compression.ZLibNative/CompressionStrategy::DefaultStrategy
+System.IO.Compression.dll:System.IO.Compression.ZLibNative/CompressionStrategy System.IO.Compression.ZLibNative/CompressionStrategy::Filtered
+System.IO.Compression.dll:System.IO.Compression.ZLibNative/CompressionStrategy System.IO.Compression.ZLibNative/CompressionStrategy::Fixed
+System.IO.Compression.dll:System.IO.Compression.ZLibNative/CompressionStrategy System.IO.Compression.ZLibNative/CompressionStrategy::HuffmanOnly
+System.IO.Compression.dll:System.IO.Compression.ZLibNative/CompressionStrategy System.IO.Compression.ZLibNative/CompressionStrategy::RunLengthEncoding
+System.IO.Compression.dll:System.IO.Compression.ZLibNative/ErrorCode
+System.IO.Compression.dll:System.IO.Compression.ZLibNative/ErrorCode System.IO.Compression.ZLibException::_zlibErrorCode
+System.IO.Compression.dll:System.IO.Compression.ZLibNative/ErrorCode System.IO.Compression.ZLibNative/ErrorCode::BufError
+System.IO.Compression.dll:System.IO.Compression.ZLibNative/ErrorCode System.IO.Compression.ZLibNative/ErrorCode::DataError
+System.IO.Compression.dll:System.IO.Compression.ZLibNative/ErrorCode System.IO.Compression.ZLibNative/ErrorCode::MemError
+System.IO.Compression.dll:System.IO.Compression.ZLibNative/ErrorCode System.IO.Compression.ZLibNative/ErrorCode::Ok
+System.IO.Compression.dll:System.IO.Compression.ZLibNative/ErrorCode System.IO.Compression.ZLibNative/ErrorCode::StreamEnd
+System.IO.Compression.dll:System.IO.Compression.ZLibNative/ErrorCode System.IO.Compression.ZLibNative/ErrorCode::StreamError
+System.IO.Compression.dll:System.IO.Compression.ZLibNative/ErrorCode System.IO.Compression.ZLibNative/ErrorCode::VersionError
+System.IO.Compression.dll:System.IO.Compression.ZLibNative/FlushCode
+System.IO.Compression.dll:System.IO.Compression.ZLibNative/FlushCode System.IO.Compression.ZLibNative/FlushCode::Block
+System.IO.Compression.dll:System.IO.Compression.ZLibNative/FlushCode System.IO.Compression.ZLibNative/FlushCode::Finish
+System.IO.Compression.dll:System.IO.Compression.ZLibNative/FlushCode System.IO.Compression.ZLibNative/FlushCode::NoFlush
+System.IO.Compression.dll:System.IO.Compression.ZLibNative/FlushCode System.IO.Compression.ZLibNative/FlushCode::SyncFlush
+System.IO.Compression.dll:System.IO.Compression.ZLibNative/ZLibStreamHandle
+System.IO.Compression.dll:System.IO.Compression.ZLibNative/ZLibStreamHandle System.IO.Compression.Deflater::_zlibStream
+System.IO.Compression.dll:System.IO.Compression.ZLibNative/ZLibStreamHandle System.IO.Compression.Inflater::_zlibStream
+System.IO.Compression.dll:System.IO.Compression.ZLibNative/ZLibStreamHandle..ctor()
+System.IO.Compression.dll:System.IO.Compression.ZLibNative/ZLibStreamHandle.CreateForDeflate(System.IO.Compression.ZLibNative/CompressionLevel, System.Int32, System.Int32, System.IO.Compression.ZLibNative/CompressionStrategy)
+System.IO.Compression.dll:System.IO.Compression.ZLibNative/ZLibStreamHandle.CreateForInflate(System.Int32)
+System.IO.Compression.dll:System.IO.Compression.ZLibNative/ZLibStreamHandle.Deflate(System.IO.Compression.ZLibNative/FlushCode)
+System.IO.Compression.dll:System.IO.Compression.ZLibNative/ZLibStreamHandle.DeflateEnd()
+System.IO.Compression.dll:System.IO.Compression.ZLibNative/ZLibStreamHandle.DeflateInit2_(System.IO.Compression.ZLibNative/CompressionLevel, System.Int32, System.Int32, System.IO.Compression.ZLibNative/CompressionStrategy)
+System.IO.Compression.dll:System.IO.Compression.ZLibNative/ZLibStreamHandle.EnsureNativeHandleInitialized(System.IO.Compression.ZLibNative/ErrorCode, System.String)
+System.IO.Compression.dll:System.IO.Compression.ZLibNative/ZLibStreamHandle.EnsureNotDisposed()
+System.IO.Compression.dll:System.IO.Compression.ZLibNative/ZLibStreamHandle.EnsureState(System.IO.Compression.ZLibNative/ZLibStreamHandle/State)
+System.IO.Compression.dll:System.IO.Compression.ZLibNative/ZLibStreamHandle.get_AvailIn()
+System.IO.Compression.dll:System.IO.Compression.ZLibNative/ZLibStreamHandle.get_AvailOut()
+System.IO.Compression.dll:System.IO.Compression.ZLibNative/ZLibStreamHandle.get_InitializationState()
+System.IO.Compression.dll:System.IO.Compression.ZLibNative/ZLibStreamHandle.get_IsInvalid()
+System.IO.Compression.dll:System.IO.Compression.ZLibNative/ZLibStreamHandle.get_NextIn()
+System.IO.Compression.dll:System.IO.Compression.ZLibNative/ZLibStreamHandle.GetErrorMessage()
+System.IO.Compression.dll:System.IO.Compression.ZLibNative/ZLibStreamHandle.Inflate(System.IO.Compression.ZLibNative/FlushCode)
+System.IO.Compression.dll:System.IO.Compression.ZLibNative/ZLibStreamHandle.InflateEnd()
+System.IO.Compression.dll:System.IO.Compression.ZLibNative/ZLibStreamHandle.InflateInit2_(System.Int32)
+System.IO.Compression.dll:System.IO.Compression.ZLibNative/ZLibStreamHandle.InflateReset2_(System.Int32)
+System.IO.Compression.dll:System.IO.Compression.ZLibNative/ZLibStreamHandle.ReleaseHandle()
+System.IO.Compression.dll:System.IO.Compression.ZLibNative/ZLibStreamHandle.set_AvailIn(System.UInt32)
+System.IO.Compression.dll:System.IO.Compression.ZLibNative/ZLibStreamHandle.set_AvailOut(System.UInt32)
+System.IO.Compression.dll:System.IO.Compression.ZLibNative/ZLibStreamHandle.set_NextIn(System.IntPtr)
+System.IO.Compression.dll:System.IO.Compression.ZLibNative/ZLibStreamHandle.set_NextOut(System.IntPtr)
+System.IO.Compression.dll:System.IO.Compression.ZLibNative/ZLibStreamHandle/State
+System.IO.Compression.dll:System.IO.Compression.ZLibNative/ZLibStreamHandle/State modreq(System.Runtime.CompilerServices.IsVolatile) System.IO.Compression.ZLibNative/ZLibStreamHandle::_initializationState
+System.IO.Compression.dll:System.IO.Compression.ZLibNative/ZLibStreamHandle/State System.IO.Compression.ZLibNative/ZLibStreamHandle::InitializationState()
+System.IO.Compression.dll:System.IO.Compression.ZLibNative/ZLibStreamHandle/State System.IO.Compression.ZLibNative/ZLibStreamHandle/State::Disposed
+System.IO.Compression.dll:System.IO.Compression.ZLibNative/ZLibStreamHandle/State System.IO.Compression.ZLibNative/ZLibStreamHandle/State::InitializedForDeflate
+System.IO.Compression.dll:System.IO.Compression.ZLibNative/ZLibStreamHandle/State System.IO.Compression.ZLibNative/ZLibStreamHandle/State::InitializedForInflate
+System.IO.Compression.dll:System.IO.Compression.ZLibNative/ZLibStreamHandle/State System.IO.Compression.ZLibNative/ZLibStreamHandle/State::NotInitialized
+System.IO.Compression.dll:System.IO.Compression.ZLibNative/ZStream
+System.IO.Compression.dll:System.IO.Compression.ZLibNative/ZStream System.IO.Compression.ZLibNative/ZLibStreamHandle::_zStream
+System.IO.Compression.dll:System.IO.Stream System.IO.Compression.DeflateStream::_stream
+System.IO.Compression.dll:System.Memory`1 System.IO.Compression.DeflateStream/<g__Core|55_0>d::buffer
+System.IO.Compression.dll:System.Object System.IO.Compression.Deflater::SyncLock()
+System.IO.Compression.dll:System.Object System.IO.Compression.Inflater::SyncLock()
+System.IO.Compression.dll:System.ReadOnlyMemory`1 System.IO.Compression.DeflateStream/<g__Core|71_0>d::buffer
+System.IO.Compression.dll:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder System.IO.Compression.DeflateStream/<g__Core|71_0>d::<>t__builder
+System.IO.Compression.dll:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder System.IO.Compression.DeflateStream/d__72::<>t__builder
+System.IO.Compression.dll:System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1 System.IO.Compression.DeflateStream/<g__Core|55_0>d::<>t__builder
+System.IO.Compression.dll:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable/ConfiguredValueTaskAwaiter System.IO.Compression.DeflateStream/<g__Core|71_0>d::<>u__1
+System.IO.Compression.dll:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable/ConfiguredValueTaskAwaiter System.IO.Compression.DeflateStream/d__72::<>u__1
+System.IO.Compression.dll:System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1/ConfiguredValueTaskAwaiter System.IO.Compression.DeflateStream/<g__Core|55_0>d::<>u__1
+System.IO.Compression.dll:System.SR
+System.IO.Compression.dll:System.SR.Format(System.String, System.Object)
+System.IO.Compression.dll:System.String System.IO.Compression.ZLibException::_zlibErrorContext
+System.IO.Compression.dll:System.String System.IO.Compression.ZLibException::_zlibErrorMessage
+System.IO.Compression.dll:System.Threading.CancellationToken System.IO.Compression.DeflateStream/<g__Core|55_0>d::cancellationToken
+System.IO.Compression.dll:System.Threading.CancellationToken System.IO.Compression.DeflateStream/<g__Core|71_0>d::cancellationToken
+System.IO.Compression.dll:System.Threading.CancellationToken System.IO.Compression.DeflateStream/d__72::cancellationToken
+System.IO.Compression.dll:System.UInt32 System.IO.Compression.ZLibNative/ZLibStreamHandle::AvailIn()
+System.IO.Compression.dll:System.UInt32 System.IO.Compression.ZLibNative/ZLibStreamHandle::AvailOut()
+System.IO.Compression.dll:System.UInt32 System.IO.Compression.ZLibNative/ZStream::availIn
+System.IO.Compression.dll:System.UInt32 System.IO.Compression.ZLibNative/ZStream::availOut
+System.IO.MemoryMappedFiles.dll:
+System.IO.MemoryMappedFiles.dll:
+System.IO.MemoryMappedFiles.dll:.InlineArrayAsReadOnlySpan`2(TBuffer&, System.Int32)
+System.IO.MemoryMappedFiles.dll:.InlineArrayElementRef`2(TBuffer&, System.Int32)
+System.IO.MemoryMappedFiles.dll:Interop
+System.IO.MemoryMappedFiles.dll:Interop.g__ParentDirectoryExists|11_0(System.String)
+System.IO.MemoryMappedFiles.dll:Interop.CheckIo(System.Int32, System.String, System.Boolean)
+System.IO.MemoryMappedFiles.dll:Interop.CheckIo(System.Int64, System.String, System.Boolean)
+System.IO.MemoryMappedFiles.dll:Interop.GetExceptionForIoErrno(Interop/ErrorInfo, System.String, System.Boolean)
+System.IO.MemoryMappedFiles.dll:Interop.GetIOException(Interop/ErrorInfo, System.String)
+System.IO.MemoryMappedFiles.dll:Interop.ThrowExceptionForIoErrno(Interop/ErrorInfo, System.String, System.Boolean)
+System.IO.MemoryMappedFiles.dll:Interop/Error
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::E2BIG
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::EACCES
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::EADDRINUSE
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::EADDRNOTAVAIL
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::EAFNOSUPPORT
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::EAGAIN
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::EALREADY
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::EBADF
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::EBADMSG
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::EBUSY
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::ECANCELED
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::ECHILD
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::ECONNABORTED
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::ECONNREFUSED
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::ECONNRESET
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::EDEADLK
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::EDESTADDRREQ
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::EDOM
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::EDQUOT
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::EEXIST
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::EFAULT
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::EFBIG
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::EHOSTDOWN
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::EHOSTNOTFOUND
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::EHOSTUNREACH
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::EIDRM
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::EILSEQ
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::EINPROGRESS
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::EINTR
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::EINVAL
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::EIO
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::EISCONN
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::EISDIR
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::ELOOP
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::EMFILE
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::EMLINK
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::EMSGSIZE
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::EMULTIHOP
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::ENAMETOOLONG
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::ENETDOWN
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::ENETRESET
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::ENETUNREACH
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::ENFILE
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::ENOBUFS
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::ENODATA
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::ENODEV
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::ENOENT
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::ENOEXEC
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::ENOLCK
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::ENOLINK
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::ENOMEM
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::ENOMSG
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::ENOPROTOOPT
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::ENOSPC
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::ENOSYS
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::ENOTCONN
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::ENOTDIR
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::ENOTEMPTY
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::ENOTRECOVERABLE
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::ENOTSOCK
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::ENOTSUP
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::ENOTTY
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::ENXIO
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::EOPNOTSUPP
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::EOVERFLOW
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::EOWNERDEAD
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::EPERM
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::EPFNOSUPPORT
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::EPIPE
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::EPROTO
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::EPROTONOSUPPORT
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::EPROTOTYPE
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::ERANGE
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::EROFS
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::ESHUTDOWN
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::ESOCKETERROR
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::ESOCKTNOSUPPORT
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::ESPIPE
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::ESRCH
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::ESTALE
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::ETIMEDOUT
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::ETXTBSY
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::EWOULDBLOCK
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::EXDEV
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/Error::SUCCESS
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/ErrorInfo::_error
+System.IO.MemoryMappedFiles.dll:Interop/Error Interop/ErrorInfo::Error()
+System.IO.MemoryMappedFiles.dll:Interop/ErrorInfo
+System.IO.MemoryMappedFiles.dll:Interop/ErrorInfo..ctor(System.Int32)
+System.IO.MemoryMappedFiles.dll:Interop/ErrorInfo.get_Error()
+System.IO.MemoryMappedFiles.dll:Interop/ErrorInfo.get_RawErrno()
+System.IO.MemoryMappedFiles.dll:Interop/ErrorInfo.GetErrorMessage()
+System.IO.MemoryMappedFiles.dll:Interop/ErrorInfo.ToString()
+System.IO.MemoryMappedFiles.dll:Interop/Sys
+System.IO.MemoryMappedFiles.dll:Interop/Sys.g____PInvoke|19_0(System.IntPtr, System.Int64)
+System.IO.MemoryMappedFiles.dll:Interop/Sys.g____PInvoke|20_0(System.IntPtr, System.UInt64, Interop/Sys/MemoryAdvice)
+System.IO.MemoryMappedFiles.dll:Interop/Sys.g____PInvoke|24_0(System.Byte*, System.Int32)
+System.IO.MemoryMappedFiles.dll:Interop/Sys.g____PInvoke|25_0()
+System.IO.MemoryMappedFiles.dll:Interop/Sys.g____PInvoke|10_0(System.IntPtr, System.UInt64, Interop/Sys/MemoryMappedProtections, Interop/Sys/MemoryMappedFlags, System.IntPtr, System.Int64)
+System.IO.MemoryMappedFiles.dll:Interop/Sys.g____PInvoke|14_0(System.IntPtr, System.UInt64, Interop/Sys/MemoryMappedSyncFlags)
+System.IO.MemoryMappedFiles.dll:Interop/Sys.g____PInvoke|12_0(System.IntPtr, System.UInt64)
+System.IO.MemoryMappedFiles.dll:Interop/Sys.g____PInvoke|22_0(System.Byte*, Interop/Sys/OpenFlags, System.Int32)
+System.IO.MemoryMappedFiles.dll:Interop/Sys.g____PInvoke|23_0(System.Byte*)
+System.IO.MemoryMappedFiles.dll:Interop/Sys.g____PInvoke|18_0(Interop/Sys/SysConfName)
+System.IO.MemoryMappedFiles.dll:Interop/Sys.g____PInvoke|29_0(System.Byte*)
+System.IO.MemoryMappedFiles.dll:Interop/Sys.ConvertErrorPalToPlatform(Interop/Error)
+System.IO.MemoryMappedFiles.dll:Interop/Sys.ConvertErrorPlatformToPal(System.Int32)
+System.IO.MemoryMappedFiles.dll:Interop/Sys.FTruncate(Microsoft.Win32.SafeHandles.SafeFileHandle, System.Int64)
+System.IO.MemoryMappedFiles.dll:Interop/Sys.get_IsMemfdSupported()
+System.IO.MemoryMappedFiles.dll:Interop/Sys.GetLastErrorInfo()
+System.IO.MemoryMappedFiles.dll:Interop/Sys.MAdvise(System.IntPtr, System.UInt64, Interop/Sys/MemoryAdvice)
+System.IO.MemoryMappedFiles.dll:Interop/Sys.MemfdCreate(System.String, System.Int32)
+System.IO.MemoryMappedFiles.dll:Interop/Sys.MemfdSupportedImpl()
+System.IO.MemoryMappedFiles.dll:Interop/Sys.MMap(System.IntPtr, System.UInt64, Interop/Sys/MemoryMappedProtections, Interop/Sys/MemoryMappedFlags, Microsoft.Win32.SafeHandles.SafeFileHandle, System.Int64)
+System.IO.MemoryMappedFiles.dll:Interop/Sys.MSync(System.IntPtr, System.UInt64, Interop/Sys/MemoryMappedSyncFlags)
+System.IO.MemoryMappedFiles.dll:Interop/Sys.MUnmap(System.IntPtr, System.UInt64)
+System.IO.MemoryMappedFiles.dll:Interop/Sys.ShmOpen(System.String, Interop/Sys/OpenFlags, System.Int32)
+System.IO.MemoryMappedFiles.dll:Interop/Sys.ShmUnlink(System.String)
+System.IO.MemoryMappedFiles.dll:Interop/Sys.StrError(System.Int32)
+System.IO.MemoryMappedFiles.dll:Interop/Sys.StrErrorR(System.Int32, System.Byte*, System.Int32)
+System.IO.MemoryMappedFiles.dll:Interop/Sys.SysConf(Interop/Sys/SysConfName)
+System.IO.MemoryMappedFiles.dll:Interop/Sys.Unlink(System.String)
+System.IO.MemoryMappedFiles.dll:Interop/Sys/Fcntl
+System.IO.MemoryMappedFiles.dll:Interop/Sys/Fcntl.g____PInvoke|3_0(System.IntPtr, System.Int32)
+System.IO.MemoryMappedFiles.dll:Interop/Sys/Fcntl.SetFD(System.Runtime.InteropServices.SafeHandle, System.Int32)
+System.IO.MemoryMappedFiles.dll:Interop/Sys/MemoryAdvice
+System.IO.MemoryMappedFiles.dll:Interop/Sys/MemoryAdvice Interop/Sys/MemoryAdvice::MADV_DONTFORK
+System.IO.MemoryMappedFiles.dll:Interop/Sys/MemoryMappedFlags
+System.IO.MemoryMappedFiles.dll:Interop/Sys/MemoryMappedFlags Interop/Sys/MemoryMappedFlags::MAP_ANONYMOUS
+System.IO.MemoryMappedFiles.dll:Interop/Sys/MemoryMappedFlags Interop/Sys/MemoryMappedFlags::MAP_PRIVATE
+System.IO.MemoryMappedFiles.dll:Interop/Sys/MemoryMappedFlags Interop/Sys/MemoryMappedFlags::MAP_SHARED
+System.IO.MemoryMappedFiles.dll:Interop/Sys/MemoryMappedProtections
+System.IO.MemoryMappedFiles.dll:Interop/Sys/MemoryMappedProtections Interop/Sys/MemoryMappedProtections::PROT_EXEC
+System.IO.MemoryMappedFiles.dll:Interop/Sys/MemoryMappedProtections Interop/Sys/MemoryMappedProtections::PROT_NONE
+System.IO.MemoryMappedFiles.dll:Interop/Sys/MemoryMappedProtections Interop/Sys/MemoryMappedProtections::PROT_READ
+System.IO.MemoryMappedFiles.dll:Interop/Sys/MemoryMappedProtections Interop/Sys/MemoryMappedProtections::PROT_WRITE
+System.IO.MemoryMappedFiles.dll:Interop/Sys/MemoryMappedSyncFlags
+System.IO.MemoryMappedFiles.dll:Interop/Sys/MemoryMappedSyncFlags Interop/Sys/MemoryMappedSyncFlags::MS_ASYNC
+System.IO.MemoryMappedFiles.dll:Interop/Sys/MemoryMappedSyncFlags Interop/Sys/MemoryMappedSyncFlags::MS_INVALIDATE
+System.IO.MemoryMappedFiles.dll:Interop/Sys/MemoryMappedSyncFlags Interop/Sys/MemoryMappedSyncFlags::MS_SYNC
+System.IO.MemoryMappedFiles.dll:Interop/Sys/OpenFlags
+System.IO.MemoryMappedFiles.dll:Interop/Sys/OpenFlags Interop/Sys/OpenFlags::O_CLOEXEC
+System.IO.MemoryMappedFiles.dll:Interop/Sys/OpenFlags Interop/Sys/OpenFlags::O_CREAT
+System.IO.MemoryMappedFiles.dll:Interop/Sys/OpenFlags Interop/Sys/OpenFlags::O_EXCL
+System.IO.MemoryMappedFiles.dll:Interop/Sys/OpenFlags Interop/Sys/OpenFlags::O_NOFOLLOW
+System.IO.MemoryMappedFiles.dll:Interop/Sys/OpenFlags Interop/Sys/OpenFlags::O_RDONLY
+System.IO.MemoryMappedFiles.dll:Interop/Sys/OpenFlags Interop/Sys/OpenFlags::O_RDWR
+System.IO.MemoryMappedFiles.dll:Interop/Sys/OpenFlags Interop/Sys/OpenFlags::O_SYNC
+System.IO.MemoryMappedFiles.dll:Interop/Sys/OpenFlags Interop/Sys/OpenFlags::O_TRUNC
+System.IO.MemoryMappedFiles.dll:Interop/Sys/OpenFlags Interop/Sys/OpenFlags::O_WRONLY
+System.IO.MemoryMappedFiles.dll:Interop/Sys/SysConfName
+System.IO.MemoryMappedFiles.dll:Interop/Sys/SysConfName Interop/Sys/SysConfName::_SC_CLK_TCK
+System.IO.MemoryMappedFiles.dll:Interop/Sys/SysConfName Interop/Sys/SysConfName::_SC_PAGESIZE
+System.IO.MemoryMappedFiles.dll:Microsoft.Win32.SafeHandles.SafeFileHandle Microsoft.Win32.SafeHandles.SafeMemoryMappedFileHandle::_fileStreamHandle
+System.IO.MemoryMappedFiles.dll:Microsoft.Win32.SafeHandles.SafeFileHandle System.IO.MemoryMappedFiles.MemoryMappedFile::_fileHandle
+System.IO.MemoryMappedFiles.dll:Microsoft.Win32.SafeHandles.SafeMemoryMappedFileHandle
+System.IO.MemoryMappedFiles.dll:Microsoft.Win32.SafeHandles.SafeMemoryMappedFileHandle System.IO.MemoryMappedFiles.MemoryMappedFile::_handle
+System.IO.MemoryMappedFiles.dll:Microsoft.Win32.SafeHandles.SafeMemoryMappedFileHandle..ctor(Microsoft.Win32.SafeHandles.SafeFileHandle, System.Boolean, System.IO.HandleInheritability, System.IO.MemoryMappedFiles.MemoryMappedFileAccess, System.IO.MemoryMappedFiles.MemoryMappedFileOptions, System.Int64)
+System.IO.MemoryMappedFiles.dll:Microsoft.Win32.SafeHandles.SafeMemoryMappedFileHandle.get_IsInvalid()
+System.IO.MemoryMappedFiles.dll:Microsoft.Win32.SafeHandles.SafeMemoryMappedFileHandle.ReleaseHandle()
+System.IO.MemoryMappedFiles.dll:Microsoft.Win32.SafeHandles.SafeMemoryMappedViewHandle
+System.IO.MemoryMappedFiles.dll:Microsoft.Win32.SafeHandles.SafeMemoryMappedViewHandle System.IO.MemoryMappedFiles.MemoryMappedView::_viewHandle
+System.IO.MemoryMappedFiles.dll:Microsoft.Win32.SafeHandles.SafeMemoryMappedViewHandle System.IO.MemoryMappedFiles.MemoryMappedView::ViewHandle()
+System.IO.MemoryMappedFiles.dll:Microsoft.Win32.SafeHandles.SafeMemoryMappedViewHandle System.IO.MemoryMappedFiles.MemoryMappedViewAccessor::SafeMemoryMappedViewHandle()
+System.IO.MemoryMappedFiles.dll:Microsoft.Win32.SafeHandles.SafeMemoryMappedViewHandle..ctor(System.IntPtr, System.Boolean)
+System.IO.MemoryMappedFiles.dll:Microsoft.Win32.SafeHandles.SafeMemoryMappedViewHandle.ReleaseHandle()
+System.IO.MemoryMappedFiles.dll:System.Boolean Interop/Sys::IsMemfdSupported()
+System.IO.MemoryMappedFiles.dll:System.Boolean Microsoft.Win32.SafeHandles.SafeMemoryMappedFileHandle::_ownsFileHandle
+System.IO.MemoryMappedFiles.dll:System.Boolean Microsoft.Win32.SafeHandles.SafeMemoryMappedFileHandle::IsInvalid()
+System.IO.MemoryMappedFiles.dll:System.Boolean System.IO.MemoryMappedFiles.MemoryMappedFile::_leaveOpen
+System.IO.MemoryMappedFiles.dll:System.Boolean System.IO.MemoryMappedFiles.MemoryMappedView::IsClosed()
+System.IO.MemoryMappedFiles.dll:System.Buffers.SpanAction`2 System.IO.MemoryMappedFiles.MemoryMappedFile/<>c::<>9__44_0
+System.IO.MemoryMappedFiles.dll:System.Int32 Interop/Error::value__
+System.IO.MemoryMappedFiles.dll:System.Int32 Interop/ErrorInfo::_rawErrno
+System.IO.MemoryMappedFiles.dll:System.Int32 Interop/ErrorInfo::RawErrno()
+System.IO.MemoryMappedFiles.dll:System.Int32 Interop/Sys/MemoryAdvice::value__
+System.IO.MemoryMappedFiles.dll:System.Int32 Interop/Sys/MemoryMappedFlags::value__
+System.IO.MemoryMappedFiles.dll:System.Int32 Interop/Sys/MemoryMappedProtections::value__
+System.IO.MemoryMappedFiles.dll:System.Int32 Interop/Sys/MemoryMappedSyncFlags::value__
+System.IO.MemoryMappedFiles.dll:System.Int32 Interop/Sys/OpenFlags::value__
+System.IO.MemoryMappedFiles.dll:System.Int32 Interop/Sys/SysConfName::value__
+System.IO.MemoryMappedFiles.dll:System.Int32 System.IO.MemoryMappedFiles.MemoryMappedFileAccess::value__
+System.IO.MemoryMappedFiles.dll:System.Int32 System.IO.MemoryMappedFiles.MemoryMappedFileOptions::value__
+System.IO.MemoryMappedFiles.dll:System.Int64 Microsoft.Win32.SafeHandles.SafeMemoryMappedFileHandle::_capacity
+System.IO.MemoryMappedFiles.dll:System.Int64 System.IO.MemoryMappedFiles.MemoryMappedView::_pointerOffset
+System.IO.MemoryMappedFiles.dll:System.Int64 System.IO.MemoryMappedFiles.MemoryMappedView::_size
+System.IO.MemoryMappedFiles.dll:System.Int64 System.IO.MemoryMappedFiles.MemoryMappedView::PointerOffset()
+System.IO.MemoryMappedFiles.dll:System.Int64 System.IO.MemoryMappedFiles.MemoryMappedView::Size()
+System.IO.MemoryMappedFiles.dll:System.Int64 System.IO.MemoryMappedFiles.MemoryMappedViewAccessor::PointerOffset()
+System.IO.MemoryMappedFiles.dll:System.IO.HandleInheritability Microsoft.Win32.SafeHandles.SafeMemoryMappedFileHandle::_inheritability
+System.IO.MemoryMappedFiles.dll:System.IO.MemoryMappedFiles.MemoryMappedFile
+System.IO.MemoryMappedFiles.dll:System.IO.MemoryMappedFiles.MemoryMappedFile..ctor(Microsoft.Win32.SafeHandles.SafeMemoryMappedFileHandle, Microsoft.Win32.SafeHandles.SafeFileHandle, System.Boolean)
+System.IO.MemoryMappedFiles.dll:System.IO.MemoryMappedFiles.MemoryMappedFile.CreateCore(Microsoft.Win32.SafeHandles.SafeFileHandle, System.String, System.IO.HandleInheritability, System.IO.MemoryMappedFiles.MemoryMappedFileAccess, System.IO.MemoryMappedFiles.MemoryMappedFileOptions, System.Int64, System.Int64)
+System.IO.MemoryMappedFiles.dll:System.IO.MemoryMappedFiles.MemoryMappedFile.CreateFromFile(System.IO.FileStream, System.String, System.Int64, System.IO.MemoryMappedFiles.MemoryMappedFileAccess, System.IO.HandleInheritability, System.Boolean)
+System.IO.MemoryMappedFiles.dll:System.IO.MemoryMappedFiles.MemoryMappedFile.CreateNamedMapsNotSupportedException()
+System.IO.MemoryMappedFiles.dll:System.IO.MemoryMappedFiles.MemoryMappedFile.CreateSharedBackingObject(Interop/Sys/MemoryMappedProtections, System.Int64, System.IO.HandleInheritability)
+System.IO.MemoryMappedFiles.dll:System.IO.MemoryMappedFiles.MemoryMappedFile.CreateSharedBackingObjectUsingFile(Interop/Sys/MemoryMappedProtections, System.Int64, System.IO.HandleInheritability)
+System.IO.MemoryMappedFiles.dll:System.IO.MemoryMappedFiles.MemoryMappedFile.CreateSharedBackingObjectUsingMemoryMemfdCreate(Interop/Sys/MemoryMappedProtections, System.Int64, System.IO.HandleInheritability)
+System.IO.MemoryMappedFiles.dll:System.IO.MemoryMappedFiles.MemoryMappedFile.CreateSharedBackingObjectUsingMemoryShmOpen(Interop/Sys/MemoryMappedProtections, System.Int64, System.IO.HandleInheritability)
+System.IO.MemoryMappedFiles.dll:System.IO.MemoryMappedFiles.MemoryMappedFile.CreateViewAccessor(System.Int64, System.Int64, System.IO.MemoryMappedFiles.MemoryMappedFileAccess)
+System.IO.MemoryMappedFiles.dll:System.IO.MemoryMappedFiles.MemoryMappedFile.Dispose()
+System.IO.MemoryMappedFiles.dll:System.IO.MemoryMappedFiles.MemoryMappedFile.Dispose(System.Boolean)
+System.IO.MemoryMappedFiles.dll:System.IO.MemoryMappedFiles.MemoryMappedFile.GenerateMapName()
+System.IO.MemoryMappedFiles.dll:System.IO.MemoryMappedFiles.MemoryMappedFile.GetFileAccess(System.IO.MemoryMappedFiles.MemoryMappedFileAccess)
+System.IO.MemoryMappedFiles.dll:System.IO.MemoryMappedFiles.MemoryMappedFile.TranslateProtectionsToFileAccess(Interop/Sys/MemoryMappedProtections)
+System.IO.MemoryMappedFiles.dll:System.IO.MemoryMappedFiles.MemoryMappedFile.ValidateCreateFile(System.String, System.Int64, System.IO.MemoryMappedFiles.MemoryMappedFileAccess)
+System.IO.MemoryMappedFiles.dll:System.IO.MemoryMappedFiles.MemoryMappedFile.VerifyMemoryMappedFileAccess(System.IO.MemoryMappedFiles.MemoryMappedFileAccess, System.Int64, Microsoft.Win32.SafeHandles.SafeFileHandle, System.Int64, out System.Boolean&)
+System.IO.MemoryMappedFiles.dll:System.IO.MemoryMappedFiles.MemoryMappedFile/<>c
+System.IO.MemoryMappedFiles.dll:System.IO.MemoryMappedFiles.MemoryMappedFile/<>c System.IO.MemoryMappedFiles.MemoryMappedFile/<>c::<>9
+System.IO.MemoryMappedFiles.dll:System.IO.MemoryMappedFiles.MemoryMappedFile/<>c..cctor()
+System.IO.MemoryMappedFiles.dll:System.IO.MemoryMappedFiles.MemoryMappedFile/<>c..ctor()
+System.IO.MemoryMappedFiles.dll:System.IO.MemoryMappedFiles.MemoryMappedFile/<>c.b__44_0(System.Span`1, System.Int32)
+System.IO.MemoryMappedFiles.dll:System.IO.MemoryMappedFiles.MemoryMappedFileAccess
+System.IO.MemoryMappedFiles.dll:System.IO.MemoryMappedFiles.MemoryMappedFileAccess Microsoft.Win32.SafeHandles.SafeMemoryMappedFileHandle::_access
+System.IO.MemoryMappedFiles.dll:System.IO.MemoryMappedFiles.MemoryMappedFileAccess System.IO.MemoryMappedFiles.MemoryMappedFileAccess::CopyOnWrite
+System.IO.MemoryMappedFiles.dll:System.IO.MemoryMappedFiles.MemoryMappedFileAccess System.IO.MemoryMappedFiles.MemoryMappedFileAccess::Read
+System.IO.MemoryMappedFiles.dll:System.IO.MemoryMappedFiles.MemoryMappedFileAccess System.IO.MemoryMappedFiles.MemoryMappedFileAccess::ReadExecute
+System.IO.MemoryMappedFiles.dll:System.IO.MemoryMappedFiles.MemoryMappedFileAccess System.IO.MemoryMappedFiles.MemoryMappedFileAccess::ReadWrite
+System.IO.MemoryMappedFiles.dll:System.IO.MemoryMappedFiles.MemoryMappedFileAccess System.IO.MemoryMappedFiles.MemoryMappedFileAccess::ReadWriteExecute
+System.IO.MemoryMappedFiles.dll:System.IO.MemoryMappedFiles.MemoryMappedFileAccess System.IO.MemoryMappedFiles.MemoryMappedFileAccess::Write
+System.IO.MemoryMappedFiles.dll:System.IO.MemoryMappedFiles.MemoryMappedFileAccess System.IO.MemoryMappedFiles.MemoryMappedView::_access
+System.IO.MemoryMappedFiles.dll:System.IO.MemoryMappedFiles.MemoryMappedFileAccess System.IO.MemoryMappedFiles.MemoryMappedView::Access()
+System.IO.MemoryMappedFiles.dll:System.IO.MemoryMappedFiles.MemoryMappedFileOptions
+System.IO.MemoryMappedFiles.dll:System.IO.MemoryMappedFiles.MemoryMappedFileOptions Microsoft.Win32.SafeHandles.SafeMemoryMappedFileHandle::_options
+System.IO.MemoryMappedFiles.dll:System.IO.MemoryMappedFiles.MemoryMappedFileOptions System.IO.MemoryMappedFiles.MemoryMappedFileOptions::DelayAllocatePages
+System.IO.MemoryMappedFiles.dll:System.IO.MemoryMappedFiles.MemoryMappedFileOptions System.IO.MemoryMappedFiles.MemoryMappedFileOptions::None
+System.IO.MemoryMappedFiles.dll:System.IO.MemoryMappedFiles.MemoryMappedView
+System.IO.MemoryMappedFiles.dll:System.IO.MemoryMappedFiles.MemoryMappedView System.IO.MemoryMappedFiles.MemoryMappedViewAccessor::_view
+System.IO.MemoryMappedFiles.dll:System.IO.MemoryMappedFiles.MemoryMappedView..ctor(Microsoft.Win32.SafeHandles.SafeMemoryMappedViewHandle, System.Int64, System.Int64, System.IO.MemoryMappedFiles.MemoryMappedFileAccess)
+System.IO.MemoryMappedFiles.dll:System.IO.MemoryMappedFiles.MemoryMappedView.CreateView(Microsoft.Win32.SafeHandles.SafeMemoryMappedFileHandle, System.IO.MemoryMappedFiles.MemoryMappedFileAccess, System.Int64, System.Int64)
+System.IO.MemoryMappedFiles.dll:System.IO.MemoryMappedFiles.MemoryMappedView.DisableForkingIfPossible(System.IntPtr, System.UInt64)
+System.IO.MemoryMappedFiles.dll:System.IO.MemoryMappedFiles.MemoryMappedView.Dispose()
+System.IO.MemoryMappedFiles.dll:System.IO.MemoryMappedFiles.MemoryMappedView.Flush(System.UIntPtr)
+System.IO.MemoryMappedFiles.dll:System.IO.MemoryMappedFiles.MemoryMappedView.get_Access()
+System.IO.MemoryMappedFiles.dll:System.IO.MemoryMappedFiles.MemoryMappedView.get_IsClosed()
+System.IO.MemoryMappedFiles.dll:System.IO.MemoryMappedFiles.MemoryMappedView.get_PointerOffset()
+System.IO.MemoryMappedFiles.dll:System.IO.MemoryMappedFiles.MemoryMappedView.get_Size()
+System.IO.MemoryMappedFiles.dll:System.IO.MemoryMappedFiles.MemoryMappedView.get_ViewHandle()
+System.IO.MemoryMappedFiles.dll:System.IO.MemoryMappedFiles.MemoryMappedView.GetProtections(System.IO.MemoryMappedFiles.MemoryMappedFileAccess, System.Boolean)
+System.IO.MemoryMappedFiles.dll:System.IO.MemoryMappedFiles.MemoryMappedView.ValidateSizeAndOffset(System.Int64, System.Int64, System.Int64, out System.UInt64&, out System.Int64&, out System.Int64&)
+System.IO.MemoryMappedFiles.dll:System.IO.MemoryMappedFiles.MemoryMappedViewAccessor
+System.IO.MemoryMappedFiles.dll:System.IO.MemoryMappedFiles.MemoryMappedViewAccessor..ctor(System.IO.MemoryMappedFiles.MemoryMappedView)
+System.IO.MemoryMappedFiles.dll:System.IO.MemoryMappedFiles.MemoryMappedViewAccessor.Dispose(System.Boolean)
+System.IO.MemoryMappedFiles.dll:System.IO.MemoryMappedFiles.MemoryMappedViewAccessor.Flush()
+System.IO.MemoryMappedFiles.dll:System.IO.MemoryMappedFiles.MemoryMappedViewAccessor.get_PointerOffset()
+System.IO.MemoryMappedFiles.dll:System.IO.MemoryMappedFiles.MemoryMappedViewAccessor.get_SafeMemoryMappedViewHandle()
+System.IO.MemoryMappedFiles.dll:System.NullableBool
+System.IO.MemoryMappedFiles.dll:System.NullableBool Interop/Sys::s_memfdSupported
+System.IO.MemoryMappedFiles.dll:System.NullableBool System.NullableBool::False
+System.IO.MemoryMappedFiles.dll:System.NullableBool System.NullableBool::True
+System.IO.MemoryMappedFiles.dll:System.NullableBool System.NullableBool::Undefined
+System.IO.MemoryMappedFiles.dll:System.SByte System.NullableBool::value__
+System.IO.MemoryMappedFiles.dll:System.SR
+System.IO.MemoryMappedFiles.dll:System.SR.Format(System.String, System.Object)
+System.Private.CoreLib.dll:
+System.Private.CoreLib.dll:
+System.Private.CoreLib.dll:.InlineArrayAsReadOnlySpan`2(TBuffer&, System.Int32)
+System.Private.CoreLib.dll:.InlineArrayAsSpan`2(TBuffer&, System.Int32)
+System.Private.CoreLib.dll:.InlineArrayElementRef`2(TBuffer&, System.Int32)
+System.Private.CoreLib.dll:.InlineArrayElementRefReadOnly`2(TBuffer&, System.Int32)
+System.Private.CoreLib.dll:.InlineArrayFirstElementRef`2(TBuffer&)
+System.Private.CoreLib.dll:.InlineArrayFirstElementRefReadOnly`2(TBuffer&)
+System.Private.CoreLib.dll:/__StaticArrayInitTypeSize=10416_Align=8
+System.Private.CoreLib.dll:/__StaticArrayInitTypeSize=10416_Align=8 ::DAE47E3594BB0B39D42660EF3FE3DC5DE5885C0A29AE0E5C21A39E79669EFE868
+System.Private.CoreLib.dll:/__StaticArrayInitTypeSize=12
+System.Private.CoreLib.dll:/__StaticArrayInitTypeSize=12 ::69EADD2D8A0D38E5F581C5F3533EE497009AD4A2B8ECA04B388D4CB5B41ACEA5
+System.Private.CoreLib.dll:/__StaticArrayInitTypeSize=12 ::9D61D7D7A1AA7E8ED5214C2F39E0C55230433C7BA728C92913CA4E1967FAF8EA
+System.Private.CoreLib.dll:/__StaticArrayInitTypeSize=12528
+System.Private.CoreLib.dll:/__StaticArrayInitTypeSize=12528 ::5509BDB573B59EF47196948FA73FF56E0321DE22E0CF20F229C53255C8D69449
+System.Private.CoreLib.dll:/__StaticArrayInitTypeSize=128
+System.Private.CoreLib.dll:/__StaticArrayInitTypeSize=128 ::2F3EFC9595514E83DED03093C4F3E3C781A650E1AAB8CA350537CD1A47E1EE8E
+System.Private.CoreLib.dll:/__StaticArrayInitTypeSize=128 ::F8919BA0F50317229A66884F9CE4E004B755100D8A4000A28D468B0627472F4D
+System.Private.CoreLib.dll:/__StaticArrayInitTypeSize=1316
+System.Private.CoreLib.dll:/__StaticArrayInitTypeSize=1316 ::A72EB4166B1B422391E0F6E483BEF87AE75881E655BCB152E37F3D9688B2AA71
+System.Private.CoreLib.dll:/__StaticArrayInitTypeSize=1472_Align=2
+System.Private.CoreLib.dll:/__StaticArrayInitTypeSize=1472_Align=2 ::7BEC6AD454781FDCD8D475B3418629CBABB3BF9CA66FA80009D608A1A60D06962
+System.Private.CoreLib.dll:/__StaticArrayInitTypeSize=152_Align=8
+System.Private.CoreLib.dll:/__StaticArrayInitTypeSize=152_Align=8 ::DD471F12FFA94CC557A02A91C2CBB95F551AB28C8BBF297B2F953B8886BCCF6D8
+System.Private.CoreLib.dll:/__StaticArrayInitTypeSize=15552
+System.Private.CoreLib.dll:/__StaticArrayInitTypeSize=15552 ::3A2A62DD9288C777284B5B71FB3EFB59CFDF6BF81068A16795E6155DB8BFA701
+System.Private.CoreLib.dll:/__StaticArrayInitTypeSize=16
+System.Private.CoreLib.dll:/__StaticArrayInitTypeSize=16 ::F7548C023E431138B11357593F5CCEB9DD35EB0B0A2041F0B1560212EEB6F13E
+System.Private.CoreLib.dll:/__StaticArrayInitTypeSize=168_Align=8
+System.Private.CoreLib.dll:/__StaticArrayInitTypeSize=168_Align=8 ::4BAA1F30A81D087D4A1F3FFD0563EF5C9FCACD16C3D3C8FCA617EE9C3233E9568
+System.Private.CoreLib.dll:/__StaticArrayInitTypeSize=170
+System.Private.CoreLib.dll:/__StaticArrayInitTypeSize=170 ::021022D5891F99B3B525763EB77BAEC69B107268F560721F5060FCDBD4D5AAE8
+System.Private.CoreLib.dll:/__StaticArrayInitTypeSize=1728
+System.Private.CoreLib.dll:/__StaticArrayInitTypeSize=1728 ::F7F034FC00313E03A8B464F5FE1942A0B2B7BB8351261C33F57B9BF578019079
+System.Private.CoreLib.dll:/__StaticArrayInitTypeSize=174_Align=2
+System.Private.CoreLib.dll:/__StaticArrayInitTypeSize=174_Align=2 ::538F052AB907338D0E8980BC5D8AD76919B39F0248ACDFAFAAA0CC76E39948F72
+System.Private.CoreLib.dll:/__StaticArrayInitTypeSize=174_Align=2 ::B2DCA9FD613841289369C721661A31B454A090D2146EFE106203F7821567907D2
+System.Private.CoreLib.dll:/__StaticArrayInitTypeSize=1792
+System.Private.CoreLib.dll:/__StaticArrayInitTypeSize=1792 ::E4884775F204C0ECA2D0A73B0866FE9FBA84FF4457DEDDD6F68C2A809B65D62B
+System.Private.CoreLib.dll:/__StaticArrayInitTypeSize=184_Align=8
+System.Private.CoreLib.dll:/__StaticArrayInitTypeSize=184_Align=8 ::54163634AEBD5768E4BE0AF562CC018EB2E45008D13F13F14366BE52C290193D8
+System.Private.CoreLib.dll:/__StaticArrayInitTypeSize=201
+System.Private.CoreLib.dll:/__StaticArrayInitTypeSize=201 ::655761BC5B553103BD6B01577097EA28941852F328FFD28398C7ECA4763ADAAA
+System.Private.CoreLib.dll: