3 references to TargetNamespace
Microsoft.CodeAnalysis.Features (3)
AbstractChangeNamespaceToMatchFolderCodeFixProvider.cs (2)
46Debug.Assert(diagnostics.Select(diagnostic => diagnostic.Properties[MatchFolderAndNamespaceConstants.TargetNamespace]).Distinct().Count() == 1); 48var targetNamespace = diagnostics.First().Properties[MatchFolderAndNamespaceConstants.TargetNamespace];
AbstractMatchFolderAndNamespaceDiagnosticAnalyzer.cs (1)
86properties: ImmutableDictionary<string, string?>.Empty.Add(MatchFolderAndNamespaceConstants.TargetNamespace, targetNamespace),