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