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