Click or drag to resize

MetricsVisitorVisitHiddenRefs Property

Returns false for MetricsVisitor, because we want to ignore 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