1 write to IdentityRegex
Microsoft.DotNet.SourceBuild.Tasks (1)
src\UsageReport\UsagePattern.cs (1)
22IdentityRegex = xml.Attribute(nameof(IdentityRegex))?.Value,
5 references to IdentityRegex
Microsoft.DotNet.SourceBuild.Tasks (5)
src\UsageReport\UsagePattern.cs (5)
17IdentityRegex.ToXAttributeIfNotNull(nameof(IdentityRegex)), 22IdentityRegex = xml.Attribute(nameof(IdentityRegex))?.Value, 28if (!string.IsNullOrEmpty(IdentityRegex)) 30return new Regex(IdentityRegex, RegexOptions.IgnoreCase | RegexOptions.Compiled);