5 references to Void
System.Core (5)
Microsoft\Scripting\Ast\ConditionalExpression.cs (3)
184
/// reference assignable to the result type. The <paramref name="type"/> is allowed to be <see cref="System.
Void
"/>.</remarks>
213
/// the type of the resulting <see cref="ConditionalExpression"/> returned by this method is <see cref="System.
Void
"/>.</returns>
227
/// returned by this method is <see cref="System.
Void
"/>.</returns>
Microsoft\Scripting\Ast\DefaultExpression.cs (2)
64
/// Creates an empty expression that has <see cref="System.
Void
"/> type.
68
/// <see cref="F:ExpressionType.Default"/> and the <see cref="P:Expression.Type"/> property set to <see cref="System.
Void
"/>.