49 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
)
383
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 (40)
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 (21)
49
Assert.True(match.
IsMatch
);
61
Assert.True(match.
IsMatch
);
74
Assert.True(match.
IsMatch
);
86
Assert.True(match.
IsMatch
);
98
Assert.True(match.
IsMatch
);
110
Assert.True(match.
IsMatch
);
122
Assert.True(match.
IsMatch
);
134
Assert.True(match.
IsMatch
);
155
Assert.True(match.
IsMatch
);
177
Assert.Equal(expectedMatchResult, match.
IsMatch
);
210
Assert.Equal(expectedMatchResult, match.
IsMatch
);
250
Assert.Equal(expectedMatchResult, match.
IsMatch
);
303
Assert.Equal(expectedMatchResult, match.
IsMatch
);
323
Assert.True(match.
IsMatch
);
335
Assert.True(match.
IsMatch
);
347
Assert.True(match.
IsMatch
);
359
Assert.True(match.
IsMatch
);
371
Assert.True(match.
IsMatch
);
383
Assert.True(match.
IsMatch
);
395
Assert.True(match.
IsMatch
);
407
Assert.True(match.
IsMatch
);