Table of Contents

Class NamespaceRewriter

Namespace
GrindFest
Assembly
GrindFest.dll

A syntax rewriter that transforms all references to GrindFest namespace to GrindFest.Isolated namespace.

public class NamespaceRewriter : CSharpSyntaxRewriter
Inheritance
object
NamespaceRewriter
Inherited Members

Constructors

NamespaceRewriter()

Initializes a new instance of the NamespaceRewriter class.

Methods

VisitIdentifierName(IdentifierNameSyntax)

Visits simple identifier names like GrindFest and transforms them to GrindFest.Isolated.