4 references to ICommonOperations
NuGet.PackageManagement (4)
Context\IDEExecutionContext.cs (2)
14public ICommonOperations CommonOperations { get; } 16public IDEExecutionContext(ICommonOperations commonOperations)
Context\PackageManagementContext.cs (2)
21ICommonOperations commonOperations) 53public ICommonOperations CommonOperations { get; private set; }