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)
55
public static Utf8SupportMap Create(ImmutableArray<
InheritsInfo
> inheritsInfos, Compilation compilation)
70
using var _1 = ListPool<(int Index,
InheritsInfo
Info)>.GetPooledObject(out var unresolvedEntries);
74
var
info = inheritsInfos[i];
101
var
info = inheritsInfos[index];
122
List<(int Index,
InheritsInfo
Info)> entries,
130
var
info = entries[i].Info;