19 references to NotSupported_ModifiedType
System.Reflection.MetadataLoadContext (19)
System\Reflection\TypeLoading\Types\RoModifiedType.cs (19)
115
public override bool Equals([NotNullWhen(true)] object? obj) => throw new NotSupportedException(SR.
NotSupported_ModifiedType
);
116
public override bool Equals(Type? other) => throw new NotSupportedException(SR.
NotSupported_ModifiedType
);
117
public override int GetHashCode() => throw new NotSupportedException(SR.
NotSupported_ModifiedType
);
150
public override MethodBase? DeclaringMethod => throw new NotSupportedException(SR.
NotSupported_ModifiedType
);
151
protected override RoType? ComputeDeclaringType() => throw new NotSupportedException(SR.
NotSupported_ModifiedType
);
158
get { throw new NotSupportedException(SR.
NotSupported_ModifiedType
); }
165
public override int MetadataToken => throw new NotSupportedException(SR.
NotSupported_ModifiedType
);
169
public override Type GetGenericTypeDefinition() => throw new NotSupportedException(SR.
NotSupported_ModifiedType
);
176
public override Type MakeGenericType(params Type[] typeArguments) => throw new NotSupportedException(SR.
NotSupported_ModifiedType
);
183
public override Type[] GetGenericParameterConstraints() => throw new NotSupportedException(SR.
NotSupported_ModifiedType
);
186
protected internal override RoType ComputeEnumUnderlyingType() => throw new NotSupportedException(SR.
NotSupported_ModifiedType
);
188
internal override RoType? ComputeBaseTypeWithoutDesktopQuirk() => throw new NotSupportedException(SR.
NotSupported_ModifiedType
);
189
internal override IEnumerable<RoType> ComputeDirectlyImplementedInterfaces() => throw new NotSupportedException(SR.
NotSupported_ModifiedType
);
192
internal override IEnumerable<ConstructorInfo> GetConstructorsCore(NameFilter? filter) => throw new NotSupportedException(SR.
NotSupported_ModifiedType
);
193
internal override IEnumerable<MethodInfo> GetMethodsCore(NameFilter? filter, Type reflectedType) => throw new NotSupportedException(SR.
NotSupported_ModifiedType
);
194
internal override IEnumerable<EventInfo> GetEventsCore(NameFilter? filter, Type reflectedType) => throw new NotSupportedException(SR.
NotSupported_ModifiedType
);
195
internal override IEnumerable<FieldInfo> GetFieldsCore(NameFilter? filter, Type reflectedType) => throw new NotSupportedException(SR.
NotSupported_ModifiedType
);
196
internal override IEnumerable<PropertyInfo> GetPropertiesCore(NameFilter? filter, Type reflectedType) => throw new NotSupportedException(SR.
NotSupported_ModifiedType
);
197
internal override IEnumerable<RoType> GetNestedTypesCore(NameFilter? filter) => throw new NotSupportedException(SR.
NotSupported_ModifiedType
);