3 writes to Value
Microsoft.AspNetCore.Razor.Language.UnitTests (2)
Extensions\PreallocatedAttributeTargetExtensionTest.cs (2)
23
Value
= "Bar",
50
Value
= "Bar",
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Extensions\PreallocatedTagHelperAttributeOptimizationPass.cs (1)
82
Value
= plainTextValue,
5 references to Value
Microsoft.AspNetCore.Razor.Test.Common (1)
Language\IntegrationTests\IntermediateNodeWriter.cs (1)
213
WriteContentNode(n, n.VariableName, n.AttributeName, n.
Value
, string.Format(CultureInfo.InvariantCulture, "HtmlAttributeValueStyle.{0}", n.AttributeStructure));
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\Extensions\PreallocatedAttributeTargetExtension.cs (1)
47
.WriteStringLiteral(node.
Value
)
Language\Extensions\PreallocatedTagHelperAttributeOptimizationPass.cs (1)
65
string.Equals(existingDeclaration.
Value
, plainTextValue, StringComparison.Ordinal) &&
Language\Extensions\PreallocatedTagHelperHtmlAttributeValueIntermediateNode.cs (2)
83
formatter.WriteProperty(nameof(
Value
),
Value
);