EyeAuras Docs EyeAuras Docs
EyeAuras Docs EyeAuras Docs
DocFX + Singulink = ♥

Search Results for

    Class ClassNameRewriter

    Inheritance
    object
    CSharpSyntaxVisitor<SyntaxNode>
    CSharpSyntaxRewriter
    ClassNameRewriter
    Inherited Members
    CSharpSyntaxRewriter.Visit(SyntaxNode)
    CSharpSyntaxRewriter.VisitToken(SyntaxToken)
    CSharpSyntaxRewriter.VisitTrivia(SyntaxTrivia)
    CSharpSyntaxRewriter.VisitList<TNode>(SyntaxList<TNode>)
    CSharpSyntaxRewriter.VisitListElement<TNode>(TNode)
    CSharpSyntaxRewriter.VisitList<TNode>(SeparatedSyntaxList<TNode>)
    CSharpSyntaxRewriter.VisitListSeparator(SyntaxToken)
    CSharpSyntaxRewriter.VisitList(SyntaxTokenList)
    CSharpSyntaxRewriter.VisitList(SyntaxTriviaList)
    CSharpSyntaxRewriter.VisitListElement(SyntaxTrivia)
    CSharpSyntaxRewriter.VisitQualifiedName(QualifiedNameSyntax)
    CSharpSyntaxRewriter.VisitTypeArgumentList(TypeArgumentListSyntax)
    CSharpSyntaxRewriter.VisitAliasQualifiedName(AliasQualifiedNameSyntax)
    CSharpSyntaxRewriter.VisitPredefinedType(PredefinedTypeSyntax)
    CSharpSyntaxRewriter.VisitArrayType(ArrayTypeSyntax)
    CSharpSyntaxRewriter.VisitArrayRankSpecifier(ArrayRankSpecifierSyntax)
    CSharpSyntaxRewriter.VisitPointerType(PointerTypeSyntax)
    CSharpSyntaxRewriter.VisitFunctionPointerType(FunctionPointerTypeSyntax)
    CSharpSyntaxRewriter.VisitFunctionPointerParameterList(FunctionPointerParameterListSyntax)
    CSharpSyntaxRewriter.VisitFunctionPointerCallingConvention(FunctionPointerCallingConventionSyntax)
    CSharpSyntaxRewriter.VisitFunctionPointerUnmanagedCallingConventionList(FunctionPointerUnmanagedCallingConventionListSyntax)
    CSharpSyntaxRewriter.VisitFunctionPointerUnmanagedCallingConvention(FunctionPointerUnmanagedCallingConventionSyntax)
    CSharpSyntaxRewriter.VisitNullableType(NullableTypeSyntax)
    CSharpSyntaxRewriter.VisitTupleType(TupleTypeSyntax)
    CSharpSyntaxRewriter.VisitTupleElement(TupleElementSyntax)
    CSharpSyntaxRewriter.VisitOmittedTypeArgument(OmittedTypeArgumentSyntax)
    CSharpSyntaxRewriter.VisitRefType(RefTypeSyntax)
    CSharpSyntaxRewriter.VisitScopedType(ScopedTypeSyntax)
    CSharpSyntaxRewriter.VisitParenthesizedExpression(ParenthesizedExpressionSyntax)
    CSharpSyntaxRewriter.VisitTupleExpression(TupleExpressionSyntax)
    CSharpSyntaxRewriter.VisitPrefixUnaryExpression(PrefixUnaryExpressionSyntax)
    CSharpSyntaxRewriter.VisitAwaitExpression(AwaitExpressionSyntax)
    CSharpSyntaxRewriter.VisitPostfixUnaryExpression(PostfixUnaryExpressionSyntax)
    CSharpSyntaxRewriter.VisitMemberAccessExpression(MemberAccessExpressionSyntax)
    CSharpSyntaxRewriter.VisitConditionalAccessExpression(ConditionalAccessExpressionSyntax)
    CSharpSyntaxRewriter.VisitMemberBindingExpression(MemberBindingExpressionSyntax)
    CSharpSyntaxRewriter.VisitElementBindingExpression(ElementBindingExpressionSyntax)
    CSharpSyntaxRewriter.VisitRangeExpression(RangeExpressionSyntax)
    CSharpSyntaxRewriter.VisitImplicitElementAccess(ImplicitElementAccessSyntax)
    CSharpSyntaxRewriter.VisitBinaryExpression(BinaryExpressionSyntax)
    CSharpSyntaxRewriter.VisitAssignmentExpression(AssignmentExpressionSyntax)
    CSharpSyntaxRewriter.VisitConditionalExpression(ConditionalExpressionSyntax)
    CSharpSyntaxRewriter.VisitThisExpression(ThisExpressionSyntax)
    CSharpSyntaxRewriter.VisitBaseExpression(BaseExpressionSyntax)
    CSharpSyntaxRewriter.VisitLiteralExpression(LiteralExpressionSyntax)
    CSharpSyntaxRewriter.VisitMakeRefExpression(MakeRefExpressionSyntax)
    CSharpSyntaxRewriter.VisitRefTypeExpression(RefTypeExpressionSyntax)
    CSharpSyntaxRewriter.VisitRefValueExpression(RefValueExpressionSyntax)
    CSharpSyntaxRewriter.VisitCheckedExpression(CheckedExpressionSyntax)
    CSharpSyntaxRewriter.VisitDefaultExpression(DefaultExpressionSyntax)
    CSharpSyntaxRewriter.VisitTypeOfExpression(TypeOfExpressionSyntax)
    CSharpSyntaxRewriter.VisitSizeOfExpression(SizeOfExpressionSyntax)
    CSharpSyntaxRewriter.VisitInvocationExpression(InvocationExpressionSyntax)
    CSharpSyntaxRewriter.VisitElementAccessExpression(ElementAccessExpressionSyntax)
    CSharpSyntaxRewriter.VisitArgumentList(ArgumentListSyntax)
    CSharpSyntaxRewriter.VisitBracketedArgumentList(BracketedArgumentListSyntax)
    CSharpSyntaxRewriter.VisitArgument(ArgumentSyntax)
    CSharpSyntaxRewriter.VisitExpressionColon(ExpressionColonSyntax)
    CSharpSyntaxRewriter.VisitNameColon(NameColonSyntax)
    CSharpSyntaxRewriter.VisitDeclarationExpression(DeclarationExpressionSyntax)
    CSharpSyntaxRewriter.VisitCastExpression(CastExpressionSyntax)
    CSharpSyntaxRewriter.VisitAnonymousMethodExpression(AnonymousMethodExpressionSyntax)
    CSharpSyntaxRewriter.VisitSimpleLambdaExpression(SimpleLambdaExpressionSyntax)
    CSharpSyntaxRewriter.VisitRefExpression(RefExpressionSyntax)
    CSharpSyntaxRewriter.VisitParenthesizedLambdaExpression(ParenthesizedLambdaExpressionSyntax)
    CSharpSyntaxRewriter.VisitInitializerExpression(InitializerExpressionSyntax)
    CSharpSyntaxRewriter.VisitImplicitObjectCreationExpression(ImplicitObjectCreationExpressionSyntax)
    CSharpSyntaxRewriter.VisitObjectCreationExpression(ObjectCreationExpressionSyntax)
    CSharpSyntaxRewriter.VisitWithExpression(WithExpressionSyntax)
    CSharpSyntaxRewriter.VisitAnonymousObjectMemberDeclarator(AnonymousObjectMemberDeclaratorSyntax)
    CSharpSyntaxRewriter.VisitAnonymousObjectCreationExpression(AnonymousObjectCreationExpressionSyntax)
    CSharpSyntaxRewriter.VisitArrayCreationExpression(ArrayCreationExpressionSyntax)
    CSharpSyntaxRewriter.VisitImplicitArrayCreationExpression(ImplicitArrayCreationExpressionSyntax)
    CSharpSyntaxRewriter.VisitStackAllocArrayCreationExpression(StackAllocArrayCreationExpressionSyntax)
    CSharpSyntaxRewriter.VisitImplicitStackAllocArrayCreationExpression(ImplicitStackAllocArrayCreationExpressionSyntax)
    CSharpSyntaxRewriter.VisitCollectionExpression(CollectionExpressionSyntax)
    CSharpSyntaxRewriter.VisitExpressionElement(ExpressionElementSyntax)
    CSharpSyntaxRewriter.VisitSpreadElement(SpreadElementSyntax)
    CSharpSyntaxRewriter.VisitQueryExpression(QueryExpressionSyntax)
    CSharpSyntaxRewriter.VisitQueryBody(QueryBodySyntax)
    CSharpSyntaxRewriter.VisitFromClause(FromClauseSyntax)
    CSharpSyntaxRewriter.VisitLetClause(LetClauseSyntax)
    CSharpSyntaxRewriter.VisitJoinClause(JoinClauseSyntax)
    CSharpSyntaxRewriter.VisitJoinIntoClause(JoinIntoClauseSyntax)
    CSharpSyntaxRewriter.VisitWhereClause(WhereClauseSyntax)
    CSharpSyntaxRewriter.VisitOrderByClause(OrderByClauseSyntax)
    CSharpSyntaxRewriter.VisitOrdering(OrderingSyntax)
    CSharpSyntaxRewriter.VisitSelectClause(SelectClauseSyntax)
    CSharpSyntaxRewriter.VisitGroupClause(GroupClauseSyntax)
    CSharpSyntaxRewriter.VisitQueryContinuation(QueryContinuationSyntax)
    CSharpSyntaxRewriter.VisitOmittedArraySizeExpression(OmittedArraySizeExpressionSyntax)
    CSharpSyntaxRewriter.VisitInterpolatedStringExpression(InterpolatedStringExpressionSyntax)
    CSharpSyntaxRewriter.VisitIsPatternExpression(IsPatternExpressionSyntax)
    CSharpSyntaxRewriter.VisitThrowExpression(ThrowExpressionSyntax)
    CSharpSyntaxRewriter.VisitWhenClause(WhenClauseSyntax)
    CSharpSyntaxRewriter.VisitDiscardPattern(DiscardPatternSyntax)
    CSharpSyntaxRewriter.VisitDeclarationPattern(DeclarationPatternSyntax)
    CSharpSyntaxRewriter.VisitVarPattern(VarPatternSyntax)
    CSharpSyntaxRewriter.VisitRecursivePattern(RecursivePatternSyntax)
    CSharpSyntaxRewriter.VisitPositionalPatternClause(PositionalPatternClauseSyntax)
    CSharpSyntaxRewriter.VisitPropertyPatternClause(PropertyPatternClauseSyntax)
    CSharpSyntaxRewriter.VisitSubpattern(SubpatternSyntax)
    CSharpSyntaxRewriter.VisitConstantPattern(ConstantPatternSyntax)
    CSharpSyntaxRewriter.VisitParenthesizedPattern(ParenthesizedPatternSyntax)
    CSharpSyntaxRewriter.VisitRelationalPattern(RelationalPatternSyntax)
    CSharpSyntaxRewriter.VisitTypePattern(TypePatternSyntax)
    CSharpSyntaxRewriter.VisitBinaryPattern(BinaryPatternSyntax)
    CSharpSyntaxRewriter.VisitUnaryPattern(UnaryPatternSyntax)
    CSharpSyntaxRewriter.VisitListPattern(ListPatternSyntax)
    CSharpSyntaxRewriter.VisitSlicePattern(SlicePatternSyntax)
    CSharpSyntaxRewriter.VisitInterpolatedStringText(InterpolatedStringTextSyntax)
    CSharpSyntaxRewriter.VisitInterpolation(InterpolationSyntax)
    CSharpSyntaxRewriter.VisitInterpolationAlignmentClause(InterpolationAlignmentClauseSyntax)
    CSharpSyntaxRewriter.VisitInterpolationFormatClause(InterpolationFormatClauseSyntax)
    CSharpSyntaxRewriter.VisitGlobalStatement(GlobalStatementSyntax)
    CSharpSyntaxRewriter.VisitBlock(BlockSyntax)
    CSharpSyntaxRewriter.VisitLocalFunctionStatement(LocalFunctionStatementSyntax)
    CSharpSyntaxRewriter.VisitLocalDeclarationStatement(LocalDeclarationStatementSyntax)
    CSharpSyntaxRewriter.VisitVariableDeclaration(VariableDeclarationSyntax)
    CSharpSyntaxRewriter.VisitVariableDeclarator(VariableDeclaratorSyntax)
    CSharpSyntaxRewriter.VisitEqualsValueClause(EqualsValueClauseSyntax)
    CSharpSyntaxRewriter.VisitSingleVariableDesignation(SingleVariableDesignationSyntax)
    CSharpSyntaxRewriter.VisitDiscardDesignation(DiscardDesignationSyntax)
    CSharpSyntaxRewriter.VisitParenthesizedVariableDesignation(ParenthesizedVariableDesignationSyntax)
    CSharpSyntaxRewriter.VisitExpressionStatement(ExpressionStatementSyntax)
    CSharpSyntaxRewriter.VisitEmptyStatement(EmptyStatementSyntax)
    CSharpSyntaxRewriter.VisitLabeledStatement(LabeledStatementSyntax)
    CSharpSyntaxRewriter.VisitGotoStatement(GotoStatementSyntax)
    CSharpSyntaxRewriter.VisitBreakStatement(BreakStatementSyntax)
    CSharpSyntaxRewriter.VisitContinueStatement(ContinueStatementSyntax)
    CSharpSyntaxRewriter.VisitReturnStatement(ReturnStatementSyntax)
    CSharpSyntaxRewriter.VisitThrowStatement(ThrowStatementSyntax)
    CSharpSyntaxRewriter.VisitYieldStatement(YieldStatementSyntax)
    CSharpSyntaxRewriter.VisitWhileStatement(WhileStatementSyntax)
    CSharpSyntaxRewriter.VisitDoStatement(DoStatementSyntax)
    CSharpSyntaxRewriter.VisitForStatement(ForStatementSyntax)
    CSharpSyntaxRewriter.VisitForEachStatement(ForEachStatementSyntax)
    CSharpSyntaxRewriter.VisitForEachVariableStatement(ForEachVariableStatementSyntax)
    CSharpSyntaxRewriter.VisitUsingStatement(UsingStatementSyntax)
    CSharpSyntaxRewriter.VisitFixedStatement(FixedStatementSyntax)
    CSharpSyntaxRewriter.VisitCheckedStatement(CheckedStatementSyntax)
    CSharpSyntaxRewriter.VisitUnsafeStatement(UnsafeStatementSyntax)
    CSharpSyntaxRewriter.VisitLockStatement(LockStatementSyntax)
    CSharpSyntaxRewriter.VisitIfStatement(IfStatementSyntax)
    CSharpSyntaxRewriter.VisitElseClause(ElseClauseSyntax)
    CSharpSyntaxRewriter.VisitSwitchStatement(SwitchStatementSyntax)
    CSharpSyntaxRewriter.VisitSwitchSection(SwitchSectionSyntax)
    CSharpSyntaxRewriter.VisitCasePatternSwitchLabel(CasePatternSwitchLabelSyntax)
    CSharpSyntaxRewriter.VisitCaseSwitchLabel(CaseSwitchLabelSyntax)
    CSharpSyntaxRewriter.VisitDefaultSwitchLabel(DefaultSwitchLabelSyntax)
    CSharpSyntaxRewriter.VisitSwitchExpression(SwitchExpressionSyntax)
    CSharpSyntaxRewriter.VisitSwitchExpressionArm(SwitchExpressionArmSyntax)
    CSharpSyntaxRewriter.VisitTryStatement(TryStatementSyntax)
    CSharpSyntaxRewriter.VisitCatchClause(CatchClauseSyntax)
    CSharpSyntaxRewriter.VisitCatchDeclaration(CatchDeclarationSyntax)
    CSharpSyntaxRewriter.VisitCatchFilterClause(CatchFilterClauseSyntax)
    CSharpSyntaxRewriter.VisitFinallyClause(FinallyClauseSyntax)
    CSharpSyntaxRewriter.VisitCompilationUnit(CompilationUnitSyntax)
    CSharpSyntaxRewriter.VisitExternAliasDirective(ExternAliasDirectiveSyntax)
    CSharpSyntaxRewriter.VisitUsingDirective(UsingDirectiveSyntax)
    CSharpSyntaxRewriter.VisitNamespaceDeclaration(NamespaceDeclarationSyntax)
    CSharpSyntaxRewriter.VisitFileScopedNamespaceDeclaration(FileScopedNamespaceDeclarationSyntax)
    CSharpSyntaxRewriter.VisitAttributeList(AttributeListSyntax)
    CSharpSyntaxRewriter.VisitAttributeTargetSpecifier(AttributeTargetSpecifierSyntax)
    CSharpSyntaxRewriter.VisitAttribute(AttributeSyntax)
    CSharpSyntaxRewriter.VisitAttributeArgumentList(AttributeArgumentListSyntax)
    CSharpSyntaxRewriter.VisitAttributeArgument(AttributeArgumentSyntax)
    CSharpSyntaxRewriter.VisitNameEquals(NameEqualsSyntax)
    CSharpSyntaxRewriter.VisitTypeParameterList(TypeParameterListSyntax)
    CSharpSyntaxRewriter.VisitTypeParameter(TypeParameterSyntax)
    CSharpSyntaxRewriter.VisitStructDeclaration(StructDeclarationSyntax)
    CSharpSyntaxRewriter.VisitInterfaceDeclaration(InterfaceDeclarationSyntax)
    CSharpSyntaxRewriter.VisitRecordDeclaration(RecordDeclarationSyntax)
    CSharpSyntaxRewriter.VisitEnumDeclaration(EnumDeclarationSyntax)
    CSharpSyntaxRewriter.VisitDelegateDeclaration(DelegateDeclarationSyntax)
    CSharpSyntaxRewriter.VisitEnumMemberDeclaration(EnumMemberDeclarationSyntax)
    CSharpSyntaxRewriter.VisitBaseList(BaseListSyntax)
    CSharpSyntaxRewriter.VisitSimpleBaseType(SimpleBaseTypeSyntax)
    CSharpSyntaxRewriter.VisitPrimaryConstructorBaseType(PrimaryConstructorBaseTypeSyntax)
    CSharpSyntaxRewriter.VisitTypeParameterConstraintClause(TypeParameterConstraintClauseSyntax)
    CSharpSyntaxRewriter.VisitConstructorConstraint(ConstructorConstraintSyntax)
    CSharpSyntaxRewriter.VisitClassOrStructConstraint(ClassOrStructConstraintSyntax)
    CSharpSyntaxRewriter.VisitTypeConstraint(TypeConstraintSyntax)
    CSharpSyntaxRewriter.VisitDefaultConstraint(DefaultConstraintSyntax)
    CSharpSyntaxRewriter.VisitAllowsConstraintClause(AllowsConstraintClauseSyntax)
    CSharpSyntaxRewriter.VisitRefStructConstraint(RefStructConstraintSyntax)
    CSharpSyntaxRewriter.VisitFieldDeclaration(FieldDeclarationSyntax)
    CSharpSyntaxRewriter.VisitEventFieldDeclaration(EventFieldDeclarationSyntax)
    CSharpSyntaxRewriter.VisitExplicitInterfaceSpecifier(ExplicitInterfaceSpecifierSyntax)
    CSharpSyntaxRewriter.VisitMethodDeclaration(MethodDeclarationSyntax)
    CSharpSyntaxRewriter.VisitOperatorDeclaration(OperatorDeclarationSyntax)
    CSharpSyntaxRewriter.VisitConversionOperatorDeclaration(ConversionOperatorDeclarationSyntax)
    CSharpSyntaxRewriter.VisitConstructorInitializer(ConstructorInitializerSyntax)
    CSharpSyntaxRewriter.VisitDestructorDeclaration(DestructorDeclarationSyntax)
    CSharpSyntaxRewriter.VisitPropertyDeclaration(PropertyDeclarationSyntax)
    CSharpSyntaxRewriter.VisitArrowExpressionClause(ArrowExpressionClauseSyntax)
    CSharpSyntaxRewriter.VisitEventDeclaration(EventDeclarationSyntax)
    CSharpSyntaxRewriter.VisitIndexerDeclaration(IndexerDeclarationSyntax)
    CSharpSyntaxRewriter.VisitAccessorList(AccessorListSyntax)
    CSharpSyntaxRewriter.VisitAccessorDeclaration(AccessorDeclarationSyntax)
    CSharpSyntaxRewriter.VisitParameterList(ParameterListSyntax)
    CSharpSyntaxRewriter.VisitBracketedParameterList(BracketedParameterListSyntax)
    CSharpSyntaxRewriter.VisitParameter(ParameterSyntax)
    CSharpSyntaxRewriter.VisitFunctionPointerParameter(FunctionPointerParameterSyntax)
    CSharpSyntaxRewriter.VisitIncompleteMember(IncompleteMemberSyntax)
    CSharpSyntaxRewriter.VisitSkippedTokensTrivia(SkippedTokensTriviaSyntax)
    CSharpSyntaxRewriter.VisitDocumentationCommentTrivia(DocumentationCommentTriviaSyntax)
    CSharpSyntaxRewriter.VisitTypeCref(TypeCrefSyntax)
    CSharpSyntaxRewriter.VisitQualifiedCref(QualifiedCrefSyntax)
    CSharpSyntaxRewriter.VisitNameMemberCref(NameMemberCrefSyntax)
    CSharpSyntaxRewriter.VisitIndexerMemberCref(IndexerMemberCrefSyntax)
    CSharpSyntaxRewriter.VisitOperatorMemberCref(OperatorMemberCrefSyntax)
    CSharpSyntaxRewriter.VisitConversionOperatorMemberCref(ConversionOperatorMemberCrefSyntax)
    CSharpSyntaxRewriter.VisitCrefParameterList(CrefParameterListSyntax)
    CSharpSyntaxRewriter.VisitCrefBracketedParameterList(CrefBracketedParameterListSyntax)
    CSharpSyntaxRewriter.VisitCrefParameter(CrefParameterSyntax)
    CSharpSyntaxRewriter.VisitXmlElement(XmlElementSyntax)
    CSharpSyntaxRewriter.VisitXmlElementStartTag(XmlElementStartTagSyntax)
    CSharpSyntaxRewriter.VisitXmlElementEndTag(XmlElementEndTagSyntax)
    CSharpSyntaxRewriter.VisitXmlEmptyElement(XmlEmptyElementSyntax)
    CSharpSyntaxRewriter.VisitXmlName(XmlNameSyntax)
    CSharpSyntaxRewriter.VisitXmlPrefix(XmlPrefixSyntax)
    CSharpSyntaxRewriter.VisitXmlTextAttribute(XmlTextAttributeSyntax)
    CSharpSyntaxRewriter.VisitXmlCrefAttribute(XmlCrefAttributeSyntax)
    CSharpSyntaxRewriter.VisitXmlNameAttribute(XmlNameAttributeSyntax)
    CSharpSyntaxRewriter.VisitXmlText(XmlTextSyntax)
    CSharpSyntaxRewriter.VisitXmlCDataSection(XmlCDataSectionSyntax)
    CSharpSyntaxRewriter.VisitXmlProcessingInstruction(XmlProcessingInstructionSyntax)
    CSharpSyntaxRewriter.VisitXmlComment(XmlCommentSyntax)
    CSharpSyntaxRewriter.VisitIfDirectiveTrivia(IfDirectiveTriviaSyntax)
    CSharpSyntaxRewriter.VisitElifDirectiveTrivia(ElifDirectiveTriviaSyntax)
    CSharpSyntaxRewriter.VisitElseDirectiveTrivia(ElseDirectiveTriviaSyntax)
    CSharpSyntaxRewriter.VisitEndIfDirectiveTrivia(EndIfDirectiveTriviaSyntax)
    CSharpSyntaxRewriter.VisitRegionDirectiveTrivia(RegionDirectiveTriviaSyntax)
    CSharpSyntaxRewriter.VisitEndRegionDirectiveTrivia(EndRegionDirectiveTriviaSyntax)
    CSharpSyntaxRewriter.VisitErrorDirectiveTrivia(ErrorDirectiveTriviaSyntax)
    CSharpSyntaxRewriter.VisitWarningDirectiveTrivia(WarningDirectiveTriviaSyntax)
    CSharpSyntaxRewriter.VisitBadDirectiveTrivia(BadDirectiveTriviaSyntax)
    CSharpSyntaxRewriter.VisitDefineDirectiveTrivia(DefineDirectiveTriviaSyntax)
    CSharpSyntaxRewriter.VisitUndefDirectiveTrivia(UndefDirectiveTriviaSyntax)
    CSharpSyntaxRewriter.VisitLineDirectiveTrivia(LineDirectiveTriviaSyntax)
    CSharpSyntaxRewriter.VisitLineDirectivePosition(LineDirectivePositionSyntax)
    CSharpSyntaxRewriter.VisitLineSpanDirectiveTrivia(LineSpanDirectiveTriviaSyntax)
    CSharpSyntaxRewriter.VisitPragmaWarningDirectiveTrivia(PragmaWarningDirectiveTriviaSyntax)
    CSharpSyntaxRewriter.VisitPragmaChecksumDirectiveTrivia(PragmaChecksumDirectiveTriviaSyntax)
    CSharpSyntaxRewriter.VisitReferenceDirectiveTrivia(ReferenceDirectiveTriviaSyntax)
    CSharpSyntaxRewriter.VisitLoadDirectiveTrivia(LoadDirectiveTriviaSyntax)
    CSharpSyntaxRewriter.VisitShebangDirectiveTrivia(ShebangDirectiveTriviaSyntax)
    CSharpSyntaxRewriter.VisitNullableDirectiveTrivia(NullableDirectiveTriviaSyntax)
    CSharpSyntaxRewriter.VisitIntoStructuredTrivia
    CSharpSyntaxVisitor<SyntaxNode>.DefaultVisit(SyntaxNode)
    object.GetType()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: EyeAuras.Scripting.Services
    Assembly: EyeAuras.Scripting.dll
    Syntax
    public sealed class ClassNameRewriter : CSharpSyntaxRewriter

    Constructors

    Name Description
    ClassNameRewriter(SyntaxNode, string)
    ClassNameRewriter(IDictionary<string, string>)

    Methods

    Name Description
    VisitClassDeclaration(ClassDeclarationSyntax)
    VisitConstructorDeclaration(ConstructorDeclarationSyntax)
    VisitGenericName(GenericNameSyntax)
    VisitIdentifierName(IdentifierNameSyntax)

    Extension Methods

    ObjectExtensions.AddTo<TItem, TCollection>(TItem, ISourceList<TCollection>)
    ObjectExtensions.AddTo<TItem, TCollection>(TItem, ICollection<TCollection>)
    ObjectExtensions.CloneJson<T>(T)
    ObjectExtensions.CopyPropertiesTo<TSource, TTarget>(TSource, TTarget)
    ObjectExtensions.DumpToJson<T>(T)
    ObjectExtensions.DumpToTextRaw<T>(T)
    ObjectExtensions.DumpToText<T>(T)
    ObjectExtensions.Dump<T>(T)
    ObjectExtensions.EvalOrDefault<T, TValue>(T, Func<T, TValue>, TValue)
    ObjectExtensions.Eval<T, TValue>(T, Func<T, TValue>)
    ObjectExtensions.GetPropertyAccessor<TSource, TValue>(TSource, Expression<Func<TSource, TValue>>)
    ObjectExtensions.InsertTo<TItem, TCollection>(TItem, IList<TCollection>, int)
    ObjectExtensions.ToJson<T>(T, Formatting)
    ObjectExtensions.ToStringSafe<T>(T)
    ObjectExtensions.TransferPropertiesTo<TSource, TTarget>(TSource, TTarget, params string[])
    ObjectExtensions.WaitForAsync<TObject, T1>(TObject, Func<TObject, T1>, Predicate<T1>, TimeSpan, int)
    XDocumentExtensions.AddTo<T>(T, XContainer)
    ObjectExtensions.GetPropertyAccessor<TValue>(object, string)
    ObjectReflectionExtensions.GetPropertyTypeOrDefault(object, string)
    ObjectReflectionExtensions.GetPropertyValue<T>(object, string)
    ObjectReflectionExtensions.SetPropertyValue<T>(object, string, T)
    2025 © Xab3r. All rights reserved.