3 references to GetCustomModifiers
System.Private.CoreLib (3)
System\Reflection\Runtime\FieldInfos\NativeFormat\NativeFormatRuntimeFieldInfo.cs (2)
67
public sealed override Type[] GetOptionalCustomModifiers() => FieldTypeHandle.
GetCustomModifiers
(_reader, _contextTypeInfo.TypeContext, optional: true);
69
public sealed override Type[] GetRequiredCustomModifiers() => FieldTypeHandle.
GetCustomModifiers
(_reader, _contextTypeInfo.TypeContext, optional: false);
System\Reflection\Runtime\General\QSignatureTypeHandle.cs (1)
60
return _handle.
GetCustomModifiers
((global::Internal.Metadata.NativeFormat.MetadataReader)Reader, typeContext, optional);