28 references to FullMatch
Microsoft.AspNetCore.Razor.Language.UnitTests (4)
IntegrationTests\TestTagHelperDescriptors.cs (2)
118.Value("~/", RequiredAttributeValueComparison.FullMatch)), 147.Value("text", RequiredAttributeValueComparison.FullMatch)),
TagHelperMatchingConventionsTest.cs (2)
64.Value("value", RequiredAttributeValueComparison.FullMatch), 72.Value("value", RequiredAttributeValueComparison.FullMatch),
Microsoft.CodeAnalysis.Razor.Compiler (4)
CSharp\RequiredAttributeParser.cs (1)
21['='] = RequiredAttributeValueComparison.FullMatch,
Language\TagHelperMatchingConventions.cs (1)
294case RequiredAttributeValueComparison.FullMatch: // Value equals
Language\TagHelpers\Producers\BindTagHelperProducer.cs (2)
265a.ValueComparison = RequiredAttributeValueComparison.FullMatch; 287a.ValueComparison = RequiredAttributeValueComparison.FullMatch;
Microsoft.CodeAnalysis.Razor.UnitTests (20)
BindTagHelperProducerTest.cs (4)
824Assert.Equal(RequiredAttributeValueComparison.FullMatch, a.ValueComparison); 845Assert.Equal(RequiredAttributeValueComparison.FullMatch, a.ValueComparison); 918Assert.Equal(RequiredAttributeValueComparison.FullMatch, a.ValueComparison); 939Assert.Equal(RequiredAttributeValueComparison.FullMatch, a.ValueComparison);
DefaultTagHelperDescriptorFactoryTest.cs (16)
49.ValueComparison(RequiredAttributeValueComparison.FullMatch) 54.ValueComparison(RequiredAttributeValueComparison.FullMatch) 67.ValueComparison(RequiredAttributeValueComparison.FullMatch) 72.ValueComparison(RequiredAttributeValueComparison.FullMatch) 93.Value("value", RequiredAttributeValueComparison.FullMatch) 106.Value("value", RequiredAttributeValueComparison.FullMatch) 156("[name=]", [css("name", "", RequiredAttributeValueComparison.FullMatch)]), 157("[name='']", [css("name", "", RequiredAttributeValueComparison.FullMatch)]), 159("[name=hello]", [css("name", "hello", RequiredAttributeValueComparison.FullMatch)]), 160("[name= hello]", [css("name", "hello", RequiredAttributeValueComparison.FullMatch)]), 161("[name='hello']", [css("name", "hello", RequiredAttributeValueComparison.FullMatch)]), 162("[name=\"hello\"]", [css("name", "hello", RequiredAttributeValueComparison.FullMatch)]), 165css("name", "hello", RequiredAttributeValueComparison.FullMatch), 167css("val", "cool", RequiredAttributeValueComparison.FullMatch)]), 170css("name", "hello", RequiredAttributeValueComparison.FullMatch), 174css("val", "cool", RequiredAttributeValueComparison.FullMatch),