1 override of GetDependenciesDueToAccess
ILCompiler.Compiler (1)
Compiler\UsageBasedMetadataManager.cs (1)
774
public override void
GetDependenciesDueToAccess
(ref DependencyList dependencies, NodeFactory factory, MethodIL methodIL, TypeDesc accessedType)
4 references to GetDependenciesDueToAccess
ILCompiler.Compiler (4)
IL\ILImporter.Scanner.cs (4)
1103
_factory.MetadataManager.
GetDependenciesDueToAccess
(ref _dependencies, _factory, _methodIL, (TypeDesc)_canonMethodIL.GetObject(token));
1143
_factory.MetadataManager.
GetDependenciesDueToAccess
(ref _dependencies, _factory, _methodIL, (TypeDesc)_canonMethodIL.GetObject(token));
1380
_factory.MetadataManager.
GetDependenciesDueToAccess
(ref _dependencies, _factory, _methodIL, typeForAccessCheck);
1409
_factory.MetadataManager.
GetDependenciesDueToAccess
(ref _dependencies, _factory, _methodIL, (TypeDesc)_canonMethodIL.GetObject(token));