2 writes to IsNotApplicable
Microsoft.Extensions.FileSystemGlobbing (2)
Internal\PatternContexts\PatternContextRagged.cs (2)
53
frame.
IsNotApplicable
= true;
64
frame.
IsNotApplicable
= true;
5 references to IsNotApplicable
Microsoft.Extensions.FileSystemGlobbing (5)
Internal\PatternContexts\PatternContextRagged.cs (2)
26
if (!Frame.
IsNotApplicable
&& IsEndingGroup() && TestMatchingGroup(file))
44
else if (Frame.
IsNotApplicable
)
Internal\PatternContexts\PatternContextRaggedExclude.cs (1)
23
if (Frame.
IsNotApplicable
)
Internal\PatternContexts\PatternContextRaggedInclude.cs (2)
24
if (Frame.
IsNotApplicable
)
46
if (Frame.
IsNotApplicable
)