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