1 write to TargetNamespace
Microsoft.Analyzers.Extra (1)
LegacyLoggingFixer.FixDetails.cs (1)
129TargetNamespace = defaultNamespace ?? string.Empty;
5 references to TargetNamespace
Microsoft.Analyzers.Extra (5)
LegacyLoggingFixer.cs (3)
274if (nspace != details.TargetNamespace) 296if (!string.IsNullOrEmpty(details.TargetNamespace)) 299namespace {details.TargetNamespace}
LegacyLoggingFixer.FixDetails.cs (2)
139if (string.IsNullOrEmpty(TargetNamespace)) 144return $"{TargetNamespace}.{TargetClassName}";