1 write to _state
ILCompiler.Compiler (1)
Compiler\GenericRootProvider.cs (1)
15
(
_state
, _addRoots) = (state, addRootsMethod);
1 reference to _state
ILCompiler.Compiler (1)
Compiler\GenericRootProvider.cs (1)
17
public void AddCompilationRoots(IRootingServiceProvider rootProvider) => _addRoots(
_state
, rootProvider);