154 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)
671new("^xterm"), // xterm, PuTTY, Mintty
672new("^rxvt"), // RXVT
673new("^(?!eterm-color).*eterm.*"), // Accepts eterm, but not eterm-color, which does not support moving the cursor, see #9950.
674new("^screen"), // GNU screen, tmux
675new("tmux"), // tmux
676new("^vt100"), // DEC VT series
677new("^vt102"), // DEC VT series
678new("^vt220"), // DEC VT series
679new("^vt320"), // DEC VT series
680new("ansi"), // ANSI
681new("scoansi"), // SCO ANSI
682new("cygwin"), // Cygwin, MinGW
683new("linux"), // Linux console
684new("konsole"), // Konsole
685new("bvterm"), // Bitvise SSH Client
686new("^st-256color"), // Suckless Simple Terminal, st
687new("alacritty"), // Alacritty
dotnet-svcutil-lib (8)
GenerateDocumentationAndConfigFiles (1)
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.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.Analyzers (1)
Microsoft.CodeAnalysis.AnalyzerUtilities (1)
Microsoft.CodeAnalysis.CodeStyle (3)
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
Microsoft.CodeAnalysis.Features (6)
Microsoft.CodeAnalysis.ResxSourceGenerator (1)
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
Microsoft.CodeAnalysis.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.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.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.Analyzers (1)
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)
tlens (1)