2 writes to ValueExpression
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Components\ComponentGenericTypePass.cs (1)
93
ValueExpression
= $"default({binding.Content.Content})",
Language\Components\ComponentNodeWriter.cs (1)
496
cascadeGeneric.
ValueExpression
= variableName;
6 references to ValueExpression
Microsoft.CodeAnalysis.Razor.Compiler (6)
Language\Components\ComponentDesignTimeNodeWriter.cs (2)
595
if (syntheticArg.
ValueExpression
is IWriteableValue writeableValue)
601
var valueExpression = syntheticArg.
ValueExpression
as string ?? "default";
Language\Components\ComponentRuntimeNodeWriter.cs (2)
575
if (syntheticArg.
ValueExpression
is IWriteableValue writeableValue)
581
var valueExpression = syntheticArg.
ValueExpression
as string ?? "default";
Language\Intermediate\CascadingGenericTypeParameter.cs (2)
19
/// <see cref="
ValueExpression
"/>. In the case of explicitly-specified generic parameters, this
25
/// Gets or sets the type of <see cref="
ValueExpression
"/>, e.g., Dictionary[TKey, TItem].