1 write to _filePaths
System.Runtime.Caching (1)
System\Caching\HostFileChangeMonitor.cs (1)
140
_filePaths
= SanitizeFilePathsList(filePaths);
10 references to _filePaths
System.Runtime.Caching (10)
System\Caching\HostFileChangeMonitor.cs (10)
32
if (
_filePaths
.Count == 1) {
33
string path =
_filePaths
[0];
42
foreach (string path in
_filePaths
) {
45
Hashtable fcnState = new Hashtable(
_filePaths
.Count);
48
foreach (string path in
_filePaths
) {
100
if (
_filePaths
!= null && _fcnState != null) {
101
if (
_filePaths
.Count > 1) {
103
foreach (string path in
_filePaths
) {
113
string path =
_filePaths
[0];
127
public override ReadOnlyCollection<String> FilePaths { get { return
_filePaths
; } }