3 references to AddDependency
dotnet-svcutil-lib (3)
Bootstrapper\SvcutilBootstrapper.cs (2)
124
this.MSBuildProj.
AddDependency
(svcutilPkgRef, true);
142
this.MSBuildProj.
AddDependency
(dependency);
Tool.cs (1)
281
needSave |= project.
AddDependency
(dep);