C# Class StatePrinting.OutputFormatters.UnusedReferencesTokenFilter

Afficher le fichier Open project: kbilsted/StatePrinter Class Usage Examples

Méthodes publiques

Méthode Description
FilterUnusedReferences ( List tokens ) : List

In order to reduce clutter in the output, only show reference in the output if the object is referred to from other objects using a back-reference.

GetBackreferences ( List tokens ) : System.Reference[]

Private Methods

Méthode Description
CreateNewReferenceOrClear ( Reference>.Dictionary remappedReferences, System.Reference currentReference ) : System.Reference
RemappedReferences ( System.Reference backreferences ) : Reference>.Dictionary

Method Details

FilterUnusedReferences() public méthode

In order to reduce clutter in the output, only show reference in the output if the object is referred to from other objects using a back-reference.
public FilterUnusedReferences ( List tokens ) : List
tokens List
Résultat List

GetBackreferences() public méthode

public GetBackreferences ( List tokens ) : System.Reference[]
tokens List
Résultat System.Reference[]