C#: Re-generate .NET Runtime models based on .NET 9.

This commit is contained in:
Michael Nebel
2025-02-07 14:22:27 +01:00
parent 54345044ad
commit ff74024f50
163 changed files with 6622 additions and 1689 deletions

View File

@@ -90,6 +90,9 @@ extensions:
- ["System.Threading", "AsyncFlowControl", "op_Equality", "(System.Threading.AsyncFlowControl,System.Threading.AsyncFlowControl)", "summary", "df-generated"]
- ["System.Threading", "AsyncFlowControl", "op_Inequality", "(System.Threading.AsyncFlowControl,System.Threading.AsyncFlowControl)", "summary", "df-generated"]
- ["System.Threading", "AsyncLocal<T>", "AsyncLocal", "(System.Action<System.Threading.AsyncLocalValueChangedArgs<T>>)", "summary", "df-generated"]
- ["System.Threading", "AsyncLocalValueChangedArgs<T>", "get_CurrentValue", "()", "summary", "df-generated"]
- ["System.Threading", "AsyncLocalValueChangedArgs<T>", "get_PreviousValue", "()", "summary", "df-generated"]
- ["System.Threading", "AsyncLocalValueChangedArgs<T>", "get_ThreadContextChanged", "()", "summary", "df-generated"]
- ["System.Threading", "AutoResetEvent", "AutoResetEvent", "(System.Boolean)", "summary", "df-generated"]
- ["System.Threading", "Barrier", "AddParticipant", "()", "summary", "df-generated"]
- ["System.Threading", "Barrier", "AddParticipants", "(System.Int32)", "summary", "df-generated"]
@@ -138,6 +141,7 @@ extensions:
- ["System.Threading", "CancellationTokenSource", "CancellationTokenSource", "(System.Int32)", "summary", "df-generated"]
- ["System.Threading", "CancellationTokenSource", "CancellationTokenSource", "(System.TimeSpan)", "summary", "df-generated"]
- ["System.Threading", "CancellationTokenSource", "CancellationTokenSource", "(System.TimeSpan,System.TimeProvider)", "summary", "df-generated"]
- ["System.Threading", "CancellationTokenSource", "CreateLinkedTokenSource", "(System.ReadOnlySpan<System.Threading.CancellationToken>)", "summary", "df-generated"]
- ["System.Threading", "CancellationTokenSource", "CreateLinkedTokenSource", "(System.Threading.CancellationToken)", "summary", "df-generated"]
- ["System.Threading", "CancellationTokenSource", "CreateLinkedTokenSource", "(System.Threading.CancellationToken,System.Threading.CancellationToken)", "summary", "df-generated"]
- ["System.Threading", "CancellationTokenSource", "CreateLinkedTokenSource", "(System.Threading.CancellationToken[])", "summary", "df-generated"]
@@ -199,22 +203,30 @@ extensions:
- ["System.Threading", "Interlocked", "And", "(System.Int64,System.Int64)", "summary", "df-generated"]
- ["System.Threading", "Interlocked", "And", "(System.UInt32,System.UInt32)", "summary", "df-generated"]
- ["System.Threading", "Interlocked", "And", "(System.UInt64,System.UInt64)", "summary", "df-generated"]
- ["System.Threading", "Interlocked", "CompareExchange", "(System.Byte,System.Byte,System.Byte)", "summary", "df-generated"]
- ["System.Threading", "Interlocked", "CompareExchange", "(System.Double,System.Double,System.Double)", "summary", "df-generated"]
- ["System.Threading", "Interlocked", "CompareExchange", "(System.Int16,System.Int16,System.Int16)", "summary", "df-generated"]
- ["System.Threading", "Interlocked", "CompareExchange", "(System.Int32,System.Int32,System.Int32)", "summary", "df-generated"]
- ["System.Threading", "Interlocked", "CompareExchange", "(System.Int64,System.Int64,System.Int64)", "summary", "df-generated"]
- ["System.Threading", "Interlocked", "CompareExchange", "(System.Object,System.Object,System.Object)", "summary", "df-generated"]
- ["System.Threading", "Interlocked", "CompareExchange", "(System.SByte,System.SByte,System.SByte)", "summary", "df-generated"]
- ["System.Threading", "Interlocked", "CompareExchange", "(System.Single,System.Single,System.Single)", "summary", "df-generated"]
- ["System.Threading", "Interlocked", "CompareExchange", "(System.UInt16,System.UInt16,System.UInt16)", "summary", "df-generated"]
- ["System.Threading", "Interlocked", "CompareExchange", "(System.UInt32,System.UInt32,System.UInt32)", "summary", "df-generated"]
- ["System.Threading", "Interlocked", "CompareExchange", "(System.UInt64,System.UInt64,System.UInt64)", "summary", "df-generated"]
- ["System.Threading", "Interlocked", "Decrement", "(System.Int32)", "summary", "df-generated"]
- ["System.Threading", "Interlocked", "Decrement", "(System.Int64)", "summary", "df-generated"]
- ["System.Threading", "Interlocked", "Decrement", "(System.UInt32)", "summary", "df-generated"]
- ["System.Threading", "Interlocked", "Decrement", "(System.UInt64)", "summary", "df-generated"]
- ["System.Threading", "Interlocked", "Exchange", "(System.Byte,System.Byte)", "summary", "df-generated"]
- ["System.Threading", "Interlocked", "Exchange", "(System.Double,System.Double)", "summary", "df-generated"]
- ["System.Threading", "Interlocked", "Exchange", "(System.Int16,System.Int16)", "summary", "df-generated"]
- ["System.Threading", "Interlocked", "Exchange", "(System.Int32,System.Int32)", "summary", "df-generated"]
- ["System.Threading", "Interlocked", "Exchange", "(System.Int64,System.Int64)", "summary", "df-generated"]
- ["System.Threading", "Interlocked", "Exchange", "(System.Object,System.Object)", "summary", "df-generated"]
- ["System.Threading", "Interlocked", "Exchange", "(System.SByte,System.SByte)", "summary", "df-generated"]
- ["System.Threading", "Interlocked", "Exchange", "(System.Single,System.Single)", "summary", "df-generated"]
- ["System.Threading", "Interlocked", "Exchange", "(System.UInt16,System.UInt16)", "summary", "df-generated"]
- ["System.Threading", "Interlocked", "Exchange", "(System.UInt32,System.UInt32)", "summary", "df-generated"]
- ["System.Threading", "Interlocked", "Exchange", "(System.UInt64,System.UInt64)", "summary", "df-generated"]
- ["System.Threading", "Interlocked", "Increment", "(System.Int32)", "summary", "df-generated"]
@@ -530,6 +542,7 @@ extensions:
- ["System.Threading", "Volatile", "Read", "(System.UInt64)", "summary", "df-generated"]
- ["System.Threading", "Volatile", "Read", "(System.UIntPtr)", "summary", "df-generated"]
- ["System.Threading", "Volatile", "Read<T>", "(T)", "summary", "df-generated"]
- ["System.Threading", "Volatile", "ReadBarrier", "()", "summary", "df-generated"]
- ["System.Threading", "Volatile", "Write", "(System.Boolean,System.Boolean)", "summary", "df-generated"]
- ["System.Threading", "Volatile", "Write", "(System.Byte,System.Byte)", "summary", "df-generated"]
- ["System.Threading", "Volatile", "Write", "(System.Double,System.Double)", "summary", "df-generated"]
@@ -541,6 +554,7 @@ extensions:
- ["System.Threading", "Volatile", "Write", "(System.UInt16,System.UInt16)", "summary", "df-generated"]
- ["System.Threading", "Volatile", "Write", "(System.UInt32,System.UInt32)", "summary", "df-generated"]
- ["System.Threading", "Volatile", "Write", "(System.UInt64,System.UInt64)", "summary", "df-generated"]
- ["System.Threading", "Volatile", "WriteBarrier", "()", "summary", "df-generated"]
- ["System.Threading", "WaitHandle", "Close", "()", "summary", "df-generated"]
- ["System.Threading", "WaitHandle", "Dispose", "()", "summary", "df-generated"]
- ["System.Threading", "WaitHandle", "Dispose", "(System.Boolean)", "summary", "df-generated"]