7 references to Empty
Microsoft.AspNetCore.Http.Extensions (1)
RequestDelegateFactory.cs (1)
477
? Expression.
Empty
()
Microsoft.CSharp (3)
Microsoft\CSharp\RuntimeBinder\ComInterop\ComInvokeBinder.cs (2)
328
tryStatements.Add(Expression.
Empty
());
382
finallyStatements.Add(Expression.
Empty
());
Microsoft\CSharp\RuntimeBinder\ComInterop\Helpers.cs (1)
27
return Expression.Block(expression, Expression.
Empty
());
Microsoft.VisualBasic.Core (1)
Microsoft\VisualBasic\CompilerServices\IDOBinder.vb (1)
1316
Return Expression.
Empty
()
System.Linq.Expressions (2)
System\Linq\Expressions\ConditionalExpression.cs (1)
200
return Condition(test, ifTrue, Expression.
Empty
(), typeof(void));
System\Linq\Expressions\Utils.cs (1)
42
public static readonly DefaultExpression Empty = Expression.
Empty
();