1 write to _filePaths
System.Runtime.Caching (1)
System\Runtime\Caching\HostFileChangeMonitor.cs (1)
172
_filePaths
= SanitizeFilePathsList(filePaths);
10 references to _filePaths
System.Runtime.Caching (10)
System\Runtime\Caching\HostFileChangeMonitor.cs (10)
35
if (
_filePaths
.Count == 1)
37
string path =
_filePaths
[0];
47
foreach (string path in
_filePaths
)
51
Hashtable fcnState = new Hashtable(
_filePaths
.Count);
54
foreach (string path in
_filePaths
)
123
if (
_filePaths
!= null && _fcnState != null)
125
if (
_filePaths
.Count > 1)
128
foreach (string path in
_filePaths
)
142
string path =
_filePaths
[0];
156
public override ReadOnlyCollection<string> FilePaths { get { return
_filePaths
; } }