NDepend.API Documentation
MatchNamespace Method
NDepend.Reserved.CQLinq Namespace > ExtensionMethodsCQLinqDependency Class : MatchNamespace Method
The original code element name.
Append the prefix "NAMESPACE:" to namespaceName to precise to a method such as NDepend.Reserved.CQLinq.ExtensionMethodsCQLinqDependency.IsUsedBy(NDepend.CodeModel.IUsed,System.String) or NDepend.Reserved.CQLinq.ExtensionMethodsCQLinqDependency.IsUsing(NDepend.CodeModel.IUser,System.String) that takes a code element name string as argument, that only namespaces can be matched by name.
Syntax
[Extension()]
public static string MatchNamespace( 
   string namespaceName
)

Parameters

namespaceName
The original code element name.

Return Value

namespaceName prefixed with "NAMESPACE:".
Exceptions
ExceptionDescription
Two different code element kind prefixes cannot be inserted.
Requirements

Target Platforms: Windows 11, 10, 8, 7 and Linux, MacOS with net8.0, net7.0 or net6.0 installed

See Also

Reference

ExtensionMethodsCQLinqDependency Class
ExtensionMethodsCQLinqDependency Members
NDepend.Reserved.CQLinq.ExtensionMethodsCQLinqDependency.IsUsedBy(NDepend.CodeModel.IUsed,System.String)
DepthOfIsUsedBy Method
IsIndirectlyUsedBy Method
NDepend.Reserved.CQLinq.ExtensionMethodsCQLinqDependency.IsUsing(NDepend.CodeModel.IUser,System.String)
DepthOfIsUsing Method
IsIndirectlyUsing Method
AllowNoMatch Method
MatchAssembly Method
MatchType Method
MatchMethod Method
MatchField Method
MatchProperty Method
MatchEvent Method