1 instantiation of LsdaCache
ILCompiler.Compiler (1)
Compiler\ObjectWriter\UnixObjectWriter.Aot.cs (1)
166
private readonly LsdaCache _lsdaCache = new
LsdaCache
();
2 references to LsdaCache
ILCompiler.Compiler (2)
Compiler\ObjectWriter\UnixObjectWriter.Aot.cs (2)
166
private readonly
LsdaCache
_lsdaCache = new LsdaCache();
188
if (
LsdaCache
.IsCacheable(nodeWithCodeInfo) && !useFrameNames)