150 references to Regex
aspire (2)
Aspire.Dashboard (1)
Aspire.Dashboard.Tests (1)
Aspire.EndToEnd.Tests (1)
Aspire.Playground.Tests (1)
Aspire.Templates.Tests (1)
dotnet (34)
Commands\Test\MTP\Terminal\AnsiDetector.cs (17)
20new("^xterm"), // xterm, PuTTY, Mintty
21new("^rxvt"), // RXVT
22new("^(?!eterm-color).*eterm.*"), // Accepts eterm, but not eterm-color, which does not support moving the cursor, see #9950.
23new("^screen"), // GNU screen, tmux
24new("tmux"), // tmux
25new("^vt100"), // DEC VT series
26new("^vt102"), // DEC VT series
27new("^vt220"), // DEC VT series
28new("^vt320"), // DEC VT series
29new("ansi"), // ANSI
30new("scoansi"), // SCO ANSI
31new("cygwin"), // Cygwin, MinGW
32new("linux"), // Linux console
33new("konsole"), // Konsole
34new("bvterm"), // Bitvise SSH Client
35new("^st-256color"), // Suckless Simple Terminal, st
36new("alacritty"), // Alacritty
Commands\Test\VSTest\TestCommand.cs (17)
689new("^xterm"), // xterm, PuTTY, Mintty
690new("^rxvt"), // RXVT
691new("^(?!eterm-color).*eterm.*"), // Accepts eterm, but not eterm-color, which does not support moving the cursor, see #9950.
692new("^screen"), // GNU screen, tmux
693new("tmux"), // tmux
694new("^vt100"), // DEC VT series
695new("^vt102"), // DEC VT series
696new("^vt220"), // DEC VT series
697new("^vt320"), // DEC VT series
698new("ansi"), // ANSI
699new("scoansi"), // SCO ANSI
700new("cygwin"), // Cygwin, MinGW
701new("linux"), // Linux console
702new("konsole"), // Konsole
703new("bvterm"), // Bitvise SSH Client
704new("^st-256color"), // Suckless Simple Terminal, st
705new("alacritty"), // Alacritty
dotnet-svcutil-lib (8)
ILCompiler.Compiler (1)
ILCompiler.ReadyToRun (1)
illink (1)
installer.tasks (1)
Microsoft.AspNetCore.Components.WebView.Maui (1)
Microsoft.AspNetCore.Components.WebView.WindowsForms (1)
Microsoft.AspNetCore.Components.WebView.Wpf (1)
Microsoft.AspNetCore.Server.IntegrationTesting (1)
Microsoft.Build (1)
Microsoft.Build.Framework (17)
Logging\AnsiDetector.cs (17)
18new("^xterm"), // xterm, PuTTY, Mintty
19new("^rxvt"), // RXVT
20new("^(?!eterm-color).*eterm.*"), // Accepts eterm, but not eterm-color, which does not support moving the cursor, see #9950.
21new("^screen"), // GNU screen, tmux
22new("tmux"), // tmux
23new("^vt100"), // DEC VT series
24new("^vt102"), // DEC VT series
25new("^vt220"), // DEC VT series
26new("^vt320"), // DEC VT series
27new("ansi"), // ANSI
28new("scoansi"), // SCO ANSI
29new("cygwin"), // Cygwin, MinGW
30new("linux"), // Linux console
31new("konsole"), // Konsole
32new("bvterm"), // Bitvise SSH Client
33new("^st-256color"), // Suckless Simple Terminal, st
34new("alacritty"), // Alacritty
Microsoft.CodeAnalysis.CodeStyle (2)
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Microsoft.CodeAnalysis.Features (6)
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
Microsoft.Data.Analysis.Interactive.Tests (1)
Microsoft.DotNet.Build.Manifest (1)
Microsoft.DotNet.Build.Tasks.Installers (2)
Microsoft.DotNet.SourceBuild.Tasks (2)
Microsoft.Extensions.AI.Evaluation (2)
Microsoft.Extensions.AI.Evaluation.Console (2)
Microsoft.Extensions.AI.Evaluation.Reporting (2)
Microsoft.Extensions.AI.Evaluation.Safety (2)
Microsoft.Extensions.Configuration.Binder.SourceGeneration (1)
Microsoft.ML.Data (1)
Microsoft.ML.GenAI.LLaMA (1)
Microsoft.ML.IntegrationTests (1)
Microsoft.ML.InternalCodeAnalyzer (1)
Microsoft.NET.Build.Containers (16)
Microsoft.NET.Sdk.StaticWebAssets.Tasks (3)
Microsoft.TemplateEngine.Cli (1)
Microsoft.TemplateEngine.Edge (1)
Microsoft.TemplateEngine.Orchestrator.RunnableProjects (2)
Microsoft.TemplateEngine.Utils (3)
Microsoft.VisualBasic.Core (4)
Microsoft.VisualStudio.TestPlatform.Common (1)
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (1)
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
Microsoft.Web.XmlTransform (3)
Roslyn.Diagnostics.CSharp.Analyzers (1)
Roslyn.Diagnostics.VisualBasic.Analyzers (1)
sdk-tasks (1)
SuperFileCheck (2)
System.ComponentModel.Annotations (1)
System.Private.Xml (1)
System.Text.RegularExpressions (1)