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