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