6 references to _imports
ILCompiler.ReadyToRun (6)
Compiler\DependencyAnalysis\ReadyToRun\InstrumentationDataTableNode.cs (6)
53
_imports
.Clear();
60
public IReadOnlyList<Import> ReferencedImports =>
_imports
;
108
_imports
.Add(typeHandleImport);
125
computedInt =
_imports
.Count << 1;
152
_imports
.Add(methodHandleImport);
169
computedInt =
_imports
.Count << 1;