5 references to ExpectsStringValue
Microsoft.AspNetCore.Razor.Language.UnitTests (4)
BoundAttributeDescriptorExtensionsTest.cs (4)
67
var result = boundAttribute.
ExpectsStringValue
("test");
88
var result = boundAttribute.
ExpectsStringValue
("test");
110
var result = boundAttribute.
ExpectsStringValue
("prefix-test-key");
132
var result = boundAttribute.
ExpectsStringValue
("test");
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Extensions\DefaultTagHelperTargetExtension.cs (1)
329
if (node.BoundAttribute.
ExpectsStringValue
(node.AttributeName))