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