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