1 write to _path
System.ComponentModel.Composition (1)
System\ComponentModel\Composition\Hosting\DirectoryCatalog.cs (1)
753_path = path;
5 references to _path
System.ComponentModel.Composition (5)
System\ComponentModel\Composition\Hosting\DirectoryCatalog.cs (4)
424Debug.Assert(_path != null); 426return _path; 725$"{GetType().Name} (Path=\"{_path}\")"; // NOLOC 745[MemberNotNull(nameof(_path))]
System\ComponentModel\Composition\Hosting\DirectoryCatalog.DirectoryCatalogDebuggerProxy.cs (1)
50get { return _catalog._path; }