File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
VirtualMethodInterception Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 2222using Unity . Interception . PolicyInjection . Pipeline ;
2323using Unity . Interception . PolicyInjection . Policies ;
2424using Unity . Interception . Utilities ;
25+ using Unity . Lifetime ;
2526
2627namespace Microsoft . Practices . Unity . InterceptionExtension . Tests . InterfaceInterception
2728{
Original file line number Diff line number Diff line change 77using System . Reflection ;
88using Microsoft . Practices . Unity . TestSupport ;
99using Microsoft . VisualStudio . TestTools . UnitTesting ;
10+ using Unity ;
1011using Unity . Interception ;
12+ using Unity . Interception . ContainerIntegration ;
1113using Unity . Interception . Interceptors ;
1214using Unity . Interception . Interceptors . TypeInterceptors . VirtualMethodInterception ;
1315using Unity . Interception . PolicyInjection ;
1416using Unity . Interception . PolicyInjection . Pipeline ;
17+ using Unity . Lifetime ;
1518using System . Runtime . CompilerServices ;
1619
1720namespace Microsoft . Practices . Unity . InterceptionExtension . Tests . VirtualMethodInterceptorTests
You can’t perform that action at this time.
0 commit comments