1 instantiation of LsdaComparer
ILCompiler.Compiler (1)
Compiler\ObjectWriter\UnixObjectWriter.Aot.cs (1)
121public static readonly LsdaComparer Instance = new LsdaComparer();
2 references to LsdaComparer
ILCompiler.Compiler (2)
Compiler\ObjectWriter\UnixObjectWriter.Aot.cs (2)
121public static readonly LsdaComparer Instance = new LsdaComparer(); 148private Dictionary<INodeWithCodeInfo, Utf8String[]> _lsdas = new Dictionary<INodeWithCodeInfo, Utf8String[]>(LsdaComparer.Instance);