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");
251
var result = new DependencyList(
_nonRelocationDependencies
?? []);