1 write to FileName
dotnet-svcutil-lib (1)
Shared\MSBuildProj.cs (1)
176FileName = Path.GetFileName(projectFullPath),
5 references to FileName
dotnet-svcutil-lib (5)
Bootstrapper\SvcutilBootstrapper.cs (1)
71if (this.Options.Project != null && StringComparer.OrdinalIgnoreCase.Compare(this.Options.Project.FileName, SvcutilBootstrapper.ProjectName) == 0)
Shared\MSBuildProj.cs (4)
65public string FullPath { get { return Path.Combine(DirectoryPath, FileName); } } 897Path.Combine(outputPath, $"{Path.GetFileNameWithoutExtension(this.FileName)}.deps.json") : 915targetLib = $"{Path.ChangeExtension(this.FileName, ".dll")}"; 1013var fileName = $"{Path.GetFileNameWithoutExtension(this.FileName)}.deps.json";