1 write to DirectoryPath
dotnet-svcutil-lib (1)
Metadata\MetadataDocumentSaver.cs (1)
40
this.
DirectoryPath
= directoryPath ?? throw new ArgumentNullException(nameof(directoryPath));
5 references to DirectoryPath
dotnet-svcutil-lib (5)
Metadata\MetadataDocumentSaver.cs (5)
146
var updatedLocation = Path.Combine(this.
DirectoryPath
, Path.GetFileName(location));
268
var filePath = FileNameMgr.AddFileName(this.
DirectoryPath
, fileName, ".xml");
285
var filePath = Path.Combine(this.
DirectoryPath
, import.Location);
305
this.FileNameMgr.AddFromNamespace(this.
DirectoryPath
, targetNamespace, extension) :
306
this.FileNameMgr.AddFileName(this.
DirectoryPath
, Path.GetFileName(uri.LocalPath), extension);