1 write to IdentityGlob
Microsoft.DotNet.SourceBuild.Tasks (1)
src\UsageReport\UsagePattern.cs (1)
23
IdentityGlob
= xml.Attribute(nameof(IdentityGlob))?.Value
5 references to IdentityGlob
Microsoft.DotNet.SourceBuild.Tasks (5)
src\UsageReport\UsagePattern.cs (5)
18
IdentityGlob
.ToXAttributeIfNotNull(nameof(
IdentityGlob
)));
23
IdentityGlob = xml.Attribute(nameof(
IdentityGlob
))?.Value
33
if (!string.IsNullOrEmpty(
IdentityGlob
))
36
string regex = Regex.Escape(
IdentityGlob
).Replace("\\*", ".*");