2 references to CreateTagHelper_CodeBlocksNotSupportedInAttributes
Microsoft.AspNetCore.Razor.Language.UnitTests (1)
Extensions\DefaultTagHelperTargetExtensionTest.cs (1)
409var expectedDiagnostic = RazorDiagnosticFactory.CreateTagHelper_CodeBlocksNotSupportedInAttributes(expectedLocation);
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Extensions\DefaultTagHelperTargetExtension.cs (1)
549var diagnostic = RazorDiagnosticFactory.CreateTagHelper_CodeBlocksNotSupportedInAttributes(span);