3 references to AllowMinimizedBooleanTagHelperAttributes
Microsoft.AspNetCore.Razor.Language.UnitTests (2)
RazorParserOptionsTest.cs (2)
32Assert.True(options.AllowMinimizedBooleanTagHelperAttributes); 44Assert.False(options.AllowMinimizedBooleanTagHelperAttributes);
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Legacy\TagHelperBlockRewriter.cs (1)
182var isValidMinimizedAttribute = options.AllowMinimizedBooleanTagHelperAttributes && result.IsBoundBooleanAttribute;