1 instantiation of ImmutableStringList
System.IO.FileSystem.Watcher (1)
System\IO\FileSystemWatcher.cs (1)
696
internal NormalizedFilterCollection() : base(new
ImmutableStringList
())
1 reference to ImmutableStringList
System.IO.FileSystem.Watcher (1)
System\IO\FileSystemWatcher.cs (1)
710
internal string[] GetFilters() => ((
ImmutableStringList
)Items).Items;