diff --git a/README.md b/README.md
index 13ae241f9e25..5222508613f6 100644
--- a/README.md
+++ b/README.md
@@ -62,3 +62,4 @@ However, we provide links to older Xamarin.iOS and Mac packages for macOS downgr
Copyright (c) .NET Foundation Contributors. All rights reserved.
Licensed under the [MIT](https://github.com/dotnet/macios/blob/main/LICENSE) License.
+
diff --git a/dotnet/targets/Xamarin.Shared.Sdk.targets b/dotnet/targets/Xamarin.Shared.Sdk.targets
index 002e4eb40612..021f98d652f0 100644
--- a/dotnet/targets/Xamarin.Shared.Sdk.targets
+++ b/dotnet/targets/Xamarin.Shared.Sdk.targets
@@ -1402,10 +1402,13 @@
+ So here we set RootMode=Library for these cases.
+ Also, since app extensions have OutputType=Library, the trimmer won't add the current assembly to TrimmerRootAssembly at all (it's conditioned on OutputType != Library).
+ So we also need to add the current assembly as a root assembly if it hasn't been added already. -->
+
diff --git a/eng/Version.Details.props b/eng/Version.Details.props
index 21ca5a967f69..da51f16a7df7 100644
--- a/eng/Version.Details.props
+++ b/eng/Version.Details.props
@@ -6,16 +6,16 @@ This file should be imported by eng/Versions.props
- 11.0.0-beta.26215.121
- 11.0.0-beta.26215.121
- 0.11.5-preview.26215.121
- 11.0.0-beta.26215.121
- 11.0.0-preview.4.26215.121
- 11.0.0-preview.4.26215.121
- 11.0.0-preview.4.26215.121
- 11.0.100-preview.4.26215.121
- 11.0.0-preview.4.26215.121
- 11.0.100-preview.4.26215.121
+ 11.0.0-beta.26229.113
+ 11.0.0-beta.26229.113
+ 0.11.5-preview.26229.113
+ 11.0.0-beta.26229.113
+ 11.0.0-preview.5.26229.113
+ 11.0.0-preview.5.26229.113
+ 11.0.0-preview.5.26229.113
+ 11.0.100-preview.5.26229.113
+ 11.0.0-preview.5.26229.113
+ 11.0.100-preview.5.26229.113
26.0.11017
26.4.10259
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index de5d431bb2f9..8a9be39bd6d5 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -1,29 +1,29 @@
-
+
https://github.com/dotnet/dotnet
- ab01524bbb2ef1eea0ffaef161b3ef5686e8f256
+ 4c4e7f410fc876590f219fc6022b6c18d6f6a475
-
+
https://github.com/dotnet/dotnet
- ab01524bbb2ef1eea0ffaef161b3ef5686e8f256
+ 4c4e7f410fc876590f219fc6022b6c18d6f6a475
-
+
https://github.com/dotnet/dotnet
- ab01524bbb2ef1eea0ffaef161b3ef5686e8f256
+ 4c4e7f410fc876590f219fc6022b6c18d6f6a475
-
+
https://github.com/dotnet/dotnet
- ab01524bbb2ef1eea0ffaef161b3ef5686e8f256
+ 4c4e7f410fc876590f219fc6022b6c18d6f6a475
-
+
https://github.com/dotnet/dotnet
- ab01524bbb2ef1eea0ffaef161b3ef5686e8f256
+ 4c4e7f410fc876590f219fc6022b6c18d6f6a475
-
+
https://github.com/dotnet/dotnet
- ab01524bbb2ef1eea0ffaef161b3ef5686e8f256
+ 4c4e7f410fc876590f219fc6022b6c18d6f6a475
@@ -61,25 +61,25 @@
-
+
https://github.com/dotnet/dotnet
- ab01524bbb2ef1eea0ffaef161b3ef5686e8f256
+ 4c4e7f410fc876590f219fc6022b6c18d6f6a475
-
+
https://github.com/dotnet/dotnet
- ab01524bbb2ef1eea0ffaef161b3ef5686e8f256
+ 4c4e7f410fc876590f219fc6022b6c18d6f6a475
-
+
https://github.com/dotnet/dotnet
- ab01524bbb2ef1eea0ffaef161b3ef5686e8f256
+ 4c4e7f410fc876590f219fc6022b6c18d6f6a475
https://github.com/dotnet/xharness
866707736d49c2323628744716cda2475b3af9ee
-
+
https://github.com/dotnet/dotnet
- ab01524bbb2ef1eea0ffaef161b3ef5686e8f256
+ 4c4e7f410fc876590f219fc6022b6c18d6f6a475
diff --git a/eng/common/core-templates/post-build/post-build.yml b/eng/common/core-templates/post-build/post-build.yml
index fcf40d1d2e69..8aa86e304919 100644
--- a/eng/common/core-templates/post-build/post-build.yml
+++ b/eng/common/core-templates/post-build/post-build.yml
@@ -225,7 +225,7 @@ stages:
displayName: Validate
inputs:
filePath: eng\common\sdk-task.ps1
- arguments: -task SigningValidation -restore
+ arguments: -task SigningValidation -restore -msbuildEngine dotnet
/p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts'
/p:SignCheckExclusionsFile='$(System.DefaultWorkingDirectory)/eng/SignCheckExclusionsFile.txt'
${{ parameters.signingValidationAdditionalParameters }}
diff --git a/eng/common/tools.ps1 b/eng/common/tools.ps1
index d1ca56d84575..65adefc7f268 100644
--- a/eng/common/tools.ps1
+++ b/eng/common/tools.ps1
@@ -185,7 +185,11 @@ function InitializeDotNetCli([bool]$install, [bool]$createSdkLocationFile) {
if ((-not $globalJsonHasRuntimes) -and (-not [string]::IsNullOrEmpty($env:DOTNET_INSTALL_DIR)) -and (Test-Path(Join-Path $env:DOTNET_INSTALL_DIR "sdk\$dotnetSdkVersion"))) {
$dotnetRoot = $env:DOTNET_INSTALL_DIR
} else {
- $dotnetRoot = Join-Path $RepoRoot '.dotnet'
+ if (-not [string]::IsNullOrEmpty($env:DOTNET_GLOBAL_INSTALL_DIR)) {
+ $dotnetRoot = $env:DOTNET_GLOBAL_INSTALL_DIR
+ } else {
+ $dotnetRoot = Join-Path $RepoRoot '.dotnet'
+ }
if (-not (Test-Path(Join-Path $dotnetRoot "sdk\$dotnetSdkVersion"))) {
if ($install) {
@@ -677,9 +681,19 @@ function InitializeToolset() {
}
$downloadArgs = @("package", "download", "Microsoft.DotNet.Arcade.Sdk@$toolsetVersion", "--verbosity", "minimal", "--prerelease", "--output", "$nugetCache")
- if ($env:NUGET_CONFIG) {
+ $nugetConfig = $env:NUGET_CONFIG
+ if (-not $nugetConfig) {
+ # Search for any variation of nuget.config in the RepoRoot
+ $configFile = Get-ChildItem -Path $RepoRoot -File | Where-Object { $_.Name -ieq "nuget.config" } | Select-Object -First 1
+
+ if ($configFile) {
+ $nugetConfig = $configFile.FullName
+ }
+ }
+
+ if ($nugetConfig) {
$downloadArgs += "--configfile"
- $downloadArgs += $env:NUGET_CONFIG
+ $downloadArgs += $nugetConfig
}
DotNet @downloadArgs
diff --git a/eng/common/tools.sh b/eng/common/tools.sh
index 22341be2cc6c..95c55ce9b4d9 100644
--- a/eng/common/tools.sh
+++ b/eng/common/tools.sh
@@ -148,7 +148,11 @@ function InitializeDotNetCli {
if [[ $global_json_has_runtimes == false && -n "${DOTNET_INSTALL_DIR:-}" && -d "$DOTNET_INSTALL_DIR/sdk/$dotnet_sdk_version" ]]; then
dotnet_root="$DOTNET_INSTALL_DIR"
else
- dotnet_root="${repo_root}.dotnet"
+ if [[ -n "${DOTNET_GLOBAL_INSTALL_DIR:-}" ]]; then
+ dotnet_root="$DOTNET_GLOBAL_INSTALL_DIR"
+ else
+ dotnet_root="${repo_root}.dotnet"
+ fi
export DOTNET_INSTALL_DIR="$dotnet_root"
@@ -427,8 +431,19 @@ function InitializeToolset {
fi
local download_args=("package" "download" "Microsoft.DotNet.Arcade.Sdk@$toolset_version" "--verbosity" "minimal" "--prerelease" "--output" "$_GetNuGetPackageCachePath")
- if [[ -n "${NUGET_CONFIG:-}" ]]; then
- download_args+=("--configfile" "$NUGET_CONFIG")
+ local nuget_config="${NUGET_CONFIG:-}"
+ if [[ -z "$nuget_config" ]]; then
+ # Search for any variation of nuget.config in the RepoRoot
+ local found_config
+ found_config=$(find "$repo_root" -maxdepth 1 -type f -iname "nuget.config" -print -quit)
+
+ if [[ -n "$found_config" ]]; then
+ nuget_config="$found_config"
+ fi
+ fi
+
+ if [[ -n "$nuget_config" ]]; then
+ download_args+=("--configfile" "$nuget_config")
fi
DotNet "${download_args[@]}"
diff --git a/global.json b/global.json
index 2ff76b464f1c..cec44f662489 100644
--- a/global.json
+++ b/global.json
@@ -1,6 +1,6 @@
{
"sdk": {
- "version": "11.0.100-preview.4.26215.121",
+ "version": "11.0.100-preview.5.26229.113",
"paths": [
"builds/downloads/dotnet",
"$host$"
@@ -8,9 +8,9 @@
"errorMessage": "The .NET SDK could not be found, please run 'make dotnet -C builds'."
},
"tools": {
- "dotnet": "11.0.100-preview.4.26215.121"
+ "dotnet": "11.0.100-preview.5.26229.113"
},
"msbuild-sdks": {
- "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26215.121"
+ "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26229.113"
}
}
diff --git a/tests/dotnet/UnitTests/expected/MacCatalyst-CoreCLR-Interpreter-preservedapis.txt b/tests/dotnet/UnitTests/expected/MacCatalyst-CoreCLR-Interpreter-preservedapis.txt
index 3166fc0d9998..f9c6e4fe0beb 100644
--- a/tests/dotnet/UnitTests/expected/MacCatalyst-CoreCLR-Interpreter-preservedapis.txt
+++ b/tests/dotnet/UnitTests/expected/MacCatalyst-CoreCLR-Interpreter-preservedapis.txt
@@ -2398,6 +2398,7 @@ System.Private.CoreLib.dll:method System.Void *(System.Byte&,System.Byte*,System
System.Private.CoreLib.dll:method System.Void *(System.Byte&,System.Byte*,System.StubHelpers.CleanupWorkListElement&) System.StubHelpers.LayoutClassMarshaler`1/Methods::Free()
System.Private.CoreLib.dll:method System.Void *(System.Byte&,System.Byte*,System.StubHelpers.CleanupWorkListElement&) System.StubHelpers.StubHelpers/StructureMarshalInfo::ConvertToManaged
System.Private.CoreLib.dll:method System.Void *(System.Byte&) System.RuntimeType/ActivatorCache::_pfnValueCtor
+System.Private.CoreLib.dll:method System.Void *(System.Object,System.Action`1,System.Object,System.Int16,System.Threading.Tasks.Sources.ValueTaskSourceOnCompletedFlags) System.Threading.Tasks.ValueTaskSourceNotifier::_onCompleted
System.Private.CoreLib.dll:method System.Void *(System.Object) System.RuntimeType/ActivatorCache::_pfnRefCtor
System.Private.CoreLib.dll:method System.Void *(System.Runtime.CompilerServices.TailCallArgBuffer*,System.Byte&,System.Runtime.CompilerServices.PortableTailCallFrame*) System.Runtime.CompilerServices.PortableTailCallFrame::NextCall
System.Private.CoreLib.dll:Microsoft.Win32.SafeHandles.SafeFileHandle
@@ -2514,8 +2515,8 @@ System.Private.CoreLib.dll:System.Action`1 System.Threading.Manua
System.Private.CoreLib.dll:System.Action`1 System.Threading.SemaphoreSlim::s_cancellationTokenCanceledEventHandler
System.Private.CoreLib.dll:System.Action`1 System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1::_continuation
System.Private.CoreLib.dll:System.Action`1 System.Threading.Tasks.Sources.ManualResetValueTaskSourceCoreShared::s_sentinel
-System.Private.CoreLib.dll:System.Action`1 System.Threading.Tasks.Task/<>c::<>9__39_0
-System.Private.CoreLib.dll:System.Action`1 System.Threading.Tasks.Task/<>c::<>9__39_1
+System.Private.CoreLib.dll:System.Action`1 System.Threading.Tasks.Task/<>c::<>9__44_0
+System.Private.CoreLib.dll:System.Action`1 System.Threading.Tasks.Task/<>c::<>9__44_1
System.Private.CoreLib.dll:System.Action`1 System.Threading.Tasks.TaskSchedulerAwaitTaskContinuation/<>c::<>9__2_0
System.Private.CoreLib.dll:System.Action`1 System.Threading.Tasks.ValueTask/ValueTaskSourceAsTask::s_completionAction
System.Private.CoreLib.dll:System.Action`1 System.Threading.Tasks.ValueTask`1/ValueTaskSourceAsTask::s_completionAction
@@ -2814,6 +2815,8 @@ System.Private.CoreLib.dll:System.BitConverter.Int32BitsToSingle(System.Int32)
System.Private.CoreLib.dll:System.BitConverter.Int64BitsToDouble(System.Int64)
System.Private.CoreLib.dll:System.BitConverter.SingleToInt32Bits(System.Single)
System.Private.CoreLib.dll:System.BitConverter.SingleToUInt32Bits(System.Single)
+System.Private.CoreLib.dll:System.BitConverter.ToInt32(System.ReadOnlySpan`1)
+System.Private.CoreLib.dll:System.BitConverter.ToUInt32(System.ReadOnlySpan`1)
System.Private.CoreLib.dll:System.BitConverter.UInt16BitsToHalf(System.UInt16)
System.Private.CoreLib.dll:System.BitConverter.UInt32BitsToSingle(System.UInt32)
System.Private.CoreLib.dll:System.BitConverter.UInt64BitsToDouble(System.UInt64)
@@ -3203,7 +3206,9 @@ System.Private.CoreLib.dll:System.Boolean System.RuntimeType/RuntimeTypeCache/Me
System.Private.CoreLib.dll:System.Boolean System.RuntimeTypeHandle/IntroducedMethodEnumerator::_firstCall
System.Private.CoreLib.dll:System.Boolean System.SByte::System.IBinaryIntegerParseAndFormatInfo.IsSigned()
System.Private.CoreLib.dll:System.Boolean System.Span`1::IsEmpty()
+System.Private.CoreLib.dll:System.Boolean System.StubHelpers.LayoutClassMarshaler`1/Methods::IsBlittable()
System.Private.CoreLib.dll:System.Boolean System.StubHelpers.SafeHandleCleanupWorkListElement::m_owned
+System.Private.CoreLib.dll:System.Boolean System.StubHelpers.StructureMarshaler`1::s_isBlittable
System.Private.CoreLib.dll:System.Boolean System.Text.Decoder::InternalHasFallbackBuffer()
System.Private.CoreLib.dll:System.Boolean System.Text.DecoderNLS::_throwOnOverflow
System.Private.CoreLib.dll:System.Boolean System.Text.DecoderNLS::MustFlush()
@@ -3226,6 +3231,7 @@ System.Private.CoreLib.dll:System.Boolean System.Threading.CancellationTokenSour
System.Private.CoreLib.dll:System.Boolean System.Threading.CancellationTokenSource::IsCancellationRequested()
System.Private.CoreLib.dll:System.Boolean System.Threading.Condition/Waiter::signalled
System.Private.CoreLib.dll:System.Boolean System.Threading.ExecutionContext::HasChangeNotifications()
+System.Private.CoreLib.dll:System.Boolean System.Threading.ExecutionContext::InstanceIsFlowSuppressed()
System.Private.CoreLib.dll:System.Boolean System.Threading.ExecutionContext::IsDefault()
System.Private.CoreLib.dll:System.Boolean System.Threading.ExecutionContext::m_isDefault
System.Private.CoreLib.dll:System.Boolean System.Threading.ExecutionContext::m_isFlowSuppressed
@@ -3513,7 +3519,7 @@ System.Private.CoreLib.dll:System.Buffers.IndexOfAnyAsciiSearcher/ContainsAnyRes
System.Private.CoreLib.dll:System.Buffers.IndexOfAnyAsciiSearcher/Default
System.Private.CoreLib.dll:System.Buffers.IndexOfAnyAsciiSearcher/Default.PackSources(System.Runtime.Intrinsics.Vector128`1, System.Runtime.Intrinsics.Vector128`1)
System.Private.CoreLib.dll:System.Buffers.IndexOfAnyAsciiSearcher/DontNegate
-System.Private.CoreLib.dll:System.Buffers.IndexOfAnyAsciiSearcher/DontNegate.ExtractMask(System.Runtime.Intrinsics.Vector128`1)
+System.Private.CoreLib.dll:System.Buffers.IndexOfAnyAsciiSearcher/DontNegate.IndexOfFirstMatch(System.Runtime.Intrinsics.Vector128`1)
System.Private.CoreLib.dll:System.Buffers.IndexOfAnyAsciiSearcher/DontNegate.NegateIfNeeded(System.Boolean)
System.Private.CoreLib.dll:System.Buffers.IndexOfAnyAsciiSearcher/DontNegate.NegateIfNeeded(System.Runtime.Intrinsics.Vector128`1)
System.Private.CoreLib.dll:System.Buffers.IndexOfAnyAsciiSearcher/IndexOfAnyResultMapper`1
@@ -3522,7 +3528,7 @@ System.Private.CoreLib.dll:System.Buffers.IndexOfAnyAsciiSearcher/IndexOfAnyResu
System.Private.CoreLib.dll:System.Buffers.IndexOfAnyAsciiSearcher/IndexOfAnyResultMapper`1.get_NotFound()
System.Private.CoreLib.dll:System.Buffers.IndexOfAnyAsciiSearcher/IndexOfAnyResultMapper`1.ScalarResult(T&, T&)
System.Private.CoreLib.dll:System.Buffers.IndexOfAnyAsciiSearcher/INegator
-System.Private.CoreLib.dll:System.Buffers.IndexOfAnyAsciiSearcher/INegator.ExtractMask(System.Runtime.Intrinsics.Vector128`1)
+System.Private.CoreLib.dll:System.Buffers.IndexOfAnyAsciiSearcher/INegator.IndexOfFirstMatch(System.Runtime.Intrinsics.Vector128`1)
System.Private.CoreLib.dll:System.Buffers.IndexOfAnyAsciiSearcher/INegator.NegateIfNeeded(System.Boolean)
System.Private.CoreLib.dll:System.Buffers.IndexOfAnyAsciiSearcher/INegator.NegateIfNeeded(System.Runtime.Intrinsics.Vector128`1)
System.Private.CoreLib.dll:System.Buffers.IndexOfAnyAsciiSearcher/IOptimizations
@@ -3533,7 +3539,7 @@ System.Private.CoreLib.dll:System.Buffers.IndexOfAnyAsciiSearcher/IResultMapper`
System.Private.CoreLib.dll:System.Buffers.IndexOfAnyAsciiSearcher/IResultMapper`2.get_NotFound()
System.Private.CoreLib.dll:System.Buffers.IndexOfAnyAsciiSearcher/IResultMapper`2.ScalarResult(T&, T&)
System.Private.CoreLib.dll:System.Buffers.IndexOfAnyAsciiSearcher/Negate
-System.Private.CoreLib.dll:System.Buffers.IndexOfAnyAsciiSearcher/Negate.ExtractMask(System.Runtime.Intrinsics.Vector128`1)
+System.Private.CoreLib.dll:System.Buffers.IndexOfAnyAsciiSearcher/Negate.IndexOfFirstMatch(System.Runtime.Intrinsics.Vector128`1)
System.Private.CoreLib.dll:System.Buffers.IndexOfAnyAsciiSearcher/Negate.NegateIfNeeded(System.Boolean)
System.Private.CoreLib.dll:System.Buffers.IndexOfAnyAsciiSearcher/Negate.NegateIfNeeded(System.Runtime.Intrinsics.Vector128`1)
System.Private.CoreLib.dll:System.Buffers.IndexOfAnyAsciiSearcher/Ssse3AndWasmHandleZeroInNeedle
@@ -3624,6 +3630,8 @@ System.Private.CoreLib.dll:System.Buffers.SearchValues`1.IndexOfAny(System.ReadO
System.Private.CoreLib.dll:System.Buffers.SearchValues`1.IndexOfAnyExcept(System.ReadOnlySpan`1)
System.Private.CoreLib.dll:System.Buffers.SearchValues`1 System.Globalization.CompareInfo::s_nonSpecialAsciiChars
System.Private.CoreLib.dll:System.Buffers.SearchValues`1 System.Reflection.Metadata.TypeNameParserHelpers::s_endOfFullTypeNameDelimiterChars
+System.Private.CoreLib.dll:System.Buffers.SearchValues`1 System.String/SearchValuesStorage::NewLineChars
+System.Private.CoreLib.dll:System.Buffers.SearchValues`1 System.String/SearchValuesStorage::WhiteSpaceChars
System.Private.CoreLib.dll:System.Buffers.SharedArrayPool`1
System.Private.CoreLib.dll:System.Buffers.SharedArrayPool`1..ctor()
System.Private.CoreLib.dll:System.Buffers.SharedArrayPool`1.CreatePerCorePartitions(System.Int32)
@@ -5424,6 +5432,7 @@ System.Private.CoreLib.dll:System.Diagnostics.CodeAnalysis.AllowNullAttribute..c
System.Private.CoreLib.dll:System.Diagnostics.CodeAnalysis.ConstantExpectedAttribute
System.Private.CoreLib.dll:System.Diagnostics.CodeAnalysis.ConstantExpectedAttribute..ctor()
System.Private.CoreLib.dll:System.Diagnostics.CodeAnalysis.ConstantExpectedAttribute.set_Max(System.Object)
+System.Private.CoreLib.dll:System.Diagnostics.CodeAnalysis.ConstantExpectedAttribute.set_Min(System.Object)
System.Private.CoreLib.dll:System.Diagnostics.CodeAnalysis.DisallowNullAttribute
System.Private.CoreLib.dll:System.Diagnostics.CodeAnalysis.DisallowNullAttribute..ctor()
System.Private.CoreLib.dll:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes
@@ -8065,10 +8074,9 @@ System.Private.CoreLib.dll:System.Int16 System.Threading.Tasks.Sources.ManualRes
System.Private.CoreLib.dll:System.Int16 System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1::Version()
System.Private.CoreLib.dll:System.Int16 System.Threading.Tasks.ValueTask::_token
System.Private.CoreLib.dll:System.Int16 System.Threading.Tasks.ValueTask/ValueTaskSourceAsTask::_token
-System.Private.CoreLib.dll:System.Int16 System.Threading.Tasks.ValueTask/ValueTaskSourceNotifier::_token
System.Private.CoreLib.dll:System.Int16 System.Threading.Tasks.ValueTask`1::_token
System.Private.CoreLib.dll:System.Int16 System.Threading.Tasks.ValueTask`1/ValueTaskSourceAsTask::_token
-System.Private.CoreLib.dll:System.Int16 System.Threading.Tasks.ValueTask`1/ValueTaskSourceNotifier::_token
+System.Private.CoreLib.dll:System.Int16 System.Threading.Tasks.ValueTaskSourceNotifier::_token
System.Private.CoreLib.dll:System.Int16.CompareTo(System.Int16)
System.Private.CoreLib.dll:System.Int16.CompareTo(System.Object)
System.Private.CoreLib.dll:System.Int16.CreateSaturating`1(TOther)
@@ -8876,7 +8884,6 @@ System.Private.CoreLib.dll:System.Int32 System.Threading.SpinWait::_count
System.Private.CoreLib.dll:System.Int32 System.Threading.SpinWait::Count()
System.Private.CoreLib.dll:System.Int32 System.Threading.SpinWait::SpinCountForSpinBeforeWait
System.Private.CoreLib.dll:System.Int32 System.Threading.StackCrawlMark::value__
-System.Private.CoreLib.dll:System.Int32 System.Threading.Tasks.AsyncCausalityStatus::value__
System.Private.CoreLib.dll:System.Int32 System.Threading.Tasks.CausalitySynchronousWork::value__
System.Private.CoreLib.dll:System.Int32 System.Threading.Tasks.ConfigureAwaitOptions::value__
System.Private.CoreLib.dll:System.Int32 System.Threading.Tasks.InternalTaskOptions::value__
@@ -8952,6 +8959,7 @@ System.Private.CoreLib.dll:System.Int32.Equals(System.Object)
System.Private.CoreLib.dll:System.Int32.GetHashCode()
System.Private.CoreLib.dll:System.Int32.GetTypeCode()
System.Private.CoreLib.dll:System.Int32.IsNegative(System.Int32)
+System.Private.CoreLib.dll:System.Int32.Log2(System.Int32)
System.Private.CoreLib.dll:System.Int32.Max(System.Int32, System.Int32)
System.Private.CoreLib.dll:System.Int32.Min(System.Int32, System.Int32)
System.Private.CoreLib.dll:System.Int32.Parse(System.ReadOnlySpan`1, System.Globalization.NumberStyles, System.IFormatProvider)
@@ -10207,8 +10215,8 @@ System.Private.CoreLib.dll:System.Memory`1.Pin()
System.Private.CoreLib.dll:System.Memory`1.Slice(System.Int32)
System.Private.CoreLib.dll:System.Memory`1.ToString()
System.Private.CoreLib.dll:System.MemoryExtensions
-System.Private.CoreLib.dll:System.MemoryExtensions.g__TrimFallback|273_0(System.ReadOnlySpan`1)
-System.Private.CoreLib.dll:System.MemoryExtensions.g__TrimFallback|287_0(System.ReadOnlySpan`1)
+System.Private.CoreLib.dll:System.MemoryExtensions.g__TrimFallback|278_0(System.ReadOnlySpan`1)
+System.Private.CoreLib.dll:System.MemoryExtensions.g__TrimFallback|292_0(System.ReadOnlySpan`1)
System.Private.CoreLib.dll:System.MemoryExtensions.AsMemory`1(T[], System.Int32, System.Int32)
System.Private.CoreLib.dll:System.MemoryExtensions.AsSpan(System.String, System.Int32, System.Int32)
System.Private.CoreLib.dll:System.MemoryExtensions.AsSpan(System.String, System.Int32)
@@ -10240,6 +10248,7 @@ System.Private.CoreLib.dll:System.MemoryExtensions.IndexOfAny`1(System.ReadOnlyS
System.Private.CoreLib.dll:System.MemoryExtensions.IndexOfAnyExcept`1(System.ReadOnlySpan`1, T)
System.Private.CoreLib.dll:System.MemoryExtensions.IndexOfAnyExceptInRange`1(System.ReadOnlySpan`1, T, T)
System.Private.CoreLib.dll:System.MemoryExtensions.IndexOfAnyInRange`1(System.ReadOnlySpan`1, T, T)
+System.Private.CoreLib.dll:System.MemoryExtensions.IndexOfAnyWhiteSpace(System.ReadOnlySpan`1)
System.Private.CoreLib.dll:System.MemoryExtensions.LastIndexOf`1(System.ReadOnlySpan`1, T)
System.Private.CoreLib.dll:System.MemoryExtensions.Overlaps`1(System.ReadOnlySpan`1, System.ReadOnlySpan`1)
System.Private.CoreLib.dll:System.MemoryExtensions.SequenceCompareTo`1(System.ReadOnlySpan`1, System.ReadOnlySpan`1)
@@ -10801,7 +10810,9 @@ System.Private.CoreLib.dll:System.Object System.ComAwareWeakReference/ComInfo::_
System.Private.CoreLib.dll:System.Object System.Delegate::_methodBase
System.Private.CoreLib.dll:System.Object System.Delegate::_target
System.Private.CoreLib.dll:System.Object System.Diagnostics.CodeAnalysis.ConstantExpectedAttribute::k__BackingField
+System.Private.CoreLib.dll:System.Object System.Diagnostics.CodeAnalysis.ConstantExpectedAttribute::k__BackingField
System.Private.CoreLib.dll:System.Object System.Diagnostics.CodeAnalysis.ConstantExpectedAttribute::Max()
+System.Private.CoreLib.dll:System.Object System.Diagnostics.CodeAnalysis.ConstantExpectedAttribute::Min()
System.Private.CoreLib.dll:System.Object System.Diagnostics.EditAndContinueHelper::_objectReference
System.Private.CoreLib.dll:System.Object System.Diagnostics.StackFrameHelper::dynamicMethods
System.Private.CoreLib.dll:System.Object System.Diagnostics.StackFrameHelper::s_stackTraceSymbolsCache
@@ -10875,6 +10886,7 @@ System.Private.CoreLib.dll:System.Object System.Threading.Tasks.TaskToAsyncResul
System.Private.CoreLib.dll:System.Object System.Threading.Tasks.TaskToAsyncResult/TaskAsyncResult::AsyncState()
System.Private.CoreLib.dll:System.Object System.Threading.Tasks.ValueTask::_obj
System.Private.CoreLib.dll:System.Object System.Threading.Tasks.ValueTask`1::_obj
+System.Private.CoreLib.dll:System.Object System.Threading.Tasks.ValueTaskSourceNotifier::_source
System.Private.CoreLib.dll:System.Object System.Threading.Thread/StartHelper::_startArg
System.Private.CoreLib.dll:System.Object System.Threading.ThreadBlockingInfo/Scope::_object
System.Private.CoreLib.dll:System.Object System.Threading.TimerQueueTimer::_notifyWhenNoCallbacksRunning
@@ -11001,8 +11013,8 @@ System.Private.CoreLib.dll:System.PlatformNotSupportedException..ctor(System.Str
System.Private.CoreLib.dll:System.Predicate`1
System.Private.CoreLib.dll:System.Predicate`1..ctor(System.Object, System.IntPtr)
System.Private.CoreLib.dll:System.Predicate`1.Invoke(T)
-System.Private.CoreLib.dll:System.Predicate`1 System.Threading.Tasks.Task/<>c::<>9__219_0
-System.Private.CoreLib.dll:System.Predicate`1 System.Threading.Tasks.Task/<>c::<>9__138_0
+System.Private.CoreLib.dll:System.Predicate`1 System.Threading.Tasks.Task/<>c::<>9__224_0
+System.Private.CoreLib.dll:System.Predicate`1 System.Threading.Tasks.Task/<>c::<>9__143_0
System.Private.CoreLib.dll:System.Random
System.Private.CoreLib.dll:System.Random/ImplBase
System.Private.CoreLib.dll:System.Random/ImplBase..ctor()
@@ -13207,10 +13219,13 @@ System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers.CaptureC
System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers.CaptureExecutionContext()
System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers.CompletedTask(System.Threading.Tasks.Task)
System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers.CompletedTaskResult`1(System.Threading.Tasks.Task`1)
-System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers.FinalizeTaskReturningThunk()
-System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers.FinalizeTaskReturningThunk`1()
-System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers.FinalizeValueTaskReturningThunk()
-System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers.FinalizeValueTaskReturningThunk`1()
+System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers.FinalizeRuntimeAsyncTask`1(System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncAwaitState&, System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncTask`1)
+System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers.FinalizeTaskReturningThunk(System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncAwaitState&)
+System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers.FinalizeTaskReturningThunk`1(System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncAwaitState&)
+System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers.FinalizeValueTaskReturningThunk(System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncAwaitState&)
+System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers.FinalizeValueTaskReturningThunk`1(System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncAwaitState&)
+System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers.FinishSuspensionNoContinuationContext(System.Threading.ExecutionContext&, System.Boolean, System.Threading.ExecutionContext, System.Threading.SynchronizationContext)
+System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers.FinishSuspensionWithContinuationContext(System.Object&, System.Runtime.CompilerServices.ContinuationFlags&, System.Threading.ExecutionContext&, System.Boolean, System.Threading.ExecutionContext, System.Threading.SynchronizationContext)
System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers.RestoreContexts(System.Boolean, System.Threading.ExecutionContext, System.Threading.SynchronizationContext)
System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers.RestoreContextsOnSuspension(System.Boolean, System.Threading.ExecutionContext, System.Threading.SynchronizationContext)
System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers.RestoreExecutionContext(System.Threading.ExecutionContext)
@@ -13225,6 +13240,13 @@ System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers.ValueTas
System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncAwaitState
System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncAwaitState System.Runtime.CompilerServices.AsyncHelpers::t_runtimeAsyncAwaitState
System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncAwaitState.CaptureContexts()
+System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncAwaitState.Pop()
+System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncAwaitState.Push(System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncStackState*)
+System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncStackState
+System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncStackState.Pop(System.Threading.Thread)
+System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncStackState.Push(System.Threading.Thread)
+System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncStackState* System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncAwaitState::StackState
+System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncStackState* System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncStackState::Next
System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncTask`1
System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncTask`1..cctor()
System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncTask`1..ctor()
@@ -13232,18 +13254,18 @@ System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers/RuntimeA
System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncTask`1.ExecuteFromThreadPool(System.Threading.Thread)
System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncTask`1.GetContinuationAction()
System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncTask`1.GetResultStorage()
-System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncTask`1.HandleSuspended()
+System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncTask`1.HandleSuspended(System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncAwaitState&)
System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncTask`1.MoveContinuationState()
System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncTask`1.QueueContinuationFollowUpActionIfNecessary(System.Runtime.CompilerServices.Continuation)
System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncTask`1.SetContinuationState(System.Runtime.CompilerServices.Continuation)
System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncTask`1.System.Threading.Tasks.ITaskCompletionAction.get_InvokeMayRunArbitraryCode()
System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncTask`1.System.Threading.Tasks.ITaskCompletionAction.Invoke(System.Threading.Tasks.Task)
-System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncTask`1.UnwindToPossibleHandler(System.Runtime.CompilerServices.Continuation, System.Exception)
+System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncTask`1.UnwindToPossibleHandler(System.Runtime.CompilerServices.Continuation, System.Exception, System.UInt32&)
System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncTask`1/<>c
System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncTask`1/<>c..cctor()
System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncTask`1/<>c..ctor()
-System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncTask`1/<>c.<.cctor>b__16_0(System.Object)
-System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncTask`1/<>c.<.cctor>b__16_1(System.Object)
+System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncTask`1/<>c.<.cctor>b__18_0(System.Object)
+System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncTask`1/<>c.<.cctor>b__18_1(System.Object)
System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncTask`1/<>c System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncTask`1/<>c::<>9
System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncIteratorStateMachineAttribute
System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncMethodBuilderCore
@@ -13341,7 +13363,6 @@ System.Private.CoreLib.dll:System.Runtime.CompilerServices.CastHelpers.Unbox_Nul
System.Private.CoreLib.dll:System.Runtime.CompilerServices.CastHelpers.Unbox_TypeTest_Helper(System.Runtime.CompilerServices.MethodTable*, System.Runtime.CompilerServices.MethodTable*)
System.Private.CoreLib.dll:System.Runtime.CompilerServices.CastHelpers.Unbox_TypeTest(System.Runtime.CompilerServices.MethodTable*, System.Runtime.CompilerServices.MethodTable*)
System.Private.CoreLib.dll:System.Runtime.CompilerServices.CastHelpers.Unbox(System.Runtime.CompilerServices.MethodTable*, System.Object)
-System.Private.CoreLib.dll:System.Runtime.CompilerServices.CastHelpers.WriteBarrier(System.Object&, System.Object)
System.Private.CoreLib.dll:System.Runtime.CompilerServices.CastResult
System.Private.CoreLib.dll:System.Runtime.CompilerServices.CastResult System.Runtime.CompilerServices.CastResult::CanCast
System.Private.CoreLib.dll:System.Runtime.CompilerServices.CastResult System.Runtime.CompilerServices.CastResult::CannotCast
@@ -13497,9 +13518,6 @@ System.Private.CoreLib.dll:System.Runtime.CompilerServices.DynamicStaticsInfo Sy
System.Private.CoreLib.dll:System.Runtime.CompilerServices.DynamicStaticsInfo.MaskStaticsPointer(System.Byte&)
System.Private.CoreLib.dll:System.Runtime.CompilerServices.EntryInfo
System.Private.CoreLib.dll:System.Runtime.CompilerServices.EntryInfo System.Runtime.CompilerServices.GenericCache`2/Entry::_info
-System.Private.CoreLib.dll:System.Runtime.CompilerServices.ExecutionAndSyncBlockStore
-System.Private.CoreLib.dll:System.Runtime.CompilerServices.ExecutionAndSyncBlockStore.Pop()
-System.Private.CoreLib.dll:System.Runtime.CompilerServices.ExecutionAndSyncBlockStore.Push()
System.Private.CoreLib.dll:System.Runtime.CompilerServices.ExtensionAttribute
System.Private.CoreLib.dll:System.Runtime.CompilerServices.ExtensionAttribute..ctor()
System.Private.CoreLib.dll:System.Runtime.CompilerServices.GenericCache`2
@@ -13538,7 +13556,7 @@ System.Private.CoreLib.dll:System.Runtime.CompilerServices.IAsyncStateMachineBox
System.Private.CoreLib.dll:System.Runtime.CompilerServices.IAsyncStateMachineBox.MoveNext()
System.Private.CoreLib.dll:System.Runtime.CompilerServices.IConfiguredTaskAwaiter
System.Private.CoreLib.dll:System.Runtime.CompilerServices.ICriticalNotifyCompletion
-System.Private.CoreLib.dll:System.Runtime.CompilerServices.ICriticalNotifyCompletion System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncAwaitState::CriticalNotifier
+System.Private.CoreLib.dll:System.Runtime.CompilerServices.ICriticalNotifyCompletion System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncStackState::CriticalNotifier
System.Private.CoreLib.dll:System.Runtime.CompilerServices.ICriticalNotifyCompletion.UnsafeOnCompleted(System.Action)
System.Private.CoreLib.dll:System.Runtime.CompilerServices.InitHelpers
System.Private.CoreLib.dll:System.Runtime.CompilerServices.InitHelpers.CallClassConstructor(System.Void*, System.Void*, System.Exception*)
@@ -13555,7 +13573,7 @@ System.Private.CoreLib.dll:System.Runtime.CompilerServices.InlineArray8`1)
+System.Private.CoreLib.dll:System.Runtime.Intrinsics.Arm.AdvSimd.ShiftRightLogicalNarrowingLower(System.Runtime.Intrinsics.Vector128`1, System.Byte)
System.Private.CoreLib.dll:System.Runtime.Intrinsics.Arm.AdvSimd.Store(System.Byte*, System.Runtime.Intrinsics.Vector64`1)
System.Private.CoreLib.dll:System.Runtime.Intrinsics.Arm.AdvSimd.StoreSelectedScalar(System.UInt32*, System.Runtime.Intrinsics.Vector64`1, System.Byte)
System.Private.CoreLib.dll:System.Runtime.Intrinsics.Arm.AdvSimd/Arm64
@@ -14752,6 +14772,8 @@ System.Private.CoreLib.dll:System.Runtime.Intrinsics.SimdVectorExtensions
System.Private.CoreLib.dll:System.Runtime.Intrinsics.SimdVectorExtensions.Store`2(TVector, T*)
System.Private.CoreLib.dll:System.Runtime.Intrinsics.Vector128
System.Private.CoreLib.dll:System.Runtime.Intrinsics.Vector128.AddSaturate`1(System.Runtime.Intrinsics.Vector128`1, System.Runtime.Intrinsics.Vector128`1)
+System.Private.CoreLib.dll:System.Runtime.Intrinsics.Vector128.AdvSimdExtractBitMask`1(System.Runtime.Intrinsics.Vector128`1)
+System.Private.CoreLib.dll:System.Runtime.Intrinsics.Vector128.AdvSimdFixupBitCount`1(System.Int32)
System.Private.CoreLib.dll:System.Runtime.Intrinsics.Vector128.AndNot`1(System.Runtime.Intrinsics.Vector128`1, System.Runtime.Intrinsics.Vector128`1)
System.Private.CoreLib.dll:System.Runtime.Intrinsics.Vector128.As`2(System.Runtime.Intrinsics.Vector128`1)
System.Private.CoreLib.dll:System.Runtime.Intrinsics.Vector128.AsByte`1(System.Runtime.Intrinsics.Vector128`1)
@@ -14799,6 +14821,8 @@ System.Private.CoreLib.dll:System.Runtime.Intrinsics.Vector128.GetElementUnsafe`
System.Private.CoreLib.dll:System.Runtime.Intrinsics.Vector128.GreaterThan`1(System.Runtime.Intrinsics.Vector128`1, System.Runtime.Intrinsics.Vector128`1)
System.Private.CoreLib.dll:System.Runtime.Intrinsics.Vector128.GreaterThanAny`1(System.Runtime.Intrinsics.Vector128`1, System.Runtime.Intrinsics.Vector128`1)
System.Private.CoreLib.dll:System.Runtime.Intrinsics.Vector128.GreaterThanOrEqual`1(System.Runtime.Intrinsics.Vector128`1, System.Runtime.Intrinsics.Vector128`1)
+System.Private.CoreLib.dll:System.Runtime.Intrinsics.Vector128.IndexOfFirstMatch`1(System.Runtime.Intrinsics.Vector128`1)
+System.Private.CoreLib.dll:System.Runtime.Intrinsics.Vector128.IndexOfLastMatch`1(System.Runtime.Intrinsics.Vector128`1)
System.Private.CoreLib.dll:System.Runtime.Intrinsics.Vector128.IsNaN`1(System.Runtime.Intrinsics.Vector128`1)
System.Private.CoreLib.dll:System.Runtime.Intrinsics.Vector128.IsNegative`1(System.Runtime.Intrinsics.Vector128`1)
System.Private.CoreLib.dll:System.Runtime.Intrinsics.Vector128.LastIndexOf`1(System.Runtime.Intrinsics.Vector128`1, T)
@@ -14894,11 +14918,11 @@ System.Private.CoreLib.dll:System.Runtime.Intrinsics.Vector256.Create`1(System.R
System.Private.CoreLib.dll:System.Runtime.Intrinsics.Vector256.Create`1(T)
System.Private.CoreLib.dll:System.Runtime.Intrinsics.Vector256.Equals`1(System.Runtime.Intrinsics.Vector256`1, System.Runtime.Intrinsics.Vector256`1)
System.Private.CoreLib.dll:System.Runtime.Intrinsics.Vector256.EqualsAny`1(System.Runtime.Intrinsics.Vector256`1, System.Runtime.Intrinsics.Vector256`1)
-System.Private.CoreLib.dll:System.Runtime.Intrinsics.Vector256.ExtractMostSignificantBits`1(System.Runtime.Intrinsics.Vector256`1)
System.Private.CoreLib.dll:System.Runtime.Intrinsics.Vector256.get_NegativeZero`1()
System.Private.CoreLib.dll:System.Runtime.Intrinsics.Vector256.GetElementUnsafe`1(System.Runtime.Intrinsics.Vector256`1&, System.Int32)
System.Private.CoreLib.dll:System.Runtime.Intrinsics.Vector256.GetLower`1(System.Runtime.Intrinsics.Vector256`1)
System.Private.CoreLib.dll:System.Runtime.Intrinsics.Vector256.GreaterThanAny`1(System.Runtime.Intrinsics.Vector256`1, System.Runtime.Intrinsics.Vector256`1)
+System.Private.CoreLib.dll:System.Runtime.Intrinsics.Vector256.IndexOfLastMatch`1(System.Runtime.Intrinsics.Vector256`1)
System.Private.CoreLib.dll:System.Runtime.Intrinsics.Vector256.IsNaN`1(System.Runtime.Intrinsics.Vector256`1)
System.Private.CoreLib.dll:System.Runtime.Intrinsics.Vector256.IsNegative`1(System.Runtime.Intrinsics.Vector256`1)
System.Private.CoreLib.dll:System.Runtime.Intrinsics.Vector256.LastIndexOf`1(System.Runtime.Intrinsics.Vector256`1, T)
@@ -14971,10 +14995,10 @@ System.Private.CoreLib.dll:System.Runtime.Intrinsics.Vector512.Create`1(System.R
System.Private.CoreLib.dll:System.Runtime.Intrinsics.Vector512.Create`1(T)
System.Private.CoreLib.dll:System.Runtime.Intrinsics.Vector512.Equals`1(System.Runtime.Intrinsics.Vector512`1, System.Runtime.Intrinsics.Vector512`1)
System.Private.CoreLib.dll:System.Runtime.Intrinsics.Vector512.EqualsAny`1(System.Runtime.Intrinsics.Vector512`1, System.Runtime.Intrinsics.Vector512`1)
-System.Private.CoreLib.dll:System.Runtime.Intrinsics.Vector512.ExtractMostSignificantBits`1(System.Runtime.Intrinsics.Vector512`1)
System.Private.CoreLib.dll:System.Runtime.Intrinsics.Vector512.get_NegativeZero`1()
System.Private.CoreLib.dll:System.Runtime.Intrinsics.Vector512.GetElementUnsafe`1(System.Runtime.Intrinsics.Vector512`1&, System.Int32)
System.Private.CoreLib.dll:System.Runtime.Intrinsics.Vector512.GreaterThanAny`1(System.Runtime.Intrinsics.Vector512`1, System.Runtime.Intrinsics.Vector512`1)
+System.Private.CoreLib.dll:System.Runtime.Intrinsics.Vector512.IndexOfLastMatch`1(System.Runtime.Intrinsics.Vector512`1)
System.Private.CoreLib.dll:System.Runtime.Intrinsics.Vector512.IsNaN`1(System.Runtime.Intrinsics.Vector512`1)
System.Private.CoreLib.dll:System.Runtime.Intrinsics.Vector512.IsNegative`1(System.Runtime.Intrinsics.Vector512`1)
System.Private.CoreLib.dll:System.Runtime.Intrinsics.Vector512.LastIndexOf`1(System.Runtime.Intrinsics.Vector512`1, T)
@@ -15031,12 +15055,15 @@ System.Private.CoreLib.dll:System.Runtime.Intrinsics.Vector512`1.ToString(System
System.Private.CoreLib.dll:System.Runtime.Intrinsics.Vector512`1 System.Runtime.Intrinsics.Vector512`1::Zero()
System.Private.CoreLib.dll:System.Runtime.Intrinsics.Vector64
System.Private.CoreLib.dll:System.Runtime.Intrinsics.Vector64.AddSaturate`1(System.Runtime.Intrinsics.Vector64`1, System.Runtime.Intrinsics.Vector64`1)
+System.Private.CoreLib.dll:System.Runtime.Intrinsics.Vector64.AdvSimdExtractBitMask`1(System.Runtime.Intrinsics.Vector64`1)
+System.Private.CoreLib.dll:System.Runtime.Intrinsics.Vector64.AdvSimdFixupBitCount`1(System.Int32)
System.Private.CoreLib.dll:System.Runtime.Intrinsics.Vector64.AndNot`1(System.Runtime.Intrinsics.Vector64`1, System.Runtime.Intrinsics.Vector64`1)
System.Private.CoreLib.dll:System.Runtime.Intrinsics.Vector64.As`2(System.Runtime.Intrinsics.Vector64`1)
System.Private.CoreLib.dll:System.Runtime.Intrinsics.Vector64.AsByte`1(System.Runtime.Intrinsics.Vector64`1)
System.Private.CoreLib.dll:System.Runtime.Intrinsics.Vector64.AsInt32`1(System.Runtime.Intrinsics.Vector64`1)
System.Private.CoreLib.dll:System.Runtime.Intrinsics.Vector64.AsInt64`1(System.Runtime.Intrinsics.Vector64`1)
System.Private.CoreLib.dll:System.Runtime.Intrinsics.Vector64.AsUInt32`1(System.Runtime.Intrinsics.Vector64`1)
+System.Private.CoreLib.dll:System.Runtime.Intrinsics.Vector64.AsUInt64`1(System.Runtime.Intrinsics.Vector64`1)
System.Private.CoreLib.dll:System.Runtime.Intrinsics.Vector64.ConditionalSelect`1(System.Runtime.Intrinsics.Vector64`1, System.Runtime.Intrinsics.Vector64`1, System.Runtime.Intrinsics.Vector64`1)
System.Private.CoreLib.dll:System.Runtime.Intrinsics.Vector64.Create(System.Byte, System.Byte, System.Byte, System.Byte, System.Byte, System.Byte, System.Byte, System.Byte)
System.Private.CoreLib.dll:System.Runtime.Intrinsics.Vector64.Create(System.Int16, System.Int16, System.Int16, System.Int16)
@@ -15054,6 +15081,7 @@ System.Private.CoreLib.dll:System.Runtime.Intrinsics.Vector64.GetElementUnsafe`1
System.Private.CoreLib.dll:System.Runtime.Intrinsics.Vector64.GreaterThan`1(System.Runtime.Intrinsics.Vector64`1, System.Runtime.Intrinsics.Vector64`1)
System.Private.CoreLib.dll:System.Runtime.Intrinsics.Vector64.GreaterThanAny`1(System.Runtime.Intrinsics.Vector64`1, System.Runtime.Intrinsics.Vector64`1)
System.Private.CoreLib.dll:System.Runtime.Intrinsics.Vector64.GreaterThanOrEqual`1(System.Runtime.Intrinsics.Vector64`1, System.Runtime.Intrinsics.Vector64`1)
+System.Private.CoreLib.dll:System.Runtime.Intrinsics.Vector64.IndexOfLastMatch`1(System.Runtime.Intrinsics.Vector64`1)
System.Private.CoreLib.dll:System.Runtime.Intrinsics.Vector64.IsNaN`1(System.Runtime.Intrinsics.Vector64`1)
System.Private.CoreLib.dll:System.Runtime.Intrinsics.Vector64.IsNegative`1(System.Runtime.Intrinsics.Vector64`1)
System.Private.CoreLib.dll:System.Runtime.Intrinsics.Vector64.LastIndexOf`1(System.Runtime.Intrinsics.Vector64`1, T)
@@ -16810,6 +16838,8 @@ System.Private.CoreLib.dll:System.String[] System.Number::s_negPercentFormats
System.Private.CoreLib.dll:System.String[] System.Number::s_posCurrencyFormats
System.Private.CoreLib.dll:System.String[] System.Number::s_posPercentFormats
System.Private.CoreLib.dll:System.String[] System.Number::s_smallNumberCache
+System.Private.CoreLib.dll:System.String/SearchValuesStorage
+System.Private.CoreLib.dll:System.String/SearchValuesStorage..cctor()
System.Private.CoreLib.dll:System.StringComparer
System.Private.CoreLib.dll:System.StringComparer System.StringComparer::Ordinal()
System.Private.CoreLib.dll:System.StringComparer System.StringComparer::OrdinalIgnoreCase()
@@ -16899,11 +16929,13 @@ System.Private.CoreLib.dll:System.StubHelpers.LayoutClassMarshaler`1
System.Private.CoreLib.dll:System.StubHelpers.LayoutClassMarshaler`1.g__CallConvertToManaged|3_0(System.Byte&, System.Byte*, System.StubHelpers.CleanupWorkListElement&)
System.Private.CoreLib.dll:System.StubHelpers.LayoutClassMarshaler`1.g__CallConvertToUnmanaged|1_0(System.Byte&, System.Byte*, System.StubHelpers.CleanupWorkListElement&)
System.Private.CoreLib.dll:System.StubHelpers.LayoutClassMarshaler`1.g__CallFree|4_0(T, System.Byte*, System.StubHelpers.CleanupWorkListElement&)
+System.Private.CoreLib.dll:System.StubHelpers.LayoutClassMarshaler`1.g__CallIsBlittable|5_0()
System.Private.CoreLib.dll:System.StubHelpers.LayoutClassMarshaler`1.ConvertToManaged(T, System.Byte*, System.StubHelpers.CleanupWorkListElement&)
System.Private.CoreLib.dll:System.StubHelpers.LayoutClassMarshaler`1.ConvertToUnmanaged(T, System.Byte*, System.Int32, System.StubHelpers.CleanupWorkListElement&)
System.Private.CoreLib.dll:System.StubHelpers.LayoutClassMarshaler`1.ConvertToUnmanagedCore(T, System.Byte*, System.StubHelpers.CleanupWorkListElement&)
System.Private.CoreLib.dll:System.StubHelpers.LayoutClassMarshaler`1.Free(T, System.Byte*, System.Int32, System.StubHelpers.CleanupWorkListElement&)
System.Private.CoreLib.dll:System.StubHelpers.LayoutClassMarshaler`1.FreeCore(T, System.Byte*, System.StubHelpers.CleanupWorkListElement&)
+System.Private.CoreLib.dll:System.StubHelpers.LayoutClassMarshaler`1.GetIsBlittable()
System.Private.CoreLib.dll:System.StubHelpers.LayoutClassMarshaler`1/Methods
System.Private.CoreLib.dll:System.StubHelpers.LayoutClassMarshaler`1/Methods..cctor()
System.Private.CoreLib.dll:System.StubHelpers.LayoutClassMarshaler`1/Methods.BlittableConvertToManaged(System.Byte&, System.Byte*, System.StubHelpers.CleanupWorkListElement&)
@@ -16912,6 +16944,7 @@ System.Private.CoreLib.dll:System.StubHelpers.LayoutClassMarshaler`1/Methods.Bli
System.Private.CoreLib.dll:System.StubHelpers.LayoutClassMarshaler`1/Methods.get_ConvertToManaged()
System.Private.CoreLib.dll:System.StubHelpers.LayoutClassMarshaler`1/Methods.get_ConvertToUnmanaged()
System.Private.CoreLib.dll:System.StubHelpers.LayoutClassMarshaler`1/Methods.get_Free()
+System.Private.CoreLib.dll:System.StubHelpers.LayoutClassMarshaler`1/Methods.get_IsBlittable()
System.Private.CoreLib.dll:System.StubHelpers.MngdFixedArrayMarshaler
System.Private.CoreLib.dll:System.StubHelpers.MngdFixedArrayMarshaler.ClearNativeContents(System.IntPtr, System.IntPtr)
System.Private.CoreLib.dll:System.StubHelpers.MngdFixedArrayMarshaler.ClearNativeContents(System.IntPtr, System.Object&, System.IntPtr)
@@ -16952,11 +16985,13 @@ System.Private.CoreLib.dll:System.StubHelpers.SafeHandleCleanupWorkListElement..
System.Private.CoreLib.dll:System.StubHelpers.SafeHandleCleanupWorkListElement.AddRef()
System.Private.CoreLib.dll:System.StubHelpers.SafeHandleCleanupWorkListElement.DestroyCore()
System.Private.CoreLib.dll:System.StubHelpers.StructureMarshaler`1
+System.Private.CoreLib.dll:System.StubHelpers.StructureMarshaler`1..cctor()
System.Private.CoreLib.dll:System.StubHelpers.StructureMarshaler`1.ConvertToManaged(T&, System.Byte*, System.StubHelpers.CleanupWorkListElement&)
System.Private.CoreLib.dll:System.StubHelpers.StructureMarshaler`1.ConvertToUnmanaged(T&, System.Byte*, System.Int32, System.StubHelpers.CleanupWorkListElement&)
System.Private.CoreLib.dll:System.StubHelpers.StructureMarshaler`1.ConvertToUnmanagedCore(T&, System.Byte*, System.StubHelpers.CleanupWorkListElement&)
System.Private.CoreLib.dll:System.StubHelpers.StructureMarshaler`1.Free(T&, System.Byte*, System.Int32, System.StubHelpers.CleanupWorkListElement&)
System.Private.CoreLib.dll:System.StubHelpers.StructureMarshaler`1.FreeCore(T&, System.Byte*, System.StubHelpers.CleanupWorkListElement&)
+System.Private.CoreLib.dll:System.StubHelpers.StructureMarshaler`1.InitIsBlittable()
System.Private.CoreLib.dll:System.StubHelpers.StubHelpers
System.Private.CoreLib.dll:System.StubHelpers.StubHelpers..cctor()
System.Private.CoreLib.dll:System.StubHelpers.StubHelpers.g____PInvoke|18_0(System.Runtime.CompilerServices.QCallTypeHandle, method System.Void *(System.Byte&,System.Byte*,System.StubHelpers.CleanupWorkListElement&)*, method System.Void *(System.Byte&,System.Byte*,System.StubHelpers.CleanupWorkListElement&)*, method System.Void *(System.Byte&,System.Byte*,System.StubHelpers.CleanupWorkListElement&)*)
@@ -17728,8 +17763,8 @@ System.Private.CoreLib.dll:System.Threading.EventWaitHandle.ValidateMode(System.
System.Private.CoreLib.dll:System.Threading.ExecutionContext
System.Private.CoreLib.dll:System.Threading.ExecutionContext Microsoft.Win32.SafeHandles.SafeFileHandle/ThreadPoolValueTaskSource::_context
System.Private.CoreLib.dll:System.Threading.ExecutionContext System.IO.Stream/ReadWriteTask::_context
-System.Private.CoreLib.dll:System.Threading.ExecutionContext System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncAwaitState::ExecutionContext
-System.Private.CoreLib.dll:System.Threading.ExecutionContext System.Runtime.CompilerServices.ExecutionAndSyncBlockStore::_previousExecutionCtx
+System.Private.CoreLib.dll:System.Threading.ExecutionContext System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncStackState::LeafExecutionContext
+System.Private.CoreLib.dll:System.Threading.ExecutionContext System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncStackState::RootExecutionContext
System.Private.CoreLib.dll:System.Threading.ExecutionContext System.Threading.CancellationTokenSource/CallbackNode::ExecutionContext
System.Private.CoreLib.dll:System.Threading.ExecutionContext System.Threading.ExecutionContext::Default
System.Private.CoreLib.dll:System.Threading.ExecutionContext System.Threading.ExecutionContext::DefaultFlowSuppressed
@@ -17750,6 +17785,7 @@ System.Private.CoreLib.dll:System.Threading.ExecutionContext.CaptureForRestore()
System.Private.CoreLib.dll:System.Threading.ExecutionContext.CaptureForSuspension(System.Threading.Thread)
System.Private.CoreLib.dll:System.Threading.ExecutionContext.Dispose()
System.Private.CoreLib.dll:System.Threading.ExecutionContext.get_HasChangeNotifications()
+System.Private.CoreLib.dll:System.Threading.ExecutionContext.get_InstanceIsFlowSuppressed()
System.Private.CoreLib.dll:System.Threading.ExecutionContext.get_IsDefault()
System.Private.CoreLib.dll:System.Threading.ExecutionContext.GetLocalValue(System.Threading.IAsyncLocal)
System.Private.CoreLib.dll:System.Threading.ExecutionContext.IsFlowSuppressed()
@@ -18229,7 +18265,7 @@ System.Private.CoreLib.dll:System.Threading.SendOrPostCallback
System.Private.CoreLib.dll:System.Threading.SendOrPostCallback System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncTask`1::s_postCallback
System.Private.CoreLib.dll:System.Threading.SendOrPostCallback System.Threading.CancellationTokenSource/<>c::<>9__36_0
System.Private.CoreLib.dll:System.Threading.SendOrPostCallback System.Threading.Tasks.SynchronizationContextAwaitTaskContinuation::s_postCallback
-System.Private.CoreLib.dll:System.Threading.SendOrPostCallback System.Threading.Tasks.Task/<>c::<>9__131_0
+System.Private.CoreLib.dll:System.Threading.SendOrPostCallback System.Threading.Tasks.Task/<>c::<>9__136_0
System.Private.CoreLib.dll:System.Threading.SendOrPostCallback..ctor(System.Object, System.IntPtr)
System.Private.CoreLib.dll:System.Threading.SendOrPostCallback.Invoke(System.Object)
System.Private.CoreLib.dll:System.Threading.SpinLock
@@ -18259,8 +18295,8 @@ System.Private.CoreLib.dll:System.Threading.StackCrawlMark System.Threading.Stac
System.Private.CoreLib.dll:System.Threading.StackCrawlMark System.Threading.StackCrawlMark::LookForMyCallersCaller
System.Private.CoreLib.dll:System.Threading.StackCrawlMark System.Threading.StackCrawlMark::LookForThread
System.Private.CoreLib.dll:System.Threading.SynchronizationContext
-System.Private.CoreLib.dll:System.Threading.SynchronizationContext System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncAwaitState::SynchronizationContext
-System.Private.CoreLib.dll:System.Threading.SynchronizationContext System.Runtime.CompilerServices.ExecutionAndSyncBlockStore::_previousSyncCtx
+System.Private.CoreLib.dll:System.Threading.SynchronizationContext System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncStackState::LeafSynchronizationContext
+System.Private.CoreLib.dll:System.Threading.SynchronizationContext System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncStackState::RootSynchronizationContext
System.Private.CoreLib.dll:System.Threading.SynchronizationContext System.Threading.CancellationTokenSource/CallbackNode::SynchronizationContext
System.Private.CoreLib.dll:System.Threading.SynchronizationContext System.Threading.SynchronizationContext::Current()
System.Private.CoreLib.dll:System.Threading.SynchronizationContext System.Threading.Tasks.SynchronizationContextAwaitTaskContinuation::m_syncContext
@@ -18283,11 +18319,6 @@ System.Private.CoreLib.dll:System.Threading.SynchronizationLockException..ctor()
System.Private.CoreLib.dll:System.Threading.SynchronizationLockException..ctor(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.Private.CoreLib.dll:System.Threading.SynchronizationLockException..ctor(System.String, System.Exception)
System.Private.CoreLib.dll:System.Threading.SynchronizationLockException..ctor(System.String)
-System.Private.CoreLib.dll:System.Threading.Tasks.AsyncCausalityStatus
-System.Private.CoreLib.dll:System.Threading.Tasks.AsyncCausalityStatus System.Threading.Tasks.AsyncCausalityStatus::Canceled
-System.Private.CoreLib.dll:System.Threading.Tasks.AsyncCausalityStatus System.Threading.Tasks.AsyncCausalityStatus::Completed
-System.Private.CoreLib.dll:System.Threading.Tasks.AsyncCausalityStatus System.Threading.Tasks.AsyncCausalityStatus::Error
-System.Private.CoreLib.dll:System.Threading.Tasks.AsyncCausalityStatus System.Threading.Tasks.AsyncCausalityStatus::Started
System.Private.CoreLib.dll:System.Threading.Tasks.AwaitTaskContinuation
System.Private.CoreLib.dll:System.Threading.Tasks.AwaitTaskContinuation..cctor()
System.Private.CoreLib.dll:System.Threading.Tasks.AwaitTaskContinuation..ctor(System.Action, System.Boolean)
@@ -18343,14 +18374,10 @@ System.Private.CoreLib.dll:System.Threading.Tasks.ITaskCompletionAction
System.Private.CoreLib.dll:System.Threading.Tasks.ITaskCompletionAction System.Threading.Tasks.CompletionActionInvoker::m_action
System.Private.CoreLib.dll:System.Threading.Tasks.ITaskCompletionAction.get_InvokeMayRunArbitraryCode()
System.Private.CoreLib.dll:System.Threading.Tasks.ITaskCompletionAction.Invoke(System.Threading.Tasks.Task)
-System.Private.CoreLib.dll:System.Threading.Tasks.IValueTaskSourceNotifier
-System.Private.CoreLib.dll:System.Threading.Tasks.IValueTaskSourceNotifier System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncAwaitState::ValueTaskSourceNotifier
-System.Private.CoreLib.dll:System.Threading.Tasks.IValueTaskSourceNotifier.OnCompleted(System.Action`1, System.Object, System.Threading.Tasks.Sources.ValueTaskSourceOnCompletedFlags)
System.Private.CoreLib.dll:System.Threading.Tasks.Sources.CapturedSchedulerAndExecutionContext
System.Private.CoreLib.dll:System.Threading.Tasks.Sources.CapturedSchedulerAndExecutionContext..ctor(System.Object, System.Threading.ExecutionContext)
System.Private.CoreLib.dll:System.Threading.Tasks.Sources.IValueTaskSource
System.Private.CoreLib.dll:System.Threading.Tasks.Sources.IValueTaskSource System.Threading.Tasks.ValueTask/ValueTaskSourceAsTask::_source
-System.Private.CoreLib.dll:System.Threading.Tasks.Sources.IValueTaskSource System.Threading.Tasks.ValueTask/ValueTaskSourceNotifier::_valueTaskSource
System.Private.CoreLib.dll:System.Threading.Tasks.Sources.IValueTaskSource.GetResult(System.Int16)
System.Private.CoreLib.dll:System.Threading.Tasks.Sources.IValueTaskSource.GetStatus(System.Int16)
System.Private.CoreLib.dll:System.Threading.Tasks.Sources.IValueTaskSource.OnCompleted(System.Action`1, System.Object, System.Int16, System.Threading.Tasks.Sources.ValueTaskSourceOnCompletedFlags)
@@ -18359,7 +18386,6 @@ System.Private.CoreLib.dll:System.Threading.Tasks.Sources.IValueTaskSource`1.Get
System.Private.CoreLib.dll:System.Threading.Tasks.Sources.IValueTaskSource`1.GetStatus(System.Int16)
System.Private.CoreLib.dll:System.Threading.Tasks.Sources.IValueTaskSource`1.OnCompleted(System.Action`1, System.Object, System.Int16, System.Threading.Tasks.Sources.ValueTaskSourceOnCompletedFlags)
System.Private.CoreLib.dll:System.Threading.Tasks.Sources.IValueTaskSource`1 System.Threading.Tasks.ValueTask`1/ValueTaskSourceAsTask::_source
-System.Private.CoreLib.dll:System.Threading.Tasks.Sources.IValueTaskSource`1 System.Threading.Tasks.ValueTask`1/ValueTaskSourceNotifier::_valueTaskSource
System.Private.CoreLib.dll:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1
System.Private.CoreLib.dll:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1.get_Version()
System.Private.CoreLib.dll:System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1.GetResult(System.Int16)
@@ -18403,7 +18429,7 @@ System.Private.CoreLib.dll:System.Threading.Tasks.SynchronizationContextAwaitTas
System.Private.CoreLib.dll:System.Threading.Tasks.Task
System.Private.CoreLib.dll:System.Threading.Tasks.Task modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.ValueTask::s_canceledTask
System.Private.CoreLib.dll:System.Threading.Tasks.Task System.Runtime.CompilerServices.AsyncDispatcherInfo::CurrentTask
-System.Private.CoreLib.dll:System.Threading.Tasks.Task System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncAwaitState::TaskNotifier
+System.Private.CoreLib.dll:System.Threading.Tasks.Task System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncStackState::TaskNotifier
System.Private.CoreLib.dll:System.Threading.Tasks.Task System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter::m_task
System.Private.CoreLib.dll:System.Threading.Tasks.Task System.Runtime.CompilerServices.TaskAwaiter::m_task
System.Private.CoreLib.dll:System.Threading.Tasks.Task System.Threading.Tasks.CompletionActionInvoker::m_completingTask
@@ -18422,7 +18448,7 @@ System.Private.CoreLib.dll:System.Threading.Tasks.Task..ctor()
System.Private.CoreLib.dll:System.Threading.Tasks.Task..ctor(System.Boolean, System.Threading.Tasks.TaskCreationOptions, System.Threading.CancellationToken)
System.Private.CoreLib.dll:System.Threading.Tasks.Task..ctor(System.Delegate, System.Object, System.Threading.Tasks.Task, System.Threading.CancellationToken, System.Threading.Tasks.TaskCreationOptions, System.Threading.Tasks.InternalTaskOptions, System.Threading.Tasks.TaskScheduler)
System.Private.CoreLib.dll:System.Threading.Tasks.Task..ctor(System.Object, System.Threading.Tasks.TaskCreationOptions, System.Boolean)
-System.Private.CoreLib.dll:System.Threading.Tasks.Task.g__InitializeContingentProperties|84_0()
+System.Private.CoreLib.dll:System.Threading.Tasks.Task.g__InitializeContingentProperties|89_0()
System.Private.CoreLib.dll:System.Threading.Tasks.Task.AddCompletionAction(System.Threading.Tasks.ITaskCompletionAction, System.Boolean)
System.Private.CoreLib.dll:System.Threading.Tasks.Task.AddException(System.Object, System.Boolean)
System.Private.CoreLib.dll:System.Threading.Tasks.Task.AddException(System.Object)
@@ -18534,13 +18560,13 @@ System.Private.CoreLib.dll:System.Threading.Tasks.Task/<>c
System.Private.CoreLib.dll:System.Threading.Tasks.Task/<>c System.Threading.Tasks.Task/<>c::<>9
System.Private.CoreLib.dll:System.Threading.Tasks.Task/<>c..cctor()
System.Private.CoreLib.dll:System.Threading.Tasks.Task/<>c..ctor()
-System.Private.CoreLib.dll:System.Threading.Tasks.Task/<>c.<.cctor>b__296_0(System.Object)
-System.Private.CoreLib.dll:System.Threading.Tasks.Task/<>c.b__219_0(System.Object)
-System.Private.CoreLib.dll:System.Threading.Tasks.Task/<>c.b__39_0(System.Object)
-System.Private.CoreLib.dll:System.Threading.Tasks.Task/<>c.b__39_1(System.Object)
-System.Private.CoreLib.dll:System.Threading.Tasks.Task/<>c.b__138_0(System.Threading.Tasks.Task)
-System.Private.CoreLib.dll:System.Threading.Tasks.Task/<>c.b__131_0(System.Object)
-System.Private.CoreLib.dll:System.Threading.Tasks.Task/<>c.b__131_1(System.Object)
+System.Private.CoreLib.dll:System.Threading.Tasks.Task/<>c.<.cctor>b__301_0(System.Object)
+System.Private.CoreLib.dll:System.Threading.Tasks.Task/<>c.b__224_0(System.Object)
+System.Private.CoreLib.dll:System.Threading.Tasks.Task/<>c.b__44_0(System.Object)
+System.Private.CoreLib.dll:System.Threading.Tasks.Task/<>c.b__44_1(System.Object)
+System.Private.CoreLib.dll:System.Threading.Tasks.Task/<>c.b__143_0(System.Threading.Tasks.Task)
+System.Private.CoreLib.dll:System.Threading.Tasks.Task/<>c.b__136_0(System.Object)
+System.Private.CoreLib.dll:System.Threading.Tasks.Task/<>c.b__136_1(System.Object)
System.Private.CoreLib.dll:System.Threading.Tasks.Task/CancellationPromise`1
System.Private.CoreLib.dll:System.Threading.Tasks.Task/CancellationPromise`1..ctor(System.Threading.Tasks.Task, System.UInt32, System.TimeProvider, System.Threading.CancellationToken)
System.Private.CoreLib.dll:System.Threading.Tasks.Task/CancellationPromise`1.Cleanup()
@@ -18734,7 +18760,6 @@ System.Private.CoreLib.dll:System.Threading.Tasks.TplEventSource.TaskCompleted(S
System.Private.CoreLib.dll:System.Threading.Tasks.TplEventSource.TaskWaitBegin(System.Int32, System.Int32, System.Int32, System.Threading.Tasks.TplEventSource/TaskWaitBehavior, System.Int32)
System.Private.CoreLib.dll:System.Threading.Tasks.TplEventSource.TaskWaitContinuationComplete(System.Int32)
System.Private.CoreLib.dll:System.Threading.Tasks.TplEventSource.TaskWaitEnd(System.Int32, System.Int32, System.Int32)
-System.Private.CoreLib.dll:System.Threading.Tasks.TplEventSource.TraceOperationEnd(System.Int32, System.Threading.Tasks.AsyncCausalityStatus)
System.Private.CoreLib.dll:System.Threading.Tasks.TplEventSource.TraceSynchronousWorkBegin(System.Int32, System.Threading.Tasks.CausalitySynchronousWork)
System.Private.CoreLib.dll:System.Threading.Tasks.TplEventSource.TraceSynchronousWorkEnd(System.Threading.Tasks.CausalitySynchronousWork)
System.Private.CoreLib.dll:System.Threading.Tasks.TplEventSource/TaskWaitBehavior
@@ -18765,6 +18790,7 @@ System.Private.CoreLib.dll:System.Threading.Tasks.ValueTask.get_CompletedTask()
System.Private.CoreLib.dll:System.Threading.Tasks.ValueTask.get_IsCompleted()
System.Private.CoreLib.dll:System.Threading.Tasks.ValueTask.GetHashCode()
System.Private.CoreLib.dll:System.Threading.Tasks.ValueTask.GetTaskForValueTaskSource(System.Threading.Tasks.Sources.IValueTaskSource)
+System.Private.CoreLib.dll:System.Threading.Tasks.ValueTask.OnCompleted(System.Object, System.Action`1, System.Object, System.Int16, System.Threading.Tasks.Sources.ValueTaskSourceOnCompletedFlags)
System.Private.CoreLib.dll:System.Threading.Tasks.ValueTask.ThrowIfCompletedUnsuccessfully()
System.Private.CoreLib.dll:System.Threading.Tasks.ValueTask/ValueTaskSourceAsTask
System.Private.CoreLib.dll:System.Threading.Tasks.ValueTask/ValueTaskSourceAsTask..cctor()
@@ -18775,9 +18801,6 @@ System.Private.CoreLib.dll:System.Threading.Tasks.ValueTask/ValueTaskSourceAsTas
System.Private.CoreLib.dll:System.Threading.Tasks.ValueTask/ValueTaskSourceAsTask/<>c..cctor()
System.Private.CoreLib.dll:System.Threading.Tasks.ValueTask/ValueTaskSourceAsTask/<>c..ctor()
System.Private.CoreLib.dll:System.Threading.Tasks.ValueTask/ValueTaskSourceAsTask/<>c.<.cctor>b__4_0(System.Object)
-System.Private.CoreLib.dll:System.Threading.Tasks.ValueTask/ValueTaskSourceNotifier
-System.Private.CoreLib.dll:System.Threading.Tasks.ValueTask/ValueTaskSourceNotifier..ctor(System.Threading.Tasks.Sources.IValueTaskSource, System.Int16)
-System.Private.CoreLib.dll:System.Threading.Tasks.ValueTask/ValueTaskSourceNotifier.OnCompleted(System.Action`1, System.Object, System.Threading.Tasks.Sources.ValueTaskSourceOnCompletedFlags)
System.Private.CoreLib.dll:System.Threading.Tasks.ValueTask`1
System.Private.CoreLib.dll:System.Threading.Tasks.ValueTask`1..ctor(System.Object, TResult, System.Int16, System.Boolean)
System.Private.CoreLib.dll:System.Threading.Tasks.ValueTask`1..ctor(System.Threading.Tasks.Sources.IValueTaskSource`1, System.Int16)
@@ -18793,6 +18816,7 @@ System.Private.CoreLib.dll:System.Threading.Tasks.ValueTask`1.get_IsCompletedSuc
System.Private.CoreLib.dll:System.Threading.Tasks.ValueTask`1.get_Result()
System.Private.CoreLib.dll:System.Threading.Tasks.ValueTask`1.GetHashCode()
System.Private.CoreLib.dll:System.Threading.Tasks.ValueTask`1.GetTaskForValueTaskSource(System.Threading.Tasks.Sources.IValueTaskSource`1)
+System.Private.CoreLib.dll:System.Threading.Tasks.ValueTask`1.OnCompleted(System.Object, System.Action`1, System.Object, System.Int16, System.Threading.Tasks.Sources.ValueTaskSourceOnCompletedFlags)
System.Private.CoreLib.dll:System.Threading.Tasks.ValueTask`1.ToString()
System.Private.CoreLib.dll:System.Threading.Tasks.ValueTask`1/ValueTaskSourceAsTask
System.Private.CoreLib.dll:System.Threading.Tasks.ValueTask`1/ValueTaskSourceAsTask..cctor()
@@ -18803,15 +18827,18 @@ System.Private.CoreLib.dll:System.Threading.Tasks.ValueTask`1/ValueTaskSourceAsT
System.Private.CoreLib.dll:System.Threading.Tasks.ValueTask`1/ValueTaskSourceAsTask/<>c..ctor()
System.Private.CoreLib.dll:System.Threading.Tasks.ValueTask`1/ValueTaskSourceAsTask/<>c.<.cctor>b__4_0(System.Object)
System.Private.CoreLib.dll:System.Threading.Tasks.ValueTask`1/ValueTaskSourceAsTask/<>c System.Threading.Tasks.ValueTask`1/ValueTaskSourceAsTask/<>c::<>9
-System.Private.CoreLib.dll:System.Threading.Tasks.ValueTask`1/ValueTaskSourceNotifier
-System.Private.CoreLib.dll:System.Threading.Tasks.ValueTask`1/ValueTaskSourceNotifier..ctor(System.Threading.Tasks.Sources.IValueTaskSource`1, System.Int16)
-System.Private.CoreLib.dll:System.Threading.Tasks.ValueTask`1/ValueTaskSourceNotifier.OnCompleted(System.Action`1, System.Object, System.Threading.Tasks.Sources.ValueTaskSourceOnCompletedFlags)
System.Private.CoreLib.dll:System.Threading.Tasks.ValueTask`1 System.Runtime.CompilerServices.AsyncValueTaskMethodBuilder`1::Task()
System.Private.CoreLib.dll:System.Threading.Tasks.ValueTask`1 System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1::_value
System.Private.CoreLib.dll:System.Threading.Tasks.ValueTask`1 System.Runtime.CompilerServices.ConfiguredValueTaskAwaitable`1/ConfiguredValueTaskAwaiter::_value
+System.Private.CoreLib.dll:System.Threading.Tasks.ValueTaskSourceNotifier
+System.Private.CoreLib.dll:System.Threading.Tasks.ValueTaskSourceNotifier System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncStackState::ValueTaskSourceNotifier
+System.Private.CoreLib.dll:System.Threading.Tasks.ValueTaskSourceNotifier System.Threading.Tasks.ValueTaskSourceNotifier::t_instance
+System.Private.CoreLib.dll:System.Threading.Tasks.ValueTaskSourceNotifier..ctor(System.Object, method System.Void *(System.Object,System.Action`1,System.Object,System.Int16,System.Threading.Tasks.Sources.ValueTaskSourceOnCompletedFlags), System.Int16)
+System.Private.CoreLib.dll:System.Threading.Tasks.ValueTaskSourceNotifier.GetInstance(System.Object, method System.Void *(System.Object,System.Action`1,System.Object,System.Int16,System.Threading.Tasks.Sources.ValueTaskSourceOnCompletedFlags), System.Int16)
+System.Private.CoreLib.dll:System.Threading.Tasks.ValueTaskSourceNotifier.OnCompleted(System.Action`1, System.Object, System.Threading.Tasks.Sources.ValueTaskSourceOnCompletedFlags)
System.Private.CoreLib.dll:System.Threading.Tasks.VoidTaskResult
System.Private.CoreLib.dll:System.Threading.Thread
-System.Private.CoreLib.dll:System.Threading.Thread System.Runtime.CompilerServices.ExecutionAndSyncBlockStore::_thread
+System.Private.CoreLib.dll:System.Threading.Thread System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncAwaitState::CurrentThread
System.Private.CoreLib.dll:System.Threading.Thread System.Threading.AsyncFlowControl::_thread
System.Private.CoreLib.dll:System.Threading.Thread System.Threading.Thread::CurrentThread()
System.Private.CoreLib.dll:System.Threading.Thread System.Threading.Thread::CurrentThreadAssumedInitialized()
@@ -19119,7 +19146,7 @@ System.Private.CoreLib.dll:System.Threading.Volatile/VolatileUIntPtr
System.Private.CoreLib.dll:System.Threading.WaitCallback
System.Private.CoreLib.dll:System.Threading.WaitCallback System.Threading.QueueUserWorkItemCallback::_callback
System.Private.CoreLib.dll:System.Threading.WaitCallback System.Threading.QueueUserWorkItemCallbackDefaultContext::_callback
-System.Private.CoreLib.dll:System.Threading.WaitCallback System.Threading.Tasks.Task/<>c::<>9__131_1
+System.Private.CoreLib.dll:System.Threading.WaitCallback System.Threading.Tasks.Task/<>c::<>9__136_1
System.Private.CoreLib.dll:System.Threading.WaitCallback..ctor(System.Object, System.IntPtr)
System.Private.CoreLib.dll:System.Threading.WaitCallback.Invoke(System.Object)
System.Private.CoreLib.dll:System.Threading.WaitHandle
@@ -19339,6 +19366,7 @@ System.Private.CoreLib.dll:System.ThrowHelper.ThrowStartIndexArgumentOutOfRange_
System.Private.CoreLib.dll:System.ThrowHelper.ThrowSynchronizationLockException_LockExit()
System.Private.CoreLib.dll:System.ThrowHelper.ThrowUnexpectedStateForKnownCallback(System.Object)
System.Private.CoreLib.dll:System.ThrowHelper.ThrowUnreachableException()
+System.Private.CoreLib.dll:System.ThrowHelper.ThrowValueArgumentOutOfRange_NeedNonNegNumException()
System.Private.CoreLib.dll:System.TimeOnly
System.Private.CoreLib.dll:System.TimeOnly.CompareTo(System.Object)
System.Private.CoreLib.dll:System.TimeOnly.CompareTo(System.TimeOnly)
@@ -19523,7 +19551,7 @@ System.Private.CoreLib.dll:System.TimeZoneInfo.TryGetLocalTzFile(out System.Byte
System.Private.CoreLib.dll:System.TimeZoneInfo.TryGetTransitionsForYear(System.Int32, out System.ValueTuple`2&)
System.Private.CoreLib.dll:System.TimeZoneInfo.TryGetUtcOffset(System.DateTime, out System.TimeSpan&)
System.Private.CoreLib.dll:System.TimeZoneInfo.TryLoadTzFile(System.String, System.Byte[]&, System.String&)
-System.Private.CoreLib.dll:System.TimeZoneInfo.TryLocalToUtc(System.DateTime, out System.DateTime&)
+System.Private.CoreLib.dll:System.TimeZoneInfo.TryLocalToUtc(System.DateTime, out System.Int64&)
System.Private.CoreLib.dll:System.TimeZoneInfo.TZif_CalculateTransitionOffsetFromBase(System.TimeSpan, System.TimeSpan)
System.Private.CoreLib.dll:System.TimeZoneInfo.TZif_CreateAdjustmentRuleForPosixFormat(System.String, System.DateTime, System.TimeSpan)
System.Private.CoreLib.dll:System.TimeZoneInfo.TZif_CreateTransitionTimeFromPosixRule(System.ReadOnlySpan`1, System.ReadOnlySpan`1)
@@ -19547,7 +19575,6 @@ System.Private.CoreLib.dll:System.TimeZoneInfo.TZif_ToInt64(System.Byte[], Syste
System.Private.CoreLib.dll:System.TimeZoneInfo.TZif_ToUnixTime(System.Byte[], System.Int32, System.TimeZoneInfo/TZVersion)
System.Private.CoreLib.dll:System.TimeZoneInfo.TZif_UnixTimeToDateTime(System.Int64)
System.Private.CoreLib.dll:System.TimeZoneInfo.UtcOffsetOutOfRange(System.TimeSpan)
-System.Private.CoreLib.dll:System.TimeZoneInfo.UtcToLocal(System.DateTime, out System.Boolean&)
System.Private.CoreLib.dll:System.TimeZoneInfo.ValidateTimeZoneInfo(System.String, System.TimeSpan, System.TimeZoneInfo/AdjustmentRule[], out System.Boolean&)
System.Private.CoreLib.dll:System.TimeZoneInfo/<>c
System.Private.CoreLib.dll:System.TimeZoneInfo/<>c System.TimeZoneInfo/<>c::<>9
@@ -19946,10 +19973,10 @@ System.Private.CoreLib.dll:System.UInt128 System.UInt128::One()
System.Private.CoreLib.dll:System.UInt128 System.UInt128::System.IBinaryIntegerParseAndFormatInfo.MaxValueDiv10()
System.Private.CoreLib.dll:System.UInt128 System.UInt128::Zero()
System.Private.CoreLib.dll:System.UInt128..ctor(System.UInt64, System.UInt64)
-System.Private.CoreLib.dll:System.UInt128.g__AddDivisor|112_0(System.Span`1, System.ReadOnlySpan`1)
-System.Private.CoreLib.dll:System.UInt128.g__DivideGuessTooBig|112_1(System.UInt64, System.UInt64, System.UInt32, System.UInt32, System.UInt32)
-System.Private.CoreLib.dll:System.UInt128.g__DivideSlow|112_2(System.UInt128, System.UInt128)
-System.Private.CoreLib.dll:System.UInt128.g__SubtractDivisor|112_3(System.Span`1, System.ReadOnlySpan`1, System.UInt64)
+System.Private.CoreLib.dll:System.UInt128.g__Divide128BitsBy64Bits|83_1(System.UInt128, System.UInt64)
+System.Private.CoreLib.dll:System.UInt128.g__Divide128BitsBy64BitsCore|83_2(System.UInt64, System.UInt64, System.UInt64)
+System.Private.CoreLib.dll:System.UInt128.g__Divide96BitsBy64Bits|83_3(System.UInt64, System.UInt32, System.UInt64)
+System.Private.CoreLib.dll:System.UInt128.g__DivideSlow|83_0(System.UInt128, System.UInt128)
System.Private.CoreLib.dll:System.UInt128.CompareTo(System.Object)
System.Private.CoreLib.dll:System.UInt128.CompareTo(System.UInt128)
System.Private.CoreLib.dll:System.UInt128.CreateSaturating`1(TOther)
@@ -20432,6 +20459,7 @@ System.Private.CoreLib.dll:System.UInt64.CompareTo(System.Object)
System.Private.CoreLib.dll:System.UInt64.CompareTo(System.UInt64)
System.Private.CoreLib.dll:System.UInt64.CreateSaturating`1(TOther)
System.Private.CoreLib.dll:System.UInt64.CreateTruncating`1(TOther)
+System.Private.CoreLib.dll:System.UInt64.DivRem(System.UInt64, System.UInt64)
System.Private.CoreLib.dll:System.UInt64.Equals(System.Object)
System.Private.CoreLib.dll:System.UInt64.Equals(System.UInt64)
System.Private.CoreLib.dll:System.UInt64.GetHashCode()
@@ -21489,7 +21517,6 @@ System.Reflection.Metadata.dll:System.Reflection.Internal.PooledStringBuilder/<>
System.Reflection.Metadata.dll:System.Reflection.Internal.StreamExtensions
System.Reflection.Metadata.dll:System.Reflection.Internal.StreamExtensions.GetAndValidateSize(System.IO.Stream, System.Int32, System.String)
System.Reflection.Metadata.dll:System.Reflection.Internal.StreamExtensions.ReadExactly(System.IO.Stream, System.Byte*, System.Int32)
-System.Reflection.Metadata.dll:System.Reflection.Internal.StreamExtensions.TryReadAll(System.IO.Stream, System.Span`1)
System.Reflection.Metadata.dll:System.Reflection.Internal.StreamMemoryBlockProvider
System.Reflection.Metadata.dll:System.Reflection.Internal.StreamMemoryBlockProvider..ctor(System.IO.Stream, System.Int64, System.Int32, System.Boolean)
System.Reflection.Metadata.dll:System.Reflection.Internal.StreamMemoryBlockProvider.CreateMemoryMappedFileBlock(System.Int64, System.Int32)
diff --git a/tests/dotnet/UnitTests/expected/MacCatalyst-CoreCLR-Interpreter-size.txt b/tests/dotnet/UnitTests/expected/MacCatalyst-CoreCLR-Interpreter-size.txt
index 4c77f3aa0f46..a94bebfbfee5 100644
--- a/tests/dotnet/UnitTests/expected/MacCatalyst-CoreCLR-Interpreter-size.txt
+++ b/tests/dotnet/UnitTests/expected/MacCatalyst-CoreCLR-Interpreter-size.txt
@@ -1,14 +1,14 @@
-AppBundleSize: 10,464,199 bytes (10,218.9 KB = 10.0 MB)
+AppBundleSize: 10,487,775 bytes (10,242.0 KB = 10.0 MB)
# The following list of files and their sizes is just informational / for review, and isn't used in the test:
Contents/_CodeSignature/CodeResources: 4,951 bytes (4.8 KB = 0.0 MB)
-Contents/Info.plist: 1,119 bytes (1.1 KB = 0.0 MB)
-Contents/MacOS/SizeTestApp: 242,320 bytes (236.6 KB = 0.2 MB)
-Contents/MonoBundle/libcoreclr.dylib: 6,386,608 bytes (6,236.9 KB = 6.1 MB)
+Contents/Info.plist: 1,127 bytes (1.1 KB = 0.0 MB)
+Contents/MacOS/SizeTestApp: 242,528 bytes (236.8 KB = 0.2 MB)
+Contents/MonoBundle/libcoreclr.dylib: 6,385,264 bytes (6,235.6 KB = 6.1 MB)
Contents/MonoBundle/libSystem.Globalization.Native.dylib: 110,432 bytes (107.8 KB = 0.1 MB)
-Contents/MonoBundle/libSystem.IO.Compression.Native.dylib: 1,442,208 bytes (1,408.4 KB = 1.4 MB)
-Contents/MonoBundle/libSystem.Native.dylib: 146,768 bytes (143.3 KB = 0.1 MB)
-Contents/MonoBundle/libSystem.Net.Security.Native.dylib: 71,120 bytes (69.5 KB = 0.1 MB)
-Contents/MonoBundle/libSystem.Security.Cryptography.Native.Apple.dylib: 204,768 bytes (200.0 KB = 0.2 MB)
+Contents/MonoBundle/libSystem.IO.Compression.Native.dylib: 1,442,336 bytes (1,408.5 KB = 1.4 MB)
+Contents/MonoBundle/libSystem.Native.dylib: 147,744 bytes (144.3 KB = 0.1 MB)
+Contents/MonoBundle/libSystem.Net.Security.Native.dylib: 71,232 bytes (69.6 KB = 0.1 MB)
+Contents/MonoBundle/libSystem.Security.Cryptography.Native.Apple.dylib: 229,280 bytes (223.9 KB = 0.2 MB)
Contents/MonoBundle/Microsoft.MacCatalyst.dll: 102,400 bytes (100.0 KB = 0.1 MB)
Contents/MonoBundle/runtimeconfig.bin: 1,481 bytes (1.4 KB = 0.0 MB)
Contents/MonoBundle/SizeTestApp.dll: 7,680 bytes (7.5 KB = 0.0 MB)
@@ -16,8 +16,8 @@ Contents/MonoBundle/System.Collections.Immutable.dll: 14,848 bytes (14.5 KB = 0.
Contents/MonoBundle/System.Diagnostics.StackTrace.dll: 8,192 bytes (8.0 KB = 0.0 MB)
Contents/MonoBundle/System.IO.Compression.dll: 22,528 bytes (22.0 KB = 0.0 MB)
Contents/MonoBundle/System.IO.MemoryMappedFiles.dll: 22,016 bytes (21.5 KB = 0.0 MB)
-Contents/MonoBundle/System.Private.CoreLib.dll: 1,576,960 bytes (1,540.0 KB = 1.5 MB)
+Contents/MonoBundle/System.Private.CoreLib.dll: 1,579,520 bytes (1,542.5 KB = 1.5 MB)
Contents/MonoBundle/System.Reflection.Metadata.dll: 84,480 bytes (82.5 KB = 0.1 MB)
Contents/MonoBundle/System.Runtime.dll: 5,120 bytes (5.0 KB = 0.0 MB)
-Contents/MonoBundle/System.Runtime.InteropServices.dll: 8,192 bytes (8.0 KB = 0.0 MB)
+Contents/MonoBundle/System.Runtime.InteropServices.dll: 4,608 bytes (4.5 KB = 0.0 MB)
Contents/PkgInfo: 8 bytes (0.0 KB = 0.0 MB)
diff --git a/tests/dotnet/UnitTests/expected/MacCatalyst-CoreCLR-R2R-preservedapis.txt b/tests/dotnet/UnitTests/expected/MacCatalyst-CoreCLR-R2R-preservedapis.txt
index 3166fc0d9998..f9c6e4fe0beb 100644
--- a/tests/dotnet/UnitTests/expected/MacCatalyst-CoreCLR-R2R-preservedapis.txt
+++ b/tests/dotnet/UnitTests/expected/MacCatalyst-CoreCLR-R2R-preservedapis.txt
@@ -2398,6 +2398,7 @@ System.Private.CoreLib.dll:method System.Void *(System.Byte&,System.Byte*,System
System.Private.CoreLib.dll:method System.Void *(System.Byte&,System.Byte*,System.StubHelpers.CleanupWorkListElement&) System.StubHelpers.LayoutClassMarshaler`1/Methods::Free()
System.Private.CoreLib.dll:method System.Void *(System.Byte&,System.Byte*,System.StubHelpers.CleanupWorkListElement&) System.StubHelpers.StubHelpers/StructureMarshalInfo::ConvertToManaged
System.Private.CoreLib.dll:method System.Void *(System.Byte&) System.RuntimeType/ActivatorCache::_pfnValueCtor
+System.Private.CoreLib.dll:method System.Void *(System.Object,System.Action`1,System.Object,System.Int16,System.Threading.Tasks.Sources.ValueTaskSourceOnCompletedFlags) System.Threading.Tasks.ValueTaskSourceNotifier::_onCompleted
System.Private.CoreLib.dll:method System.Void *(System.Object) System.RuntimeType/ActivatorCache::_pfnRefCtor
System.Private.CoreLib.dll:method System.Void *(System.Runtime.CompilerServices.TailCallArgBuffer*,System.Byte&,System.Runtime.CompilerServices.PortableTailCallFrame*) System.Runtime.CompilerServices.PortableTailCallFrame::NextCall
System.Private.CoreLib.dll:Microsoft.Win32.SafeHandles.SafeFileHandle
@@ -2514,8 +2515,8 @@ System.Private.CoreLib.dll:System.Action`1 System.Threading.Manua
System.Private.CoreLib.dll:System.Action`1 System.Threading.SemaphoreSlim::s_cancellationTokenCanceledEventHandler
System.Private.CoreLib.dll:System.Action`1 System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1::_continuation
System.Private.CoreLib.dll:System.Action`1 System.Threading.Tasks.Sources.ManualResetValueTaskSourceCoreShared::s_sentinel
-System.Private.CoreLib.dll:System.Action`1 System.Threading.Tasks.Task/<>c::<>9__39_0
-System.Private.CoreLib.dll:System.Action`1 System.Threading.Tasks.Task/<>c::<>9__39_1
+System.Private.CoreLib.dll:System.Action`1 System.Threading.Tasks.Task/<>c::<>9__44_0
+System.Private.CoreLib.dll:System.Action`1 System.Threading.Tasks.Task/<>c::<>9__44_1
System.Private.CoreLib.dll:System.Action`1 System.Threading.Tasks.TaskSchedulerAwaitTaskContinuation/<>c::<>9__2_0
System.Private.CoreLib.dll:System.Action`1 System.Threading.Tasks.ValueTask/ValueTaskSourceAsTask::s_completionAction
System.Private.CoreLib.dll:System.Action`1 System.Threading.Tasks.ValueTask`1/ValueTaskSourceAsTask::s_completionAction
@@ -2814,6 +2815,8 @@ System.Private.CoreLib.dll:System.BitConverter.Int32BitsToSingle(System.Int32)
System.Private.CoreLib.dll:System.BitConverter.Int64BitsToDouble(System.Int64)
System.Private.CoreLib.dll:System.BitConverter.SingleToInt32Bits(System.Single)
System.Private.CoreLib.dll:System.BitConverter.SingleToUInt32Bits(System.Single)
+System.Private.CoreLib.dll:System.BitConverter.ToInt32(System.ReadOnlySpan`1)
+System.Private.CoreLib.dll:System.BitConverter.ToUInt32(System.ReadOnlySpan`1)
System.Private.CoreLib.dll:System.BitConverter.UInt16BitsToHalf(System.UInt16)
System.Private.CoreLib.dll:System.BitConverter.UInt32BitsToSingle(System.UInt32)
System.Private.CoreLib.dll:System.BitConverter.UInt64BitsToDouble(System.UInt64)
@@ -3203,7 +3206,9 @@ System.Private.CoreLib.dll:System.Boolean System.RuntimeType/RuntimeTypeCache/Me
System.Private.CoreLib.dll:System.Boolean System.RuntimeTypeHandle/IntroducedMethodEnumerator::_firstCall
System.Private.CoreLib.dll:System.Boolean System.SByte::System.IBinaryIntegerParseAndFormatInfo.IsSigned()
System.Private.CoreLib.dll:System.Boolean System.Span`1::IsEmpty()
+System.Private.CoreLib.dll:System.Boolean System.StubHelpers.LayoutClassMarshaler`1/Methods::IsBlittable()
System.Private.CoreLib.dll:System.Boolean System.StubHelpers.SafeHandleCleanupWorkListElement::m_owned
+System.Private.CoreLib.dll:System.Boolean System.StubHelpers.StructureMarshaler`1::s_isBlittable
System.Private.CoreLib.dll:System.Boolean System.Text.Decoder::InternalHasFallbackBuffer()
System.Private.CoreLib.dll:System.Boolean System.Text.DecoderNLS::_throwOnOverflow
System.Private.CoreLib.dll:System.Boolean System.Text.DecoderNLS::MustFlush()
@@ -3226,6 +3231,7 @@ System.Private.CoreLib.dll:System.Boolean System.Threading.CancellationTokenSour
System.Private.CoreLib.dll:System.Boolean System.Threading.CancellationTokenSource::IsCancellationRequested()
System.Private.CoreLib.dll:System.Boolean System.Threading.Condition/Waiter::signalled
System.Private.CoreLib.dll:System.Boolean System.Threading.ExecutionContext::HasChangeNotifications()
+System.Private.CoreLib.dll:System.Boolean System.Threading.ExecutionContext::InstanceIsFlowSuppressed()
System.Private.CoreLib.dll:System.Boolean System.Threading.ExecutionContext::IsDefault()
System.Private.CoreLib.dll:System.Boolean System.Threading.ExecutionContext::m_isDefault
System.Private.CoreLib.dll:System.Boolean System.Threading.ExecutionContext::m_isFlowSuppressed
@@ -3513,7 +3519,7 @@ System.Private.CoreLib.dll:System.Buffers.IndexOfAnyAsciiSearcher/ContainsAnyRes
System.Private.CoreLib.dll:System.Buffers.IndexOfAnyAsciiSearcher/Default
System.Private.CoreLib.dll:System.Buffers.IndexOfAnyAsciiSearcher/Default.PackSources(System.Runtime.Intrinsics.Vector128`1, System.Runtime.Intrinsics.Vector128`1)
System.Private.CoreLib.dll:System.Buffers.IndexOfAnyAsciiSearcher/DontNegate
-System.Private.CoreLib.dll:System.Buffers.IndexOfAnyAsciiSearcher/DontNegate.ExtractMask(System.Runtime.Intrinsics.Vector128`1)
+System.Private.CoreLib.dll:System.Buffers.IndexOfAnyAsciiSearcher/DontNegate.IndexOfFirstMatch(System.Runtime.Intrinsics.Vector128`1)
System.Private.CoreLib.dll:System.Buffers.IndexOfAnyAsciiSearcher/DontNegate.NegateIfNeeded(System.Boolean)
System.Private.CoreLib.dll:System.Buffers.IndexOfAnyAsciiSearcher/DontNegate.NegateIfNeeded(System.Runtime.Intrinsics.Vector128`1)
System.Private.CoreLib.dll:System.Buffers.IndexOfAnyAsciiSearcher/IndexOfAnyResultMapper`1
@@ -3522,7 +3528,7 @@ System.Private.CoreLib.dll:System.Buffers.IndexOfAnyAsciiSearcher/IndexOfAnyResu
System.Private.CoreLib.dll:System.Buffers.IndexOfAnyAsciiSearcher/IndexOfAnyResultMapper`1.get_NotFound()
System.Private.CoreLib.dll:System.Buffers.IndexOfAnyAsciiSearcher/IndexOfAnyResultMapper`1.ScalarResult(T&, T&)
System.Private.CoreLib.dll:System.Buffers.IndexOfAnyAsciiSearcher/INegator
-System.Private.CoreLib.dll:System.Buffers.IndexOfAnyAsciiSearcher/INegator.ExtractMask(System.Runtime.Intrinsics.Vector128`1)
+System.Private.CoreLib.dll:System.Buffers.IndexOfAnyAsciiSearcher/INegator.IndexOfFirstMatch(System.Runtime.Intrinsics.Vector128`1)
System.Private.CoreLib.dll:System.Buffers.IndexOfAnyAsciiSearcher/INegator.NegateIfNeeded(System.Boolean)
System.Private.CoreLib.dll:System.Buffers.IndexOfAnyAsciiSearcher/INegator.NegateIfNeeded(System.Runtime.Intrinsics.Vector128`1)
System.Private.CoreLib.dll:System.Buffers.IndexOfAnyAsciiSearcher/IOptimizations
@@ -3533,7 +3539,7 @@ System.Private.CoreLib.dll:System.Buffers.IndexOfAnyAsciiSearcher/IResultMapper`
System.Private.CoreLib.dll:System.Buffers.IndexOfAnyAsciiSearcher/IResultMapper`2.get_NotFound()
System.Private.CoreLib.dll:System.Buffers.IndexOfAnyAsciiSearcher/IResultMapper`2.ScalarResult(T&, T&)
System.Private.CoreLib.dll:System.Buffers.IndexOfAnyAsciiSearcher/Negate
-System.Private.CoreLib.dll:System.Buffers.IndexOfAnyAsciiSearcher/Negate.ExtractMask(System.Runtime.Intrinsics.Vector128`1)
+System.Private.CoreLib.dll:System.Buffers.IndexOfAnyAsciiSearcher/Negate.IndexOfFirstMatch(System.Runtime.Intrinsics.Vector128`1)
System.Private.CoreLib.dll:System.Buffers.IndexOfAnyAsciiSearcher/Negate.NegateIfNeeded(System.Boolean)
System.Private.CoreLib.dll:System.Buffers.IndexOfAnyAsciiSearcher/Negate.NegateIfNeeded(System.Runtime.Intrinsics.Vector128`1)
System.Private.CoreLib.dll:System.Buffers.IndexOfAnyAsciiSearcher/Ssse3AndWasmHandleZeroInNeedle
@@ -3624,6 +3630,8 @@ System.Private.CoreLib.dll:System.Buffers.SearchValues`1.IndexOfAny(System.ReadO
System.Private.CoreLib.dll:System.Buffers.SearchValues`1.IndexOfAnyExcept(System.ReadOnlySpan`1)
System.Private.CoreLib.dll:System.Buffers.SearchValues`1 System.Globalization.CompareInfo::s_nonSpecialAsciiChars
System.Private.CoreLib.dll:System.Buffers.SearchValues`1 System.Reflection.Metadata.TypeNameParserHelpers::s_endOfFullTypeNameDelimiterChars
+System.Private.CoreLib.dll:System.Buffers.SearchValues`1 System.String/SearchValuesStorage::NewLineChars
+System.Private.CoreLib.dll:System.Buffers.SearchValues`1 System.String/SearchValuesStorage::WhiteSpaceChars
System.Private.CoreLib.dll:System.Buffers.SharedArrayPool`1
System.Private.CoreLib.dll:System.Buffers.SharedArrayPool`1..ctor()
System.Private.CoreLib.dll:System.Buffers.SharedArrayPool`1.CreatePerCorePartitions(System.Int32)
@@ -5424,6 +5432,7 @@ System.Private.CoreLib.dll:System.Diagnostics.CodeAnalysis.AllowNullAttribute..c
System.Private.CoreLib.dll:System.Diagnostics.CodeAnalysis.ConstantExpectedAttribute
System.Private.CoreLib.dll:System.Diagnostics.CodeAnalysis.ConstantExpectedAttribute..ctor()
System.Private.CoreLib.dll:System.Diagnostics.CodeAnalysis.ConstantExpectedAttribute.set_Max(System.Object)
+System.Private.CoreLib.dll:System.Diagnostics.CodeAnalysis.ConstantExpectedAttribute.set_Min(System.Object)
System.Private.CoreLib.dll:System.Diagnostics.CodeAnalysis.DisallowNullAttribute
System.Private.CoreLib.dll:System.Diagnostics.CodeAnalysis.DisallowNullAttribute..ctor()
System.Private.CoreLib.dll:System.Diagnostics.CodeAnalysis.DynamicallyAccessedMemberTypes
@@ -8065,10 +8074,9 @@ System.Private.CoreLib.dll:System.Int16 System.Threading.Tasks.Sources.ManualRes
System.Private.CoreLib.dll:System.Int16 System.Threading.Tasks.Sources.ManualResetValueTaskSourceCore`1::Version()
System.Private.CoreLib.dll:System.Int16 System.Threading.Tasks.ValueTask::_token
System.Private.CoreLib.dll:System.Int16 System.Threading.Tasks.ValueTask/ValueTaskSourceAsTask::_token
-System.Private.CoreLib.dll:System.Int16 System.Threading.Tasks.ValueTask/ValueTaskSourceNotifier::_token
System.Private.CoreLib.dll:System.Int16 System.Threading.Tasks.ValueTask`1::_token
System.Private.CoreLib.dll:System.Int16 System.Threading.Tasks.ValueTask`1/ValueTaskSourceAsTask::_token
-System.Private.CoreLib.dll:System.Int16 System.Threading.Tasks.ValueTask`1/ValueTaskSourceNotifier::_token
+System.Private.CoreLib.dll:System.Int16 System.Threading.Tasks.ValueTaskSourceNotifier::_token
System.Private.CoreLib.dll:System.Int16.CompareTo(System.Int16)
System.Private.CoreLib.dll:System.Int16.CompareTo(System.Object)
System.Private.CoreLib.dll:System.Int16.CreateSaturating`1(TOther)
@@ -8876,7 +8884,6 @@ System.Private.CoreLib.dll:System.Int32 System.Threading.SpinWait::_count
System.Private.CoreLib.dll:System.Int32 System.Threading.SpinWait::Count()
System.Private.CoreLib.dll:System.Int32 System.Threading.SpinWait::SpinCountForSpinBeforeWait
System.Private.CoreLib.dll:System.Int32 System.Threading.StackCrawlMark::value__
-System.Private.CoreLib.dll:System.Int32 System.Threading.Tasks.AsyncCausalityStatus::value__
System.Private.CoreLib.dll:System.Int32 System.Threading.Tasks.CausalitySynchronousWork::value__
System.Private.CoreLib.dll:System.Int32 System.Threading.Tasks.ConfigureAwaitOptions::value__
System.Private.CoreLib.dll:System.Int32 System.Threading.Tasks.InternalTaskOptions::value__
@@ -8952,6 +8959,7 @@ System.Private.CoreLib.dll:System.Int32.Equals(System.Object)
System.Private.CoreLib.dll:System.Int32.GetHashCode()
System.Private.CoreLib.dll:System.Int32.GetTypeCode()
System.Private.CoreLib.dll:System.Int32.IsNegative(System.Int32)
+System.Private.CoreLib.dll:System.Int32.Log2(System.Int32)
System.Private.CoreLib.dll:System.Int32.Max(System.Int32, System.Int32)
System.Private.CoreLib.dll:System.Int32.Min(System.Int32, System.Int32)
System.Private.CoreLib.dll:System.Int32.Parse(System.ReadOnlySpan`1, System.Globalization.NumberStyles, System.IFormatProvider)
@@ -10207,8 +10215,8 @@ System.Private.CoreLib.dll:System.Memory`1.Pin()
System.Private.CoreLib.dll:System.Memory`1.Slice(System.Int32)
System.Private.CoreLib.dll:System.Memory`1.ToString()
System.Private.CoreLib.dll:System.MemoryExtensions
-System.Private.CoreLib.dll:System.MemoryExtensions.g__TrimFallback|273_0(System.ReadOnlySpan`1)
-System.Private.CoreLib.dll:System.MemoryExtensions.g__TrimFallback|287_0(System.ReadOnlySpan`1)
+System.Private.CoreLib.dll:System.MemoryExtensions.g__TrimFallback|278_0(System.ReadOnlySpan`1)
+System.Private.CoreLib.dll:System.MemoryExtensions.g__TrimFallback|292_0(System.ReadOnlySpan`1)
System.Private.CoreLib.dll:System.MemoryExtensions.AsMemory`1(T[], System.Int32, System.Int32)
System.Private.CoreLib.dll:System.MemoryExtensions.AsSpan(System.String, System.Int32, System.Int32)
System.Private.CoreLib.dll:System.MemoryExtensions.AsSpan(System.String, System.Int32)
@@ -10240,6 +10248,7 @@ System.Private.CoreLib.dll:System.MemoryExtensions.IndexOfAny`1(System.ReadOnlyS
System.Private.CoreLib.dll:System.MemoryExtensions.IndexOfAnyExcept`1(System.ReadOnlySpan`1, T)
System.Private.CoreLib.dll:System.MemoryExtensions.IndexOfAnyExceptInRange`1(System.ReadOnlySpan`1, T, T)
System.Private.CoreLib.dll:System.MemoryExtensions.IndexOfAnyInRange`1(System.ReadOnlySpan`1, T, T)
+System.Private.CoreLib.dll:System.MemoryExtensions.IndexOfAnyWhiteSpace(System.ReadOnlySpan`1)
System.Private.CoreLib.dll:System.MemoryExtensions.LastIndexOf`1(System.ReadOnlySpan`1, T)
System.Private.CoreLib.dll:System.MemoryExtensions.Overlaps`1(System.ReadOnlySpan`1, System.ReadOnlySpan`1)
System.Private.CoreLib.dll:System.MemoryExtensions.SequenceCompareTo`1(System.ReadOnlySpan`1, System.ReadOnlySpan`1)
@@ -10801,7 +10810,9 @@ System.Private.CoreLib.dll:System.Object System.ComAwareWeakReference/ComInfo::_
System.Private.CoreLib.dll:System.Object System.Delegate::_methodBase
System.Private.CoreLib.dll:System.Object System.Delegate::_target
System.Private.CoreLib.dll:System.Object System.Diagnostics.CodeAnalysis.ConstantExpectedAttribute::k__BackingField
+System.Private.CoreLib.dll:System.Object System.Diagnostics.CodeAnalysis.ConstantExpectedAttribute::k__BackingField
System.Private.CoreLib.dll:System.Object System.Diagnostics.CodeAnalysis.ConstantExpectedAttribute::Max()
+System.Private.CoreLib.dll:System.Object System.Diagnostics.CodeAnalysis.ConstantExpectedAttribute::Min()
System.Private.CoreLib.dll:System.Object System.Diagnostics.EditAndContinueHelper::_objectReference
System.Private.CoreLib.dll:System.Object System.Diagnostics.StackFrameHelper::dynamicMethods
System.Private.CoreLib.dll:System.Object System.Diagnostics.StackFrameHelper::s_stackTraceSymbolsCache
@@ -10875,6 +10886,7 @@ System.Private.CoreLib.dll:System.Object System.Threading.Tasks.TaskToAsyncResul
System.Private.CoreLib.dll:System.Object System.Threading.Tasks.TaskToAsyncResult/TaskAsyncResult::AsyncState()
System.Private.CoreLib.dll:System.Object System.Threading.Tasks.ValueTask::_obj
System.Private.CoreLib.dll:System.Object System.Threading.Tasks.ValueTask`1::_obj
+System.Private.CoreLib.dll:System.Object System.Threading.Tasks.ValueTaskSourceNotifier::_source
System.Private.CoreLib.dll:System.Object System.Threading.Thread/StartHelper::_startArg
System.Private.CoreLib.dll:System.Object System.Threading.ThreadBlockingInfo/Scope::_object
System.Private.CoreLib.dll:System.Object System.Threading.TimerQueueTimer::_notifyWhenNoCallbacksRunning
@@ -11001,8 +11013,8 @@ System.Private.CoreLib.dll:System.PlatformNotSupportedException..ctor(System.Str
System.Private.CoreLib.dll:System.Predicate`1
System.Private.CoreLib.dll:System.Predicate`1..ctor(System.Object, System.IntPtr)
System.Private.CoreLib.dll:System.Predicate`1.Invoke(T)
-System.Private.CoreLib.dll:System.Predicate`1 System.Threading.Tasks.Task/<>c::<>9__219_0
-System.Private.CoreLib.dll:System.Predicate`1 System.Threading.Tasks.Task/<>c::<>9__138_0
+System.Private.CoreLib.dll:System.Predicate`1 System.Threading.Tasks.Task/<>c::<>9__224_0
+System.Private.CoreLib.dll:System.Predicate`1 System.Threading.Tasks.Task/<>c::<>9__143_0
System.Private.CoreLib.dll:System.Random
System.Private.CoreLib.dll:System.Random/ImplBase
System.Private.CoreLib.dll:System.Random/ImplBase..ctor()
@@ -13207,10 +13219,13 @@ System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers.CaptureC
System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers.CaptureExecutionContext()
System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers.CompletedTask(System.Threading.Tasks.Task)
System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers.CompletedTaskResult`1(System.Threading.Tasks.Task`1)
-System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers.FinalizeTaskReturningThunk()
-System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers.FinalizeTaskReturningThunk`1()
-System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers.FinalizeValueTaskReturningThunk()
-System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers.FinalizeValueTaskReturningThunk`1()
+System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers.FinalizeRuntimeAsyncTask`1(System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncAwaitState&, System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncTask`1)
+System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers.FinalizeTaskReturningThunk(System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncAwaitState&)
+System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers.FinalizeTaskReturningThunk`1(System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncAwaitState&)
+System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers.FinalizeValueTaskReturningThunk(System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncAwaitState&)
+System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers.FinalizeValueTaskReturningThunk`1(System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncAwaitState&)
+System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers.FinishSuspensionNoContinuationContext(System.Threading.ExecutionContext&, System.Boolean, System.Threading.ExecutionContext, System.Threading.SynchronizationContext)
+System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers.FinishSuspensionWithContinuationContext(System.Object&, System.Runtime.CompilerServices.ContinuationFlags&, System.Threading.ExecutionContext&, System.Boolean, System.Threading.ExecutionContext, System.Threading.SynchronizationContext)
System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers.RestoreContexts(System.Boolean, System.Threading.ExecutionContext, System.Threading.SynchronizationContext)
System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers.RestoreContextsOnSuspension(System.Boolean, System.Threading.ExecutionContext, System.Threading.SynchronizationContext)
System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers.RestoreExecutionContext(System.Threading.ExecutionContext)
@@ -13225,6 +13240,13 @@ System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers.ValueTas
System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncAwaitState
System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncAwaitState System.Runtime.CompilerServices.AsyncHelpers::t_runtimeAsyncAwaitState
System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncAwaitState.CaptureContexts()
+System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncAwaitState.Pop()
+System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncAwaitState.Push(System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncStackState*)
+System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncStackState
+System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncStackState.Pop(System.Threading.Thread)
+System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncStackState.Push(System.Threading.Thread)
+System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncStackState* System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncAwaitState::StackState
+System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncStackState* System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncStackState::Next
System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncTask`1
System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncTask`1..cctor()
System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncTask`1..ctor()
@@ -13232,18 +13254,18 @@ System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers/RuntimeA
System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncTask`1.ExecuteFromThreadPool(System.Threading.Thread)
System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncTask`1.GetContinuationAction()
System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncTask`1.GetResultStorage()
-System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncTask`1.HandleSuspended()
+System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncTask`1.HandleSuspended(System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncAwaitState&)
System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncTask`1.MoveContinuationState()
System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncTask`1.QueueContinuationFollowUpActionIfNecessary(System.Runtime.CompilerServices.Continuation)
System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncTask`1.SetContinuationState(System.Runtime.CompilerServices.Continuation)
System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncTask`1.System.Threading.Tasks.ITaskCompletionAction.get_InvokeMayRunArbitraryCode()
System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncTask`1.System.Threading.Tasks.ITaskCompletionAction.Invoke(System.Threading.Tasks.Task)
-System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncTask`1.UnwindToPossibleHandler(System.Runtime.CompilerServices.Continuation, System.Exception)
+System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncTask`1.UnwindToPossibleHandler(System.Runtime.CompilerServices.Continuation, System.Exception, System.UInt32&)
System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncTask`1/<>c
System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncTask`1/<>c..cctor()
System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncTask`1/<>c..ctor()
-System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncTask`1/<>c.<.cctor>b__16_0(System.Object)
-System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncTask`1/<>c.<.cctor>b__16_1(System.Object)
+System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncTask`1/<>c.<.cctor>b__18_0(System.Object)
+System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncTask`1/<>c.<.cctor>b__18_1(System.Object)
System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncTask`1/<>c System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncTask`1/<>c::<>9
System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncIteratorStateMachineAttribute
System.Private.CoreLib.dll:System.Runtime.CompilerServices.AsyncMethodBuilderCore
@@ -13341,7 +13363,6 @@ System.Private.CoreLib.dll:System.Runtime.CompilerServices.CastHelpers.Unbox_Nul
System.Private.CoreLib.dll:System.Runtime.CompilerServices.CastHelpers.Unbox_TypeTest_Helper(System.Runtime.CompilerServices.MethodTable*, System.Runtime.CompilerServices.MethodTable*)
System.Private.CoreLib.dll:System.Runtime.CompilerServices.CastHelpers.Unbox_TypeTest(System.Runtime.CompilerServices.MethodTable*, System.Runtime.CompilerServices.MethodTable*)
System.Private.CoreLib.dll:System.Runtime.CompilerServices.CastHelpers.Unbox(System.Runtime.CompilerServices.MethodTable*, System.Object)
-System.Private.CoreLib.dll:System.Runtime.CompilerServices.CastHelpers.WriteBarrier(System.Object&, System.Object)
System.Private.CoreLib.dll:System.Runtime.CompilerServices.CastResult
System.Private.CoreLib.dll:System.Runtime.CompilerServices.CastResult System.Runtime.CompilerServices.CastResult::CanCast
System.Private.CoreLib.dll:System.Runtime.CompilerServices.CastResult System.Runtime.CompilerServices.CastResult::CannotCast
@@ -13497,9 +13518,6 @@ System.Private.CoreLib.dll:System.Runtime.CompilerServices.DynamicStaticsInfo Sy
System.Private.CoreLib.dll:System.Runtime.CompilerServices.DynamicStaticsInfo.MaskStaticsPointer(System.Byte&)
System.Private.CoreLib.dll:System.Runtime.CompilerServices.EntryInfo
System.Private.CoreLib.dll:System.Runtime.CompilerServices.EntryInfo System.Runtime.CompilerServices.GenericCache`2/Entry::_info
-System.Private.CoreLib.dll:System.Runtime.CompilerServices.ExecutionAndSyncBlockStore
-System.Private.CoreLib.dll:System.Runtime.CompilerServices.ExecutionAndSyncBlockStore.Pop()
-System.Private.CoreLib.dll:System.Runtime.CompilerServices.ExecutionAndSyncBlockStore.Push()
System.Private.CoreLib.dll:System.Runtime.CompilerServices.ExtensionAttribute
System.Private.CoreLib.dll:System.Runtime.CompilerServices.ExtensionAttribute..ctor()
System.Private.CoreLib.dll:System.Runtime.CompilerServices.GenericCache`2
@@ -13538,7 +13556,7 @@ System.Private.CoreLib.dll:System.Runtime.CompilerServices.IAsyncStateMachineBox
System.Private.CoreLib.dll:System.Runtime.CompilerServices.IAsyncStateMachineBox.MoveNext()
System.Private.CoreLib.dll:System.Runtime.CompilerServices.IConfiguredTaskAwaiter
System.Private.CoreLib.dll:System.Runtime.CompilerServices.ICriticalNotifyCompletion
-System.Private.CoreLib.dll:System.Runtime.CompilerServices.ICriticalNotifyCompletion System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncAwaitState::CriticalNotifier
+System.Private.CoreLib.dll:System.Runtime.CompilerServices.ICriticalNotifyCompletion System.Runtime.CompilerServices.AsyncHelpers/RuntimeAsyncStackState::CriticalNotifier
System.Private.CoreLib.dll:System.Runtime.CompilerServices.ICriticalNotifyCompletion.UnsafeOnCompleted(System.Action)
System.Private.CoreLib.dll:System.Runtime.CompilerServices.InitHelpers
System.Private.CoreLib.dll:System.Runtime.CompilerServices.InitHelpers.CallClassConstructor(System.Void*, System.Void*, System.Exception*)
@@ -13555,7 +13573,7 @@ System.Private.CoreLib.dll:System.Runtime.CompilerServices.InlineArray8`1)
+System.Private.CoreLib.dll:System.Runtime.Intrinsics.Arm.AdvSimd.ShiftRightLogicalNarrowingLower(System.Runtime.Intrinsics.Vector128`1, System.Byte)
System.Private.CoreLib.dll:System.Runtime.Intrinsics.Arm.AdvSimd.Store(System.Byte*, System.Runtime.Intrinsics.Vector64`1)
System.Private.CoreLib.dll:System.Runtime.Intrinsics.Arm.AdvSimd.StoreSelectedScalar(System.UInt32*, System.Runtime.Intrinsics.Vector64`1, System.Byte)
System.Private.CoreLib.dll:System.Runtime.Intrinsics.Arm.AdvSimd/Arm64
@@ -14752,6 +14772,8 @@ System.Private.CoreLib.dll:System.Runtime.Intrinsics.SimdVectorExtensions
System.Private.CoreLib.dll:System.Runtime.Intrinsics.SimdVectorExtensions.Store`2(TVector, T*)
System.Private.CoreLib.dll:System.Runtime.Intrinsics.Vector128
System.Private.CoreLib.dll:System.Runtime.Intrinsics.Vector128.AddSaturate`1(System.Runtime.Intrinsics.Vector128`1, System.Runtime.Intrinsics.Vector128`1)
+System.Private.CoreLib.dll:System.Runtime.Intrinsics.Vector128.AdvSimdExtractBitMask`1(System.Runtime.Intrinsics.Vector128`1)
+System.Private.CoreLib.dll:System.Runtime.Intrinsics.Vector128.AdvSimdFixupBitCount`1(System.Int32)
System.Private.CoreLib.dll:System.Runtime.Intrinsics.Vector128.AndNot`1(System.Runtime.Intrinsics.Vector128`1, System.Runtime.Intrinsics.Vector128`1