1 instantiation of InheritsInfo
Microsoft.CodeAnalysis.Razor.Compiler (1)
SourceGenerators\RazorSourceGenerator.cs (1)
386.Select(static (item, _) => new Utf8SupportMap.InheritsInfo(
6 references to InheritsInfo
Microsoft.CodeAnalysis.Razor.Compiler (6)
CSharp\Utf8SupportMap.cs (6)
55public static Utf8SupportMap Create(ImmutableArray<InheritsInfo> inheritsInfos, Compilation compilation) 70using var _1 = ListPool<(int Index, InheritsInfo Info)>.GetPooledObject(out var unresolvedEntries); 74var info = inheritsInfos[i]; 101var info = inheritsInfos[index]; 122List<(int Index, InheritsInfo Info)> entries, 130var info = entries[i].Info;