9 references to IsParameterMatch
Microsoft.CodeAnalysis.Razor.Compiler (9)
Language\DefaultTagHelperResolutionPhase.ComponentTagHelperResolver.cs (5)
218if (match.IsParameterMatch && directiveAttributeName.HasParameter && parameterOriginalSpan is SourceSpan ps) 225IntermediateNode directiveNode = match.IsParameterMatch && directiveAttributeName.HasParameter 297if (match.IsParameterMatch) 308if (match.IsParameterMatch && 891IntermediateNode 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)
31if (IsParameterMatch) 44if (IsParameterMatch)