4 references to InvalidOperation_GlobalsHaveBeenCreated
System.Private.CoreLib (4)
src\System\Reflection\Emit\RuntimeModuleBuilder.cs (4)
809
throw new InvalidOperationException(SR.
InvalidOperation_GlobalsHaveBeenCreated
);
829
throw new InvalidOperationException(SR.
InvalidOperation_GlobalsHaveBeenCreated
);
849
throw new InvalidOperationException(SR.
InvalidOperation_GlobalsHaveBeenCreated
);
866
throw new InvalidOperationException(SR.
InvalidOperation_GlobalsHaveBeenCreated
);