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