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)
57public static Utf8SupportMap Create(ImmutableArray<InheritsInfo> inheritsInfos, Compilation compilation) 72using var _1 = ListPool<(int Index, InheritsInfo Info)>.GetPooledObject(out var unresolvedEntries); 76var info = inheritsInfos[i]; 103var info = inheritsInfos[index]; 124List<(int Index, InheritsInfo Info)> entries, 132var info = entries[i].Info;