1 write to s_xmlDeclarationRegex
Microsoft.Build (1)
Construction\ProjectRootElement.cs (1)
70
private static Regex XmlDeclarationRegex =>
s_xmlDeclarationRegex
??= new Regex(XmlDeclarationPattern);