27 references to NotSupported_ModifiedType
System.Private.CoreLib (27)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\ModifiedType.cs (27)
70
public override bool Equals([NotNullWhen(true)] object? obj) => throw new NotSupportedException(SR.
NotSupported_ModifiedType
);
71
public override bool Equals(Type? other) => throw new NotSupportedException(SR.
NotSupported_ModifiedType
);
72
public override int GetHashCode() => throw new NotSupportedException(SR.
NotSupported_ModifiedType
);
86
=> throw new NotSupportedException(SR.
NotSupported_ModifiedType
);
89
public override int MetadataToken => throw new NotSupportedException(SR.
NotSupported_ModifiedType
);
92
public override RuntimeTypeHandle TypeHandle => throw new NotSupportedException(SR.
NotSupported_ModifiedType
);
97
public override Type? BaseType => throw new NotSupportedException(SR.
NotSupported_ModifiedType
);
98
public override Type? DeclaringType => throw new NotSupportedException(SR.
NotSupported_ModifiedType
);
99
public override Type? ReflectedType => throw new NotSupportedException(SR.
NotSupported_ModifiedType
);
103
CallingConventions callConvention, Type[] types, ParameterModifier[]? modifiers) => throw new NotSupportedException(SR.
NotSupported_ModifiedType
);
106
public override ConstructorInfo[] GetConstructors(BindingFlags bindingAttr) => throw new NotSupportedException(SR.
NotSupported_ModifiedType
);
111
=> throw new NotSupportedException(SR.
NotSupported_ModifiedType
);
114
public override MethodInfo[] GetMethods(BindingFlags bindingAttr) => throw new NotSupportedException(SR.
NotSupported_ModifiedType
);
117
public override FieldInfo? GetField(string name, BindingFlags bindingAttr) => throw new NotSupportedException(SR.
NotSupported_ModifiedType
);
120
public override FieldInfo[] GetFields(BindingFlags bindingAttr) => throw new NotSupportedException(SR.
NotSupported_ModifiedType
);
128
public override Type? GetInterface(string name, bool ignoreCase) => throw new NotSupportedException(SR.
NotSupported_ModifiedType
);
131
public override Type[] GetInterfaces() => throw new NotSupportedException(SR.
NotSupported_ModifiedType
);
135
public override EventInfo? GetEvent(string name, BindingFlags bindingAttr) => throw new NotSupportedException(SR.
NotSupported_ModifiedType
);
138
public override EventInfo[] GetEvents() => throw new NotSupportedException(SR.
NotSupported_ModifiedType
);
143
=> throw new NotSupportedException(SR.
NotSupported_ModifiedType
);
146
public override PropertyInfo[] GetProperties(BindingFlags bindingAttr) => throw new NotSupportedException(SR.
NotSupported_ModifiedType
);
149
public override EventInfo[] GetEvents(BindingFlags bindingAttr) => throw new NotSupportedException(SR.
NotSupported_ModifiedType
);
152
public override Type[] GetNestedTypes(BindingFlags bindingAttr) => throw new NotSupportedException(SR.
NotSupported_ModifiedType
);
155
public override Type? GetNestedType(string name, BindingFlags bindingAttr) => throw new NotSupportedException(SR.
NotSupported_ModifiedType
);
158
public override MemberInfo[] GetMember(string name, MemberTypes type, BindingFlags bindingAttr) => throw new NotSupportedException(SR.
NotSupported_ModifiedType
);
161
public override MemberInfo[] GetMembers(BindingFlags bindingAttr) => throw new NotSupportedException(SR.
NotSupported_ModifiedType
);
163
public override MemberInfo GetMemberWithSameMetadataDefinitionAs(MemberInfo member) => throw new NotSupportedException(SR.
NotSupported_ModifiedType
);