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)
396
Debug.Assert(
_fullPath
!= null);
398
return
_fullPath
;
729
string[] files = Directory.GetFiles(
_fullPath
, _searchPattern);
746
[MemberNotNull(nameof(
_fullPath
))]
System\ComponentModel\Composition\Hosting\DirectoryCatalog.DirectoryCatalogDebuggerProxy.cs (1)
55
get { return _catalog.
_fullPath
; }