1 write to _nonRelocationDependencies
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\SealedVTableNode.cs (1)
227_nonRelocationDependencies ??= new DependencyList();
2 references to _nonRelocationDependencies
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\SealedVTableNode.cs (2)
228_nonRelocationDependencies.Add(factory.InterfaceUse(declTypeRuntimeInterfaces[i].GetTypeDefinition()), "Interface with shared default methods folows this"); 251var result = new DependencyList(_nonRelocationDependencies ?? []);