1 write to FileNameMgr
dotnet-svcutil-lib (1)
Metadata\MetadataDocumentSaver.cs (1)
43
this.
FileNameMgr
= new MetadataFileNameManager();
3 references to FileNameMgr
dotnet-svcutil-lib (3)
Metadata\MetadataDocumentSaver.cs (3)
268
var filePath =
FileNameMgr
.AddFileName(this.DirectoryPath, fileName, ".xml");
305
this.
FileNameMgr
.AddFromNamespace(this.DirectoryPath, targetNamespace, extension) :
306
this.
FileNameMgr
.AddFileName(this.DirectoryPath, Path.GetFileName(uri.LocalPath), extension);