7 writes to ShouldIncludePredicate
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\System\IO\Enumeration\FileSystemEnumerableFactory.cs (6)
123
ShouldIncludePredicate
= (ref FileSystemEntry entry) =>
137
ShouldIncludePredicate
= (ref FileSystemEntry entry) =>
151
ShouldIncludePredicate
= (ref FileSystemEntry entry) =>
168
ShouldIncludePredicate
= (ref FileSystemEntry entry) =>
185
ShouldIncludePredicate
= (ref FileSystemEntry entry) =>
202
ShouldIncludePredicate
= (ref FileSystemEntry entry) =>
System.Windows.Forms.Primitives.TestUtilities.Tests (1)
PathLengthTests.cs (1)
36
ShouldIncludePredicate
= (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;