1 reference to s_propertyMatcherPattern
Microsoft.Build (1)
BuildCheck\Infrastructure\EditorConfig\EditorConfigFile.cs (1)
35
private static Regex PropertyMatcherRegex { get; } = new Regex(
s_propertyMatcherPattern
, RegexOptions.Compiled);