8 references to NotSupported_DynamicAssembly
System.Private.CoreLib (8)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\AssemblyBuilder.cs (8)
57
public override string? CodeBase => throw new NotSupportedException(SR.
NotSupported_DynamicAssembly
);
64
throw new NotSupportedException(SR.
NotSupported_DynamicAssembly
);
68
throw new NotSupportedException(SR.
NotSupported_DynamicAssembly
);
72
throw new NotSupportedException(SR.
NotSupported_DynamicAssembly
);
75
throw new NotSupportedException(SR.
NotSupported_DynamicAssembly
);
78
throw new NotSupportedException(SR.
NotSupported_DynamicAssembly
);
81
throw new NotSupportedException(SR.
NotSupported_DynamicAssembly
);
84
throw new NotSupportedException(SR.
NotSupported_DynamicAssembly
);