28 references to NotSupported_DynamicModule
System.Reflection.Emit (28)
src\libraries\System.Private.CoreLib\src\System\Reflection\Emit\MethodBuilderInstantiation.cs (1)
56
public override RuntimeMethodHandle MethodHandle => throw new NotSupportedException(SR.
NotSupported_DynamicModule
);
System\Reflection\Emit\ConstructorBuilderImpl.cs (6)
74
public override RuntimeMethodHandle MethodHandle => throw new NotSupportedException(SR.
NotSupported_DynamicModule
);
75
public override object[] GetCustomAttributes(bool inherit) => throw new NotSupportedException(SR.
NotSupported_DynamicModule
);
76
public override object[] GetCustomAttributes(Type attributeType, bool inherit) => throw new NotSupportedException(SR.
NotSupported_DynamicModule
);
79
=> throw new NotSupportedException(SR.
NotSupported_DynamicModule
);
81
throw new NotSupportedException(SR.
NotSupported_DynamicModule
);
82
public override bool IsDefined(Type attributeType, bool inherit) => throw new NotSupportedException(SR.
NotSupported_DynamicModule
);
System\Reflection\Emit\FieldBuilderImpl.cs (6)
104
public override object? GetValue(object? obj) => throw new NotSupportedException(SR.
NotSupported_DynamicModule
);
107
=> throw new NotSupportedException(SR.
NotSupported_DynamicModule
);
108
public override RuntimeFieldHandle FieldHandle => throw new NotSupportedException(SR.
NotSupported_DynamicModule
);
121
public override object[] GetCustomAttributes(bool inherit) => throw new NotSupportedException(SR.
NotSupported_DynamicModule
);
123
public override object[] GetCustomAttributes(Type attributeType, bool inherit) => throw new NotSupportedException(SR.
NotSupported_DynamicModule
);
125
public override bool IsDefined(Type attributeType, bool inherit) => throw new NotSupportedException(SR.
NotSupported_DynamicModule
);
System\Reflection\Emit\MethodBuilderImpl.cs (5)
248
public override RuntimeMethodHandle MethodHandle => throw new NotSupportedException(SR.
NotSupported_DynamicModule
);
270
public override object[] GetCustomAttributes(bool inherit) => throw new NotSupportedException(SR.
NotSupported_DynamicModule
);
272
public override object[] GetCustomAttributes(Type attributeType, bool inherit) => throw new NotSupportedException(SR.
NotSupported_DynamicModule
);
311
=> throw new NotSupportedException(SR.
NotSupported_DynamicModule
);
313
public override bool IsDefined(Type attributeType, bool inherit) => throw new NotSupportedException(SR.
NotSupported_DynamicModule
);
System\Reflection\Emit\PropertyBuilderImpl.cs (9)
141
public override object GetValue(object? obj, object?[]? index) => throw new NotSupportedException(SR.
NotSupported_DynamicModule
);
143
throw new NotSupportedException(SR.
NotSupported_DynamicModule
);
144
public override void SetValue(object? obj, object? value, object?[]? index) => throw new NotSupportedException(SR.
NotSupported_DynamicModule
);
146
throw new NotSupportedException(SR.
NotSupported_DynamicModule
);
147
public override MethodInfo[] GetAccessors(bool nonPublic) => throw new NotSupportedException(SR.
NotSupported_DynamicModule
);
148
public override object[] GetCustomAttributes(bool inherit) => throw new NotSupportedException(SR.
NotSupported_DynamicModule
);
149
public override object[] GetCustomAttributes(Type attributeType, bool inherit) => throw new NotSupportedException(SR.
NotSupported_DynamicModule
);
150
public override ParameterInfo[] GetIndexParameters() => throw new NotSupportedException(SR.
NotSupported_DynamicModule
);
151
public override bool IsDefined(Type attributeType, bool inherit) => throw new NotSupportedException(SR.
NotSupported_DynamicModule
);
System\Reflection\Emit\TypeBuilderImpl.cs (1)
601
public override Type GetElementType() => throw new NotSupportedException(SR.
NotSupported_DynamicModule
);