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