7 writes to ShouldIncludePredicate
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\IO\Enumeration\FileSystemEnumerableFactory.cs (6)
123ShouldIncludePredicate = (ref FileSystemEntry entry) => 137ShouldIncludePredicate = (ref FileSystemEntry entry) => 151ShouldIncludePredicate = (ref FileSystemEntry entry) => 168ShouldIncludePredicate = (ref FileSystemEntry entry) => 185ShouldIncludePredicate = (ref FileSystemEntry entry) => 202ShouldIncludePredicate = (ref FileSystemEntry entry) =>
System.Windows.Forms.Primitives.TestUtilities.Tests (1)
PathLengthTests.cs (1)
36ShouldIncludePredicate = (ref FileSystemEntry entry) =>
1 reference to ShouldIncludePredicate
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\IO\Enumeration\FileSystemEnumerable.cs (1)
74=> _enumerable.ShouldIncludePredicate?.Invoke(ref entry) ?? true;