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