36 references to IsMatch
GenerateDocumentationAndConfigFiles (4)
src\RoslynAnalyzers\Microsoft.CodeAnalysis.Analyzers\Core\MetaAnalyzers\ReleaseTrackingHelper.cs (4)
119
if (Regex.
IsMatch
(lineText, TableHeaderNewOrRemovedRulesLine1RegexPattern, RegexOptions.IgnoreCase))
130
if (Regex.
IsMatch
(lineText, TableHeaderNewOrRemovedRulesLine2RegexPattern, RegexOptions.IgnoreCase))
139
if (Regex.
IsMatch
(lineText, TableHeaderChangedRulesLine1RegexPattern, RegexOptions.IgnoreCase))
150
if (Regex.
IsMatch
(lineText, TableHeaderChangedRulesLine2RegexPattern, RegexOptions.IgnoreCase))
Metrics (1)
src\RoslynAnalyzers\Utilities\Compiler\AdditionalFileProvider.cs (1)
51
=> _additionalFiles.Where(x => Regex.
IsMatch
(Path.GetFileName(x.Path), pattern, RegexOptions.IgnoreCase));
Metrics.Legacy (1)
src\RoslynAnalyzers\Utilities\Compiler\AdditionalFileProvider.cs (1)
51
=> _additionalFiles.Where(x => Regex.
IsMatch
(Path.GetFileName(x.Path), pattern, RegexOptions.IgnoreCase));
Microsoft.Build (2)
BuildEnvironmentHelper.cs (2)
171
Regex.
IsMatch
(msBuildExe, $@".*\\MSBuild\\{CurrentToolsVersion}\\Bin\\.*MSBuild(?:TaskHost)?\.exe", RegexOptions.IgnoreCase))
244
Regex.
IsMatch
(msbuildExe, msBuildPathPattern, RegexOptions.IgnoreCase))
Microsoft.Build.Engine.OM.UnitTests (2)
BuildEnvironmentHelper.cs (2)
171
Regex.
IsMatch
(msBuildExe, $@".*\\MSBuild\\{CurrentToolsVersion}\\Bin\\.*MSBuild(?:TaskHost)?\.exe", RegexOptions.IgnoreCase))
244
Regex.
IsMatch
(msbuildExe, msBuildPathPattern, RegexOptions.IgnoreCase))
Microsoft.Build.Framework (1)
FileClassifier.cs (1)
170
if (Regex.
IsMatch
(processName, $@".*\\MSBuild\\Current\\Bin\\.*MSBuild(?:TaskHost)?\.exe", RegexOptions.IgnoreCase))
Microsoft.Build.Tasks.Core (2)
BuildEnvironmentHelper.cs (2)
171
Regex.
IsMatch
(msBuildExe, $@".*\\MSBuild\\{CurrentToolsVersion}\\Bin\\.*MSBuild(?:TaskHost)?\.exe", RegexOptions.IgnoreCase))
244
Regex.
IsMatch
(msbuildExe, msBuildPathPattern, RegexOptions.IgnoreCase))
Microsoft.Build.Utilities.Core (2)
BuildEnvironmentHelper.cs (2)
171
Regex.
IsMatch
(msBuildExe, $@".*\\MSBuild\\{CurrentToolsVersion}\\Bin\\.*MSBuild(?:TaskHost)?\.exe", RegexOptions.IgnoreCase))
244
Regex.
IsMatch
(msbuildExe, msBuildPathPattern, RegexOptions.IgnoreCase))
Microsoft.CodeAnalysis.Analyzers (9)
MetaAnalyzers\Fixers\AnalyzerReleaseTrackingFix.cs (4)
350
if (Regex.
IsMatch
(lineText, ReleaseTrackingHelper.TableHeaderNewOrRemovedRulesLine1RegexPattern, RegexOptions.IgnoreCase) ||
351
Regex.
IsMatch
(lineText, ReleaseTrackingHelper.TableHeaderChangedRulesLine1RegexPattern, RegexOptions.IgnoreCase))
355
else if (Regex.
IsMatch
(lineText, ReleaseTrackingHelper.TableHeaderNewOrRemovedRulesLine2RegexPattern, RegexOptions.IgnoreCase) ||
356
Regex.
IsMatch
(lineText, ReleaseTrackingHelper.TableHeaderChangedRulesLine2RegexPattern, RegexOptions.IgnoreCase))
MetaAnalyzers\ReleaseTrackingHelper.cs (4)
119
if (Regex.
IsMatch
(lineText, TableHeaderNewOrRemovedRulesLine1RegexPattern, RegexOptions.IgnoreCase))
130
if (Regex.
IsMatch
(lineText, TableHeaderNewOrRemovedRulesLine2RegexPattern, RegexOptions.IgnoreCase))
139
if (Regex.
IsMatch
(lineText, TableHeaderChangedRulesLine1RegexPattern, RegexOptions.IgnoreCase))
150
if (Regex.
IsMatch
(lineText, TableHeaderChangedRulesLine2RegexPattern, RegexOptions.IgnoreCase))
src\RoslynAnalyzers\Utilities\Compiler\AdditionalFileProvider.cs (1)
51
=> _additionalFiles.Where(x => Regex.
IsMatch
(Path.GetFileName(x.Path), pattern, RegexOptions.IgnoreCase));
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
src\RoslynAnalyzers\Utilities\Compiler\AdditionalFileProvider.cs (1)
51
=> _additionalFiles.Where(x => Regex.
IsMatch
(Path.GetFileName(x.Path), pattern, RegexOptions.IgnoreCase));
Microsoft.CodeAnalysis.BannedApiAnalyzers (1)
src\RoslynAnalyzers\Utilities\Compiler\AdditionalFileProvider.cs (1)
51
=> _additionalFiles.Where(x => Regex.
IsMatch
(Path.GetFileName(x.Path), pattern, RegexOptions.IgnoreCase));
Microsoft.CodeAnalysis.PublicApiAnalyzers (1)
src\RoslynAnalyzers\Utilities\Compiler\AdditionalFileProvider.cs (1)
51
=> _additionalFiles.Where(x => Regex.
IsMatch
(Path.GetFileName(x.Path), pattern, RegexOptions.IgnoreCase));
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
src\RoslynAnalyzers\Utilities\Compiler\AdditionalFileProvider.cs (1)
51
=> _additionalFiles.Where(x => Regex.
IsMatch
(Path.GetFileName(x.Path), pattern, RegexOptions.IgnoreCase));
Microsoft.ML.AutoML (1)
ColumnInference\ColumnTypeInference.cs (1)
219
if (Regex.
IsMatch
(v, candidate, RegexOptions.IgnoreCase))
MSBuild (2)
BuildEnvironmentHelper.cs (2)
171
Regex.
IsMatch
(msBuildExe, $@".*\\MSBuild\\{CurrentToolsVersion}\\Bin\\.*MSBuild(?:TaskHost)?\.exe", RegexOptions.IgnoreCase))
244
Regex.
IsMatch
(msbuildExe, msBuildPathPattern, RegexOptions.IgnoreCase))
MSBuildTaskHost (2)
BuildEnvironmentHelper.cs (2)
171
Regex.
IsMatch
(msBuildExe, $@".*\\MSBuild\\{CurrentToolsVersion}\\Bin\\.*MSBuild(?:TaskHost)?\.exe", RegexOptions.IgnoreCase))
244
Regex.
IsMatch
(msbuildExe, msBuildPathPattern, RegexOptions.IgnoreCase))
Roslyn.Diagnostics.Analyzers (1)
src\RoslynAnalyzers\Utilities\Compiler\AdditionalFileProvider.cs (1)
51
=> _additionalFiles.Where(x => Regex.
IsMatch
(Path.GetFileName(x.Path), pattern, RegexOptions.IgnoreCase));
Test.Utilities (1)
src\RoslynAnalyzers\Utilities\Compiler\AdditionalFileProvider.cs (1)
51
=> _additionalFiles.Where(x => Regex.
IsMatch
(Path.GetFileName(x.Path), pattern, RegexOptions.IgnoreCase));
Text.Analyzers (1)
src\RoslynAnalyzers\Utilities\Compiler\AdditionalFileProvider.cs (1)
51
=> _additionalFiles.Where(x => Regex.
IsMatch
(Path.GetFileName(x.Path), pattern, RegexOptions.IgnoreCase));