C# Class MonoDevelop.Refactoring.ExtensionMethods

Afficher le fichier Open project: LogosBible/monodevelop

Méthodes publiques

Свойство Type Description
ResolveCounter TimerCounter

Méthodes publiques

Méthode Description
GetSharedResolver ( this document ) : TaskWrapper

Returns a full C# syntax tree resolver which is shared between semantic highlighting, source analysis and refactoring. For code analysis tasks this should be used instead of generating an own resolver. Only exception is if a local resolving is done using a resolve navigator. Note: The shared resolver is fully resolved.

Method Details

GetSharedResolver() public static méthode

Returns a full C# syntax tree resolver which is shared between semantic highlighting, source analysis and refactoring. For code analysis tasks this should be used instead of generating an own resolver. Only exception is if a local resolving is done using a resolve navigator. Note: The shared resolver is fully resolved.
public static GetSharedResolver ( this document ) : TaskWrapper
document this
Résultat TaskWrapper

Property Details

ResolveCounter public_oe static_oe property

public static TimerCounter ResolveCounter
Résultat TimerCounter