1 write to Prefix
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Legacy\LiteralAttributeChunkGenerator.cs (1)
15Prefix = prefix;
4 references to Prefix
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\Legacy\LiteralAttributeChunkGenerator.cs (4)
25return string.Format(CultureInfo.CurrentCulture, "LitAttr:{0:F}", Prefix); 32Equals(other.Prefix, Prefix) && 40hashCodeCombiner.Add(Prefix);