2 writes to ValueExpression
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Components\ComponentGenericTypePass.cs (1)
93ValueExpression = $"default({binding.Content.Content})",
Language\Components\ComponentNodeWriter.cs (1)
494cascadeGeneric.ValueExpression = variableName;
4 references to ValueExpression
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\Components\ComponentNodeWriter.cs (2)
1203if (syntheticArg.ValueExpression is IWriteableValue writeableValue) 1209var 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].