[References](Index.md)
- SuppressMessageAttributeFactory
- Static Methods
- CreateCodeAnalysisSuppression(int checkId, string justification)
- CreateStyleCopSuppression(int checkId, string justification)
- Static Methods
- SyntaxAccessorDeclarationFactory
- Static Methods
- Get(bool withSemicolon = True)
- Set(bool withSemicolon = True)
- Static Methods
- SyntaxArgumentFactory
- Static Methods
- Create(string argumentName)
- Static Methods
- SyntaxArgumentListFactory
- Static Methods
- CreateWithOneArgumentItem(ArgumentSyntax argument)
- CreateWithOneExpressionItem(ExpressionSyntax argumentExpression1)
- CreateWithOneItem(string argumentName)
- CreateWithThreeArgumentItems(ArgumentSyntax argument1, ArgumentSyntax argument2, ArgumentSyntax argument3)
- CreateWithThreeExpressionItems(ExpressionSyntax argumentExpression1, ExpressionSyntax argumentExpression2, ExpressionSyntax argumentExpression3)
- CreateWithTwoArgumentItems(ArgumentSyntax argument1, ArgumentSyntax argument2)
- CreateWithTwoExpressionItems(ExpressionSyntax argumentExpression1, ExpressionSyntax argumentExpression2)
- CreateWithTwoItems(string argumentName1, string argumentName2)
- Static Methods
- SyntaxAssignmentExpressionFactory
- Static Methods
- CreateSimple(string toIdentifierName, string fromIdentifierName)
- Static Methods
- SyntaxAttributeArgumentFactory
- Static Methods
- Create(int attributeValue)
- Create(object attributeValue)
- Create(string attributeValue)
- CreateWithNameEquals(string attributeName, int attributeValue)
- CreateWithNameEquals(string attributeName, string attributeValue)
- Static Methods
- SyntaxAttributeArgumentListFactory
- Static Methods
- CreateWithOneItemWithNameEquals(string attributeName, int attributeValue)
- CreateWithOneItemWithNameEquals(string attributeName, string attributeValue)
- Static Methods
- SyntaxAttributeFactory
- Static Methods
- Create(string attributeName)
- CreateFromValidationAttribute(ValidationAttribute validationAttribute)
- CreateWithOneItemWithOneArgument(string attributeName, int argumentValue)
- CreateWithOneItemWithOneArgument(string attributeName, string argumentValue)
- CreateWithOneItemWithTwoArgument(string attributeName, object argumentValue1, object argumentValue2)
- RemoveSuffix(string attributeName)
- Static Methods
- SyntaxAttributeListFactory
- Static Methods
- Create(string attributeName)
- Create(string attributeName, AttributeArgumentListSyntax attributeArgumentList)
- CreateWithOneItemWithOneArgument(string attributeName, string argumentValue)
- CreateWithOneItemWithOneArgumentWithNameEquals(string attributeName, string argumentName, string argumentValue)
- Static Methods
- SyntaxBaseListFactory
- Static Methods
- CreateOneSimpleBaseType(string typeName)
- CreateTwoSimpleBaseTypes(string typeName1, string typeName2)
- Static Methods
- SyntaxClassDeclarationFactory
- Static Methods
- Create(string classTypeName)
- CreateAsInternalStatic(string classTypeName)
- CreateAsPublicPartial(string classTypeName)
- CreateAsPublicStatic(string classTypeName)
- CreateWithInheritClassAndInterface(string classTypeName, string inheritClassTypeName, string interfaceTypeName)
- CreateWithInheritClassType(string classTypeName, string inheritClassTypeName)
- CreateWithInheritClassTypeAndSuppressMessageAttributeByCodeAnalysisCheckId(string classTypeName, string inheritClassTypeName, int checkId, string justification = )
- CreateWithInheritClassTypeAndSuppressMessageAttributeByStyleCopCheckId(string classTypeName, string inheritClassTypeName, int checkId, string justification = )
- CreateWithInterface(string classTypeName, string interfaceTypeName)
- CreateWithSuppressMessageAttribute(string classTypeName, SuppressMessageAttribute suppressMessage)
- CreateWithSuppressMessageAttributeByCodeAnalysisCheckId(string classTypeName, int checkId, string justification = )
- CreateWithSuppressMessageAttributeByStyleCopCheckId(string classTypeName, int checkId, string justification = )
- Static Methods
- SyntaxIfStatementFactory
- Static Methods
- CreateParameterArgumentNullCheck(string parameterName, bool includeSystem = True)
- Static Methods
- SyntaxInterfaceDeclarationFactory
- Static Methods
- Create(string interfaceTypeName)
- Static Methods
- SyntaxInterpolatedFactory
- Static Methods
- CreateNameOf(string argumentName)
- StringText(string value)
- StringTextColon()
- StringTextColonAndParenthesesStart()
- StringTextComma()
- StringTextDotCountColon()
- StringTextParenthesesEnd()
- Static Methods
- SyntaxLiteralExpressionFactory
- Static Methods
- Create(int value)
- Create(string value, SyntaxKind syntaxKind = StringLiteralExpression)
- Static Methods
- SyntaxMemberAccessExpressionFactory
- Static Methods
- Create(string memberTypeName, string memberName)
- Static Methods
- SyntaxNameEqualsFactory
- Static Methods
- Create(string value)
- Static Methods
- SyntaxObjectCreationExpressionFactory
- Static Methods
- Create(string identifierName)
- Create(string namespaceName, string identifierName)
- Static Methods
- SyntaxParameterFactory
- Static Methods
- Create(string parameterTypeName, string parameterName, string genericListTypeName = null)
- CreateWithAttribute(string attributeTypeName, string parameterTypeName, string parameterName)
- Static Methods
- SyntaxParameterListFactory
- Static Methods
- CreateWithOneItem(string parameterTypeName, string parameterName, string genericListTypeName = null)
- CreateWithOneParameterItem(ParameterSyntax parameter)
- CreateWithThreeParameterItems(ParameterSyntax parameter1, ParameterSyntax parameter2, ParameterSyntax parameter3)
- CreateWithTwoParameterItems(ParameterSyntax parameter1, ParameterSyntax parameter2)
- Static Methods
- SyntaxSimpleBaseTypeFactory
- Static Methods
- Create(string typeName)
- Static Methods
- SyntaxThrowStatementFactory
- Static Methods
- CreateArgumentNullException(string parameterName, bool includeSystem = True)
- CreateNotImplementedException(bool includeSystem = True)
- Static Methods
- SyntaxTokenFactory
- Static Methods
- AbstractKeyword(bool withTrailingSpace = True)
- AsyncKeyword(bool withTrailingSpace = True)
- ByteKeyword(bool withTrailingSpace = True)
- CarriageReturnLineFeed()
- Colon(bool withTrailingSpace = False)
- Comma(bool withTrailingSpace = True)
- DefaultKeyword(bool withTrailingSpace = True)
- DoubleKeyword(bool withTrailingSpace = True)
- Equals(bool withTrailingSpace = True)
- EqualsGreaterThan(bool withTrailingSpace = True)
- ImplicitKeyword(bool withTrailingSpace = True)
- IntKeyword(bool withTrailingSpace = True)
- InternalKeyword(bool withTrailingSpace = True)
- LineFeed()
- NewKeyword(bool withTrailingSpace = True)
- ObjectKeyword(bool withTrailingSpace = True)
- OperatorKeyword(bool withTrailingSpace = True)
- OverrideKeyword(bool withTrailingSpace = True)
- PartialKeyword(bool withTrailingSpace = True)
- PrivateKeyword(bool withTrailingSpace = True)
- ProtectedKeyword(bool withTrailingSpace = True)
- PublicKeyword(bool withTrailingSpace = True)
- ReadOnlyKeyword(bool withTrailingSpace = True)
- Semicolon(bool withTrailingSpace = False)
- StaticKeyword(bool withTrailingSpace = True)
- StringKeyword(bool withTrailingSpace = True)
- Token(SyntaxKind syntaxKind)
- TokenWithTrailing(SyntaxKind syntaxKind, SyntaxTrivia syntaxTrivia)
- TokenWithTrailingSpace(SyntaxKind syntaxKind)
- VoidKeyword(bool withTrailingSpace = True)
- Static Methods
- SyntaxTokenListFactory
- Static Methods
- InternalStaticKeyword(bool withLeadingLineFeed = False, bool withTrailingSpace = True)
- PrivateAsyncKeyword(bool withLeadingLineFeed = False, bool withTrailingSpace = True)
- PrivateReadonlyKeyword(bool withTrailingSpace = True)
- ProtectedReadOnlyKeyword(bool withLeadingLineFeed = False, bool withTrailingSpace = True)
- ProtectedStaticKeyword(bool withLeadingLineFeed = False, bool withTrailingSpace = True)
- PublicAsyncKeyword(bool withLeadingLineFeed = False, bool withTrailingSpace = True)
- PublicKeyword(bool withLeadingLineFeed = False, bool withTrailingSpace = True)
- PublicOverrideKeyword(bool withLeadingLineFeed = False, bool withTrailingSpace = True)
- PublicStaticKeyword(bool withLeadingLineFeed = False, bool withTrailingSpace = True)
- Static Methods
- SyntaxTypeArgumentListFactory
- Static Methods
- CreateWithOneItem(string typeName)
- CreateWithTwoItems(string typeName1, string typeName2)
- Static Methods
- SyntaxVariableDeclarationFactory
- Static Methods
- Create(string identifierTypeName, string identifierName)
- Static Methods
- ClassDeclarationSyntaxExtensions
- Static Methods
- AddGeneratedCodeAttribute(this ClassDeclarationSyntax classDeclaration, string toolName, string version)
- AddSuppressMessageAttribute(this ClassDeclarationSyntax classDeclaration, SuppressMessageAttribute suppressMessage)
- Static Methods
- CompilationUnitSyntaxExtensions
- Static Methods
- AddUsingStatements(this CompilationUnitSyntax compilationUnit, string[] usingStatements)
- Static Methods
- EnumDeclarationSyntaxExtensions
- Static Methods
- AddFlagAttribute(this EnumDeclarationSyntax enumDeclaration)
- AddSuppressMessageAttribute(this EnumDeclarationSyntax enumDeclaration, SuppressMessageAttribute suppressMessage)
- HasAttributeOfAttributeType(this EnumDeclarationSyntax enumDeclaration, Type attributeType)
- Static Methods
- InterfaceDeclarationSyntaxExtensions
- Static Methods
- AddGeneratedCodeAttribute(this InterfaceDeclarationSyntax interfaceDeclaration, string toolName, string version)
- Static Methods
- MethodDeclarationSyntaxExtensions
- Static Methods
- AddSuppressMessageAttribute(this MethodDeclarationSyntax methodDeclaration, SuppressMessageAttribute suppressMessage)
- Static Methods
- SyntaxNodeExtensions
- Static Methods
- GetUsedUsingStatements(this SyntaxNode syntaxNode)
- GetUsedUsingStatementsWithoutAlias(this SyntaxNode syntaxNode)
- Select(this SyntaxNode syntaxNode)
- SelectToArray(this SyntaxNode syntaxNode)
- Static Methods
- UsingDirectiveSyntaxExtensions
Generated by MarkdownCodeDoc version 1.2