2 references to MicrosoftAccountRegex
aspire (2)
Telemetry\InternalMicrosoftDetector.cs (2)
932
foreach (Match match in
MicrosoftAccountRegex
().Matches(text))
1273
var match =
MicrosoftAccountRegex
().Match(value);