1 write to Value
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Extensions\PreallocatedTagHelperAttributeOptimizationPass.cs (1)
76Value = plainTextValue,
4 references to Value
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\Extensions\PreallocatedAttributeTargetExtension.cs (1)
47.WriteStringLiteral(node.Value)
Language\Extensions\PreallocatedTagHelperAttributeOptimizationPass.cs (1)
59string.Equals(existingDeclaration.Value, plainTextValue, StringComparison.Ordinal) &&
Language\Extensions\PreallocatedTagHelperHtmlAttributeValueIntermediateNode.cs (2)
83formatter.WriteProperty(nameof(Value), Value);