6 references to ExpectsBooleanValue
Microsoft.AspNetCore.Razor.Language.UnitTests (4)
BoundAttributeDescriptorExtensionsTest.cs (4)
153
var result = boundAttribute.
ExpectsBooleanValue
("test");
174
var result = boundAttribute.
ExpectsBooleanValue
("test");
196
var result = boundAttribute.
ExpectsBooleanValue
("prefix-test-key");
218
var result = boundAttribute.
ExpectsBooleanValue
("test");
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\Extensions\DefaultTagHelperTargetExtension.cs (2)
397
node.BoundAttribute.
ExpectsBooleanValue
(node.AttributeName))
423
node.BoundAttribute.
ExpectsBooleanValue
(node.AttributeName))