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