1 write to TypePattern
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Legacy\AddTagHelperChunkGenerator.cs (1)
26TypePattern = typePattern;
5 references to TypePattern
Microsoft.CodeAnalysis.Razor.Compiler (5)
Language\DefaultRazorTagHelperContextDiscoveryPhase.cs (1)
327switch (GetMemoryWithoutGlobalPrefix(addTagHelper.TypePattern).Span)
Language\Legacy\AddTagHelperChunkGenerator.cs (4)
48string.Equals(TypePattern, other.TypePattern, StringComparison.Ordinal) && 59combiner.Add(TypePattern, StringComparer.Ordinal); 72builder.Append(TypePattern);