Tasks that references the uses of fields and methods by methods.

Namespace:  PostSharp.Extensibility.Tasks
Assembly:  PostSharp.Core (in PostSharp.Core.dll)

Syntax

Visual Basic (Declaration)
Public NotInheritable Class IndexUsagesTask _
	Inherits Task
C#
public sealed class IndexUsagesTask : Task
Visual C++
public ref class IndexUsagesTask sealed : public Task

Remarks

Note that this task only indexes references found in IL instructions, not in metadata tables.

Inheritance Hierarchy

System..::.Object
  System..::.MarshalByRefObject
    PostSharp.Extensibility..::.Task
      PostSharp.Extensibility.Tasks..::.IndexUsagesTask

See Also