C# Class MonoDevelop.Refactoring.ExtensionMethods

ファイルを表示 Open project: LogosBible/monodevelop

Public Properties

Property Type Description
ResolveCounter TimerCounter

Public Methods

Method 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 method

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
return TaskWrapper

Property Details

ResolveCounter public_oe static_oe property

public static TimerCounter ResolveCounter
return TimerCounter