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