1 write to ILProvider
ILCompiler.Compiler (1)
Compiler\Dataflow\FlowAnnotations.cs (1)
45ILProvider = ilProvider;
2 references to ILProvider
ILCompiler.Compiler (2)
Compiler\Dataflow\MethodBodyScanner.cs (1)
58InterproceduralStateLattice = new InterproceduralStateLattice(annotations.ILProvider, default, default);
Compiler\UsageBasedMetadataManager.cs (1)
947methodILDefinition = FlowAnnotations.ILProvider.GetMethodIL(userMethod);