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