4 implementations of AttachContext
ILCompiler.DependencyAnalysisFramework (4)
EventSourceLogStrategy.cs (1)
133void IDependencyAnalysisMarkStrategy<DependencyContextType>.AttachContext(DependencyContextType context)
FirstMarkLogStrategy.cs (1)
117void IDependencyAnalysisMarkStrategy<DependencyContextType>.AttachContext(DependencyContextType context)
FullGraphLogStrategy.cs (1)
191void IDependencyAnalysisMarkStrategy<DependencyContextType>.AttachContext(DependencyContextType context)
NoLogStrategy.cs (1)
41void IDependencyAnalysisMarkStrategy<DependencyContextType>.AttachContext(DependencyContextType context)
1 reference to AttachContext
ILCompiler.DependencyAnalysisFramework (1)
DependencyAnalyzer.cs (1)
105_marker.AttachContext(dependencyContext);