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