10 references to Property
Microsoft.AspNetCore.Components.Endpoints (1)
FormMapping\Factories\ComplexType\ComplexTypeExpressionConverterFactoryOfT.cs (1)
217Expression.Property(context, nameof(FormDataReader.AttachInstanceToErrorsHandler)),
Microsoft.AspNetCore.Http.Extensions (3)
RequestDelegateFactory.cs (2)
2227Expression.Property(formReader, nameof(FormDataReader.MaxRecursionDepth)), 2231Expression.Property(formReader, nameof(FormDataReader.MaxCollectionSize)),
src\aspnetcore\src\Components\Endpoints\src\FormMapping\Factories\ComplexType\ComplexTypeExpressionConverterFactoryOfT.cs (1)
217Expression.Property(context, nameof(FormDataReader.AttachInstanceToErrorsHandler)),
Microsoft.AspNetCore.Mvc.Core (3)
ModelBinding\Binders\TryParseModelBinder.cs (3)
21private static readonly MemberExpression BindingResultExpression = Expression.Property(BindingContextExpression, nameof(ModelBindingContext.Result)); 22private static readonly MemberExpression ValueExpression = Expression.Property(ValueProviderResultExpression, nameof(ValueProviderResult.FirstValue)); 23private static readonly MemberExpression CultureExpression = Expression.Property(ValueProviderResultExpression, nameof(ValueProviderResult.Culture));
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\ComInterop\CurrencyArgBuilder.cs (1)
26return Expression.Property(
Microsoft\CSharp\RuntimeBinder\ComInterop\ErrorArgBuilder.cs (1)
24return Expression.Property(
System.Linq.Expressions (1)
System\Linq\Expressions\BinaryExpression.cs (1)
452return Property(nullable, "HasValue");