This repository was archived by the owner on Jan 23, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change 2866
2866
<data name =" Marshaler_StringTooLong" xml : space =" preserve" >
2867
2867
<value >Marshaler restriction: Excessively long string.</value >
2868
2868
</data >
2869
- <data name =" MemoryDisposed" xml : space =" preserve" >
2870
- <value >Memory< T> has been disposed.</value >
2871
- </data >
2872
2869
<data name =" MissingConstructor_Name" xml : space =" preserve" >
2873
2870
<value >Constructor on type '{0}' not found.</value >
2874
2871
</data >
3688
3685
<data name =" NotSupported_SignatureType" xml : space =" preserve" >
3689
3686
<value >This method is not supported on signature types.</value >
3690
3687
</data >
3691
- <data name =" Memory_ThrowIfDisposed " xml : space =" preserve" >
3688
+ <data name =" MemoryDisposed " xml : space =" preserve" >
3692
3689
<value >Memory< T> has been disposed.</value >
3693
3690
</data >
3694
3691
<data name =" Memory_OutstandingReferences" xml : space =" preserve" >
Original file line number Diff line number Diff line change @@ -563,7 +563,7 @@ internal enum ExceptionResource
563
563
TaskT_TransitionToFinal_AlreadyCompleted ,
564
564
TaskCompletionSourceT_TrySetException_NullException ,
565
565
TaskCompletionSourceT_TrySetException_NoExceptions ,
566
- Memory_ThrowIfDisposed ,
566
+ MemoryDisposed ,
567
567
Memory_OutstandingReferences ,
568
568
InvalidOperation_WrongAsyncResultOrEndCalledMultiple ,
569
569
ConcurrentDictionary_ConcurrencyLevelMustBePositive ,
@@ -580,7 +580,6 @@ internal enum ExceptionResource
580
580
InvalidOperation_HandleIsNotInitialized ,
581
581
AsyncMethodBuilder_InstanceNotInitialized ,
582
582
ArgumentNull_SafeHandle ,
583
- MemoryDisposed ,
584
583
}
585
584
}
586
585
You can’t perform that action at this time.
0 commit comments