9 references to IsParameterMatch
Microsoft.CodeAnalysis.Razor.Compiler (9)
Language\DefaultTagHelperResolutionPhase.ComponentTagHelperResolver.cs (5)
205
if (match.
IsParameterMatch
&& directiveAttributeName.HasParameter && parameterOriginalSpan is SourceSpan ps)
212
IntermediateNode directiveNode = match.
IsParameterMatch
&& directiveAttributeName.HasParameter
284
if (match.
IsParameterMatch
)
295
if (match.
IsParameterMatch
&&
876
IntermediateNode directiveNode = match.
IsParameterMatch
&& directiveAttributeName.HasParameter
Language\Intermediate\TagHelperDirectiveAttributeIntermediateNode.cs (1)
27
Debug.Assert(!match.
IsParameterMatch
);
Language\Legacy\TagHelperBlockRewriter.cs (1)
511
if (!match.
IsParameterMatch
)
Language\TagHelperAttributeMatch.cs (2)
30
if (
IsParameterMatch
)
43
if (
IsParameterMatch
)