Skip to content

Commit 669e6a4

Browse files
committed
ref assemblies
1 parent 7bc1db7 commit 669e6a4

File tree

2 files changed

+0
-32
lines changed

2 files changed

+0
-32
lines changed

src/SignalR/clients/csharp/Client.Core/ref/Microsoft.AspNetCore.SignalR.Client.Core.netcoreapp3.0.cs

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,6 @@
11
// Copyright (c) .NET Foundation. All rights reserved.
22
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
33

4-
namespace Microsoft.AspNetCore.Internal
5-
{
6-
public static partial class AwaitableThreadPool
7-
{
8-
public static Microsoft.AspNetCore.Internal.AwaitableThreadPool.Awaitable Yield() { throw null; }
9-
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential, Size=1)]
10-
public readonly partial struct Awaitable : System.Runtime.CompilerServices.ICriticalNotifyCompletion, System.Runtime.CompilerServices.INotifyCompletion
11-
{
12-
public bool IsCompleted { get { throw null; } }
13-
public Microsoft.AspNetCore.Internal.AwaitableThreadPool.Awaitable GetAwaiter() { throw null; }
14-
public void GetResult() { }
15-
public void OnCompleted(System.Action continuation) { }
16-
public void UnsafeOnCompleted(System.Action continuation) { }
17-
}
18-
}
19-
}
204
namespace Microsoft.AspNetCore.SignalR.Client
215
{
226
public partial class HubConnection

src/SignalR/clients/csharp/Client.Core/ref/Microsoft.AspNetCore.SignalR.Client.Core.netstandard2.0.cs

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,6 @@
11
// Copyright (c) .NET Foundation. All rights reserved.
22
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
33

4-
namespace Microsoft.AspNetCore.Internal
5-
{
6-
public static partial class AwaitableThreadPool
7-
{
8-
public static Microsoft.AspNetCore.Internal.AwaitableThreadPool.Awaitable Yield() { throw null; }
9-
[System.Runtime.InteropServices.StructLayoutAttribute(System.Runtime.InteropServices.LayoutKind.Sequential, Size=1)]
10-
public readonly partial struct Awaitable : System.Runtime.CompilerServices.ICriticalNotifyCompletion, System.Runtime.CompilerServices.INotifyCompletion
11-
{
12-
public bool IsCompleted { get { throw null; } }
13-
public Microsoft.AspNetCore.Internal.AwaitableThreadPool.Awaitable GetAwaiter() { throw null; }
14-
public void GetResult() { }
15-
public void OnCompleted(System.Action continuation) { }
16-
public void UnsafeOnCompleted(System.Action continuation) { }
17-
}
18-
}
19-
}
204
namespace Microsoft.AspNetCore.SignalR.Client
215
{
226
public partial class HubConnection

0 commit comments

Comments
 (0)