示例#1
0
 /// <summary>
 /// This constructor is used by unit tests to inject custom IVsProjectSystem implementation
 /// </summary>
 internal VsWebsiteHandler(IFileSystemProvider fileSystemProvider, IProjectSystemFactory projectSystemFactory)
     : this(fileSystemProvider)
 {
     _projectSystemFactory = projectSystemFactory;
 }
 /// <summary>
 /// This constructor is used by unit tests to inject custom IVsProjectSystem implementation
 /// </summary>
 internal VsWebsiteHandler(IFileSystemProvider fileSystemProvider, IProjectSystemFactory projectSystemFactory)
     : this(fileSystemProvider)
 {
     _projectSystemFactory = projectSystemFactory;
 }