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