3 references to _resolvableRelocations
ILCompiler.Compiler (3)
parent\parent\Common\Compiler\ObjectWriter\WasmRelocatableObjectWriter.cs (3)
81foreach ((int sectionIndex, List<SymbolicRelocation> relocations) in _resolvableRelocations) 103if (!_resolvableRelocations.TryGetValue(sectionIndex, out List<SymbolicRelocation> resolvable)) 105_resolvableRelocations[sectionIndex] = resolvable = new List<SymbolicRelocation>();