14 references to ExpectsStringValue
Microsoft.CodeAnalysis.Razor.Compiler (14)
Language\DefaultTagHelperResolutionPhase.ComponentTagHelperResolver.cs (9)
254if (hasMixedStringContent && match.ExpectsStringValue) 259else if (!match.ExpectsStringValue && !hasMixedStringContent) 272if (match.ExpectsStringValue) 282if (!match.ExpectsStringValue) 314/// <see cref="LowerUnresolvedAttributeValues"/> with the <see cref="TagHelperAttributeMatch.ExpectsStringValue"/> 340LowerUnresolvedAttributeValues(htmlAttrChild, prop, match.ExpectsStringValue, unresolvedAttr.ValueSourceSpan, sourceDocument); 349if (match.ExpectsStringValue) 897if (!match.ExpectsStringValue) 916if (!match.ExpectsStringValue)
Language\DefaultTagHelperResolutionPhase.LegacyTagHelperResolver.cs (4)
154if (!match.ExpectsStringValue && HasOnlyWhitespaceContent(prop)) 212LowerUnresolvedAttributeValues(htmlAttrChild, prop, match.ExpectsStringValue, unresolvedAttr.ValueSourceSpan, sourceDocument); 221if (match.ExpectsStringValue) 296var isBoundStringProperty = match.ExpectsStringValue;
Language\Legacy\TagHelperBlockRewriter.cs (1)
508isBoundNonStringAttribute = !match.ExpectsStringValue;