2 references to InvalidOperation_ConcurrentOperationsNotSupported
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Text\StringBuilder.cs (1)
338
throw new ArgumentOutOfRangeException(null, SR.
InvalidOperation_ConcurrentOperationsNotSupported
);
src\runtime\src\libraries\System.Private.CoreLib\src\System\ThrowHelper.cs (1)
566
throw new InvalidOperationException(SR.
InvalidOperation_ConcurrentOperationsNotSupported
);