3 references to Property
illink (1)
src\tools\illink\src\ILLink.Shared\TrimAnalysis\IntrinsicId.cs (1)
197
/// <item><see cref="System.Linq.Expressions.Expression.
Property
(System.Linq.Expressions.Expression?, System.Type, string)"/></item>
ILLink.RoslynAnalyzer (1)
src\tools\illink\src\ILLink.Shared\TrimAnalysis\IntrinsicId.cs (1)
197
/// <item><see cref="System.Linq.Expressions.Expression.
Property
(System.Linq.Expressions.Expression?, System.Type, string)"/></item>
Microsoft.AspNetCore.Http.Extensions (1)
RequestDelegateFactory.cs (1)
105
private static readonly NewExpression EmptyHttpResultValueTaskExpr = Expression.New(typeof(ValueTask<object>).GetConstructor(new[] { typeof(EmptyHttpResult) })!, Expression.
Property
(null, typeof(EmptyHttpResult), nameof(EmptyHttpResult.Instance)));