Click or drag to resize

FindByTypeVisitHiddenRefs Property

Returns true for FindByType, because we want to check any hidden references.

Namespace:  Nova.Analysis
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public bool VisitHiddenRefs { get; }

Property Value

Type: Boolean

Implements

IVisitorVisitHiddenRefs
Remarks
See HiddenRef for more information.
See Also