Property | Type | Description | |
---|---|---|---|
ResolveCounter | TimerCounter |
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.
|
public static GetSharedResolver ( this document ) : TaskWrapper | ||
document | this | |
return | TaskWrapper |