NDepend.API Documentation
AllowNoMatch Method
NDepend.Reserved.CQLinq Namespace > ExtensionMethodsCQLinqDependency Class : AllowNoMatch Method
The original code element name.
Append the prefix "OPTIONAL:" to codeElementName 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 if no code element is matched, no exception should be sent.
Syntax
[Extension()]
public static string AllowNoMatch( 
   string codeElementName
)

Parameters

codeElementName
The original code element name.

Return Value

codeElementName prefixed with "OPTIONAL:".
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
MatchAssembly Method
MatchNamespace Method
MatchType Method
MatchMethod Method
MatchField Method
MatchProperty Method
MatchEvent Method