48 references to IsMatch
Microsoft.NET.Sdk.StaticWebAssets.Tasks (9)
Compression\ResolveCompressedAssets.cs (1)
90
if (!match.
IsMatch
)
Data\ContentTypeProvider.cs (1)
460
if (match.
IsMatch
)
DefineStaticWebAssets.cs (4)
138
if (!match.
IsMatch
)
156
if (match.
IsMatch
)
173
if (!filter.Match(matchContext).
IsMatch
)
364
else if (!matchResult.
IsMatch
)
FingerprintPatternMatcher.cs (1)
57
if (!matchResult.
IsMatch
)
GenerateStaticWebAssetEndpointsManifest.cs (1)
96
if (match.
IsMatch
)
Utils\Globbing\StaticWebAssetGlobMatcher.cs (1)
33
if (excluded.
IsMatch
)
Microsoft.NET.Sdk.StaticWebAssets.Tests (39)
StaticWebAssets\Globbing\StaticWebAssetGlobMatcherTest.Compatibility.cs (19)
16
Assert.True(match.
IsMatch
);
28
Assert.False(match.
IsMatch
);
39
Assert.True(match.
IsMatch
);
56
Assert.True(match.
IsMatch
);
75
.Where(file => globMatcher.Match(file).
IsMatch
)
95
.Where(file => globMatcher.Match(file).
IsMatch
)
117
.Where(file => globMatcher.Match(file).
IsMatch
)
140
.Where(file => globMatcher.Match(file).
IsMatch
)
154
.Where(file => globMatcher.Match(file).
IsMatch
)
168
.Where(file => globMatcher.Match(file).
IsMatch
)
183
.Where(file => globMatcher.Match(file).
IsMatch
)
197
.Where(file => globMatcher.Match(file).
IsMatch
)
211
.Where(file => globMatcher.Match(file).
IsMatch
)
225
.Where(file => globMatcher.Match(file).
IsMatch
)
240
.Where(file => globMatcher.Match(file).
IsMatch
)
254
.Where(file => globMatcher.Match(file).
IsMatch
)
268
.Where(file => globMatcher.Match(file).
IsMatch
)
282
.Where(file => globMatcher.Match(file).
IsMatch
)
297
.Where(file => globMatcher.Match(file).
IsMatch
)
StaticWebAssets\Globbing\StaticWebAssetGlobMatcherTest.cs (20)
38
Assert.True(match.
IsMatch
);
51
Assert.True(match.
IsMatch
);
63
Assert.True(match.
IsMatch
);
75
Assert.True(match.
IsMatch
);
87
Assert.True(match.
IsMatch
);
99
Assert.True(match.
IsMatch
);
111
Assert.True(match.
IsMatch
);
132
Assert.True(match.
IsMatch
);
154
Assert.Equal(expectedMatchResult, match.
IsMatch
);
187
Assert.Equal(expectedMatchResult, match.
IsMatch
);
227
Assert.Equal(expectedMatchResult, match.
IsMatch
);
280
Assert.Equal(expectedMatchResult, match.
IsMatch
);
300
Assert.True(match.
IsMatch
);
312
Assert.True(match.
IsMatch
);
324
Assert.True(match.
IsMatch
);
336
Assert.True(match.
IsMatch
);
348
Assert.True(match.
IsMatch
);
360
Assert.True(match.
IsMatch
);
372
Assert.True(match.
IsMatch
);
384
Assert.True(match.
IsMatch
);