Language\DefaultTagHelperResolutionPhase.LegacyTagHelperResolver.cs (25)
19HtmlAttributeIntermediateNode htmlAttr,
28HtmlAttributeIntermediateNode htmlAttr,
89else if (child is HtmlAttributeIntermediateNode htmlAttr)
208var htmlAttrChild = unresolvedAttr.HtmlAttributeNode;
244var htmlAttrChild = unresolvedAttr.HtmlAttributeNode;
262HtmlAttributeIntermediateNode htmlAttr,
335HtmlAttributeIntermediateNode htmlAttr,
395HtmlAttributeIntermediateNode htmlAttr)
450private static void ConvertValueChildren(IntermediateNode targetNode, HtmlAttributeIntermediateNode htmlAttr, bool isBoundStringProperty, RazorSourceDocument sourceDocument)
532private static void ConvertDynamicNonStringValueChildren(IntermediateNode targetNode, HtmlAttributeIntermediateNode htmlAttr, RazorSourceDocument sourceDocument)
559private static void ConvertMixedLiteralAndExpressionValue(IntermediateNode targetNode, HtmlAttributeIntermediateNode htmlAttr, RazorSourceDocument sourceDocument)
615private static void ConvertEscapedAtExpressionValue(IntermediateNode targetNode, HtmlAttributeIntermediateNode htmlAttr)
718private static void ConvertPureCSharpExpressionValue(IntermediateNode targetNode, HtmlAttributeIntermediateNode htmlAttr, RazorSourceDocument sourceDocument)
778private static void UnwrapValueChildrenToTokens(IntermediateNode targetNode, HtmlAttributeIntermediateNode htmlAttr)
851private static SourceSpan? ComputeEmptyValueSource(HtmlAttributeIntermediateNode htmlAttr)
877private static string CollectLiteralContent(HtmlAttributeIntermediateNode htmlAttr)
928private static void FlattenLiteralAttributeValue(IntermediateNode targetNode, HtmlAttributeIntermediateNode htmlAttr)
964if (child is HtmlAttributeIntermediateNode htmlAttr)
976private static int UnwrapHtmlAttribute(IntermediateNode parent, int insertIndex, HtmlAttributeIntermediateNode htmlAttr)
1043private static int UnwrapDataDashAttribute(IntermediateNode parent, int insertIndex, HtmlAttributeIntermediateNode htmlAttr, bool hasDynamicChildren)
1157private static string FlattenAttributeToHtml(HtmlAttributeIntermediateNode htmlAttr)
1228HtmlAttributeIntermediateNode htmlAttr,
1286HtmlAttributeIntermediateNode htmlAttr,
1406HtmlAttributeIntermediateNode htmlAttr,
1466HtmlAttributeIntermediateNode htmlAttr,