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