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