1 write to HasParameter
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\DefaultTagHelperResolutionPhase.ComponentTagHelperResolver.cs (1)
1124
HasParameter
= colonIndex >= 0;
4 references to HasParameter
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\DefaultTagHelperResolutionPhase.ComponentTagHelperResolver.cs (4)
205
if (match.IsParameterMatch && directiveAttributeName.
HasParameter
&& parameterOriginalSpan is SourceSpan ps)
212
IntermediateNode directiveNode = match.IsParameterMatch && directiveAttributeName.
HasParameter
876
IntermediateNode directiveNode = match.IsParameterMatch && directiveAttributeName.
HasParameter
1125
TextWithoutParameter =
HasParameter
? span[..colonIndex] : span;