14 references to ExpectsStringValue
Microsoft.CodeAnalysis.Razor.Compiler (14)
Language\DefaultTagHelperResolutionPhase.ComponentTagHelperResolver.cs (9)
267if (hasMixedStringContent && match.ExpectsStringValue) 272else if (!match.ExpectsStringValue && !hasMixedStringContent) 285if (match.ExpectsStringValue) 295if (!match.ExpectsStringValue) 327/// <see cref="LowerUnresolvedAttributeValues"/> with the <see cref="TagHelperAttributeMatch.ExpectsStringValue"/> 353LowerUnresolvedAttributeValues(htmlAttrChild, prop, match.ExpectsStringValue, unresolvedAttr.ValueSourceSpan, sourceDocument); 362if (match.ExpectsStringValue) 912if (!match.ExpectsStringValue) 931if (!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;