1 instantiation of InheritsInfo
Microsoft.CodeAnalysis.Razor.Compiler (1)
SourceGenerators\RazorSourceGenerator.cs (1)
278.Select(static (item, _) => new DefaultUtf8WriteLiteralFeature.InheritsInfo(
6 references to InheritsInfo
Microsoft.CodeAnalysis.Razor.Compiler (6)
CSharp\DefaultUtf8WriteLiteralFeature.cs (6)
88public static Utf8SupportMap Create(ImmutableArray<InheritsInfo> inheritsInfos, Compilation compilation) 103List<(int Index, InheritsInfo Info)>? unresolvedEntries = null; 107var info = inheritsInfos[i]; 132var info = inheritsInfos[index]; 153List<(int Index, InheritsInfo Info)> entries, 162var info = entries[i].Info;