1 write to Regex
Microsoft.Build (1)
BuildCheck\Infrastructure\EditorConfig\EditorConfigGlobsMatcher.cs (1)
34Regex = regex;
2 references to Regex
Microsoft.Build (2)
BuildCheck\Infrastructure\EditorConfig\EditorConfigGlobsMatcher.cs (2)
42return Regex.IsMatch(s); 45var match = Regex.Match(s);