3 references to InvalidOperation_CalledTwice
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\UnmanagedMemoryAccessor.cs (1)
57
throw new InvalidOperationException(SR.
InvalidOperation_CalledTwice
);
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\UnmanagedMemoryStream.cs (2)
98
throw new InvalidOperationException(SR.
InvalidOperation_CalledTwice
);
166
throw new InvalidOperationException(SR.
InvalidOperation_CalledTwice
);