48 references to IsMatch
Microsoft.NET.Sdk.StaticWebAssets.Tasks (9)
Compression\ResolveCompressedAssets.cs (1)
90if (!match.IsMatch)
Data\ContentTypeProvider.cs (1)
460if (match.IsMatch)
DefineStaticWebAssets.cs (4)
138if (!match.IsMatch) 156if (match.IsMatch) 173if (!filter.Match(matchContext).IsMatch) 364else if (!matchResult.IsMatch)
FingerprintPatternMatcher.cs (1)
57if (!matchResult.IsMatch)
GenerateStaticWebAssetEndpointsManifest.cs (1)
96if (match.IsMatch)
Utils\Globbing\StaticWebAssetGlobMatcher.cs (1)
33if (excluded.IsMatch)
Microsoft.NET.Sdk.StaticWebAssets.Tests (39)
StaticWebAssets\Globbing\StaticWebAssetGlobMatcherTest.Compatibility.cs (19)
16Assert.True(match.IsMatch); 28Assert.False(match.IsMatch); 39Assert.True(match.IsMatch); 56Assert.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)
38Assert.True(match.IsMatch); 51Assert.True(match.IsMatch); 63Assert.True(match.IsMatch); 75Assert.True(match.IsMatch); 87Assert.True(match.IsMatch); 99Assert.True(match.IsMatch); 111Assert.True(match.IsMatch); 132Assert.True(match.IsMatch); 154Assert.Equal(expectedMatchResult, match.IsMatch); 187Assert.Equal(expectedMatchResult, match.IsMatch); 227Assert.Equal(expectedMatchResult, match.IsMatch); 280Assert.Equal(expectedMatchResult, match.IsMatch); 300Assert.True(match.IsMatch); 312Assert.True(match.IsMatch); 324Assert.True(match.IsMatch); 336Assert.True(match.IsMatch); 348Assert.True(match.IsMatch); 360Assert.True(match.IsMatch); 372Assert.True(match.IsMatch); 384Assert.True(match.IsMatch);