3 references to CreateTagHelper_InlineMarkupBlocksNotSupportedInAttributes
Microsoft.AspNetCore.Razor.Language.UnitTests (2)
Extensions\DefaultTagHelperTargetExtensionTest.cs (2)
431
var expectedDiagnostic = RazorDiagnosticFactory.
CreateTagHelper_InlineMarkupBlocksNotSupportedInAttributes
(expectedLocation, "System.Int32");
453
var expectedDiagnostic = RazorDiagnosticFactory.
CreateTagHelper_InlineMarkupBlocksNotSupportedInAttributes
(
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Extensions\DefaultTagHelperTargetExtension.cs (1)
555
var diagnostic = RazorDiagnosticFactory.
CreateTagHelper_InlineMarkupBlocksNotSupportedInAttributes
(span, expectedTypeName);