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
-
objectNamespaceRewriter
- Inherited Members
-
CSharpSyntaxRewriter.VisitAnonymousObjectCreationExpression(AnonymousObjectCreationExpressionSyntax)
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.