1 write to _fullPath
System.ComponentModel.Composition (1)
System\ComponentModel\Composition\Hosting\DirectoryCatalog.cs (1)
754_fullPath = GetFullPath(path);
5 references to _fullPath
System.ComponentModel.Composition (5)
System\ComponentModel\Composition\Hosting\DirectoryCatalog.cs (4)
396Debug.Assert(_fullPath != null); 398return _fullPath; 729string[] files = Directory.GetFiles(_fullPath, _searchPattern); 746[MemberNotNull(nameof(_fullPath))]
System\ComponentModel\Composition\Hosting\DirectoryCatalog.DirectoryCatalogDebuggerProxy.cs (1)
55get { return _catalog._fullPath; }