3 references to ConfigureNonStringAttribute
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\Legacy\TagHelperBlockRewriter.cs (3)
767
node = (CSharpExpressionLiteralSyntax)
ConfigureNonStringAttribute
(node);
841
node = (MarkupTextLiteralSyntax)
ConfigureNonStringAttribute
(node);
855
node = (MarkupEphemeralTextLiteralSyntax)
ConfigureNonStringAttribute
(node);