4 overrides of GetOptionalCustomModifiers
System.Private.CoreLib (1)
src\System\Reflection\RuntimePropertyInfo.cs (1)
205public override Type[] GetOptionalCustomModifiers()
System.Reflection.Context (2)
System\Reflection\Context\Delegation\DelegatingPropertyInfo.cs (1)
131public override Type[] GetOptionalCustomModifiers()
System\Reflection\Context\Virtual\VirtualPropertyBase.cs (1)
146public sealed override Type[] GetOptionalCustomModifiers()
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\Properties\RoProperty.cs (1)
163public abstract override Type[] GetOptionalCustomModifiers();
6 references to GetOptionalCustomModifiers
Microsoft.AspNetCore.Http.Extensions (1)
src\Shared\PropertyAsParameterInfo.cs (1)
188=> _underlyingProperty.GetOptionalCustomModifiers();
Microsoft.AspNetCore.Mvc.ApiExplorer (1)
src\Shared\PropertyAsParameterInfo.cs (1)
188=> _underlyingProperty.GetOptionalCustomModifiers();
Microsoft.AspNetCore.OpenApi (1)
src\Shared\PropertyAsParameterInfo.cs (1)
188=> _underlyingProperty.GetOptionalCustomModifiers();
Microsoft.CodeAnalysis.Test.Utilities (1)
Platform\Custom\MetadataSignatureHelper.cs (1)
536foreach (var modopt in property.GetOptionalCustomModifiers())
System.ComponentModel.Composition (1)
System\ComponentModel\Composition\MetadataViewGenerator.cs (1)
221optionalModifiers = propertyInfo.GetOptionalCustomModifiers();
System.Reflection.Context (1)
System\Reflection\Context\Delegation\DelegatingPropertyInfo.cs (1)
133return UnderlyingProperty.GetOptionalCustomModifiers();