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)
88
public static Utf8SupportMap Create(ImmutableArray<
InheritsInfo
> inheritsInfos, Compilation compilation)
103
List<(int Index,
InheritsInfo
Info)>? unresolvedEntries = null;
107
var
info = inheritsInfos[i];
132
var
info = inheritsInfos[index];
153
List<(int Index,
InheritsInfo
Info)> entries,
162
var
info = entries[i].Info;