1 instantiation of ExactMethodInstantiationsNode
ILCompiler.Compiler (1)
Compiler\MetadataManager.cs (1)
192
var exactMethodInstantiations = new
ExactMethodInstantiationsNode
(nativeReferencesTableNode);
2 references to ExactMethodInstantiationsNode
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\ExactMethodInstantiationsEntryNode.cs (1)
31
ExactMethodInstantiationsNode
.GetExactMethodInstantiationDependenciesForMethod(ref dependencies, factory, _method);
Compiler\MetadataManager.cs (1)
192
var
exactMethodInstantiations = new ExactMethodInstantiationsNode(nativeReferencesTableNode);