2 writes to Value
Microsoft.AspNetCore.Razor.Language.UnitTests (1)
Extensions\PreallocatedAttributeTargetExtensionTest.cs (1)
109
Value
= "Bar",
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Extensions\PreallocatedTagHelperAttributeOptimizationPass.cs (1)
131
Value
= plainTextValue,
6 references to Value
Microsoft.AspNetCore.Razor.Test.Common (2)
Language\IntegrationTests\IntermediateNodeWriter.cs (1)
219
WriteContentNode(n, n.VariableName, n.AttributeName, n.
Value
, string.Format(CultureInfo.InvariantCulture, "HtmlAttributeValueStyle.{0}", n.AttributeStructure));
Language\Intermediate\IntermediateNodeAssert.cs (1)
301
Assert.Equal(value, propertyValueNode.
Value
);
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\Extensions\PreallocatedAttributeTargetExtension.cs (1)
80
.WriteStringLiteral(node.
Value
)
Language\Extensions\PreallocatedTagHelperAttributeOptimizationPass.cs (1)
114
string.Equals(existingDeclaration.
Value
, plainTextValue, StringComparison.Ordinal) &&
Language\Extensions\PreallocatedTagHelperPropertyValueIntermediateNode.cs (2)
62
formatter.WriteProperty(nameof(
Value
),
Value
);