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