Method |
Description |
|
ValidateArgumentReferenceExpression ( CodeArgumentReferenceExpression e ) : void |
|
|
ValidateArity ( CodeTypeReference e ) : void |
|
|
ValidateArrayCreateExpression ( CodeArrayCreateExpression e ) : void |
|
|
ValidateArrayIndexerExpression ( CodeArrayIndexerExpression e ) : void |
|
|
ValidateAssignStatement ( CodeAssignStatement e ) : void |
|
|
ValidateAttachEventStatement ( System.CodeDom.CodeAttachEventStatement e ) : void |
|
|
ValidateAttributeArgument ( CodeAttributeArgument arg ) : void |
|
|
ValidateAttributes ( CodeAttributeDeclarationCollection attributes ) : void |
|
|
ValidateBaseReferenceExpression ( System.CodeDom.CodeBaseReferenceExpression e ) : void |
|
|
ValidateBinaryOperatorExpression ( CodeBinaryOperatorExpression e ) : void |
|
|
ValidateCastExpression ( CodeCastExpression e ) : void |
|
|
ValidateChecksumPragma ( CodeChecksumPragma e ) : void |
|
|
ValidateCodeCompileUnit ( CodeCompileUnit e ) : void |
|
|
ValidateCodeDirective ( System.CodeDom.CodeDirective e ) : void |
|
|
ValidateCodeDirectives ( CodeDirectiveCollection e ) : void |
|
|
ValidateComment ( CodeComment e ) : void |
|
|
ValidateCommentStatement ( CodeCommentStatement e ) : void |
|
|
ValidateCommentStatements ( CodeCommentStatementCollection e ) : void |
|
|
ValidateCompileUnitEnd ( CodeCompileUnit e ) : void |
|
|
ValidateCompileUnitStart ( CodeCompileUnit e ) : void |
|
|
ValidateConditionStatement ( CodeConditionStatement e ) : void |
|
|
ValidateConstructor ( CodeConstructor e ) : void |
|
|
ValidateDefaultValueExpression ( CodeDefaultValueExpression e ) : void |
|
|
ValidateDelegateCreateExpression ( CodeDelegateCreateExpression e ) : void |
|
|
ValidateDelegateInvokeExpression ( CodeDelegateInvokeExpression e ) : void |
|
|
ValidateDirectionExpression ( CodeDirectionExpression e ) : void |
|
|
ValidateEvent ( CodeMemberEvent e ) : void |
|
|
ValidateEventReferenceExpression ( CodeEventReferenceExpression e ) : void |
|
|
ValidateExpression ( System.CodeDom.CodeExpression e ) : void |
|
|
ValidateExpressionList ( CodeExpressionCollection expressions ) : void |
|
|
ValidateExpressionStatement ( CodeExpressionStatement e ) : void |
|
|
ValidateField ( CodeMemberField e ) : void |
|
|
ValidateFieldReferenceExpression ( CodeFieldReferenceExpression e ) : void |
|
|
ValidateGotoStatement ( CodeGotoStatement e ) : void |
|
|
ValidateIdentifier ( Object e, String propertyName, String identifier ) : void |
|
|
ValidateIdentifiers ( CodeObject e ) : void |
|
|
ValidateIndexerExpression ( CodeIndexerExpression e ) : void |
|
|
ValidateIterationStatement ( CodeIterationStatement e ) : void |
|
|
ValidateLabeledStatement ( CodeLabeledStatement e ) : void |
|
|
ValidateLinePragmaStart ( CodeLinePragma e ) : void |
|
|
ValidateMemberMethod ( CodeMemberMethod e ) : void |
|
|
ValidateMethod ( CodeMemberMethod e ) : void |
|
|
ValidateMethodInvokeExpression ( CodeMethodInvokeExpression e ) : void |
|
|
ValidateMethodReferenceExpression ( CodeMethodReferenceExpression e ) : void |
|
|
ValidateMethodReturnStatement ( CodeMethodReturnStatement e ) : void |
|
|
ValidateNamespace ( CodeNamespace e ) : void |
|
|
ValidateNamespaceImport ( CodeNamespaceImport e ) : void |
|
|
ValidateNamespaceImports ( CodeNamespace e ) : void |
|
|
ValidateNamespaceStart ( CodeNamespace e ) : void |
|
|
ValidateNamespaces ( CodeCompileUnit e ) : void |
|
|
ValidateObjectCreateExpression ( CodeObjectCreateExpression e ) : void |
|
|
ValidateParameterDeclarationExpression ( CodeParameterDeclarationExpression e ) : void |
|
|
ValidateParameters ( CodeParameterDeclarationExpressionCollection parameters ) : void |
|
|
ValidatePrimitiveExpression ( CodePrimitiveExpression e ) : void |
|
|
ValidateProperty ( CodeMemberProperty e ) : void |
|
|
ValidatePropertyReferenceExpression ( CodePropertyReferenceExpression e ) : void |
|
|
ValidatePropertySetValueReferenceExpression ( System.CodeDom.CodePropertySetValueReferenceExpression e ) : void |
|
|
ValidateRegionDirective ( System.CodeDom.CodeRegionDirective e ) : void |
|
|
ValidateRemoveEventStatement ( CodeRemoveEventStatement e ) : void |
|
|
ValidateSnippetCompileUnit ( CodeSnippetCompileUnit e ) : void |
|
|
ValidateSnippetExpression ( CodeSnippetExpression e ) : void |
|
|
ValidateSnippetMember ( CodeSnippetTypeMember e ) : void |
|
|
ValidateSnippetStatement ( CodeSnippetStatement e ) : void |
|
|
ValidateStatement ( CodeStatement e ) : void |
|
|
ValidateStatements ( CodeStatementCollection stms ) : void |
|
|
ValidateThisReferenceExpression ( System.CodeDom.CodeThisReferenceExpression e ) : void |
|
|
ValidateThrowExceptionStatement ( CodeThrowExceptionStatement e ) : void |
|
|
ValidateTryCatchFinallyStatement ( CodeTryCatchFinallyStatement e ) : void |
|
|
ValidateTypeConstructor ( CodeTypeConstructor e ) : void |
|
|
ValidateTypeDeclaration ( CodeTypeDeclaration e ) : void |
|
|
ValidateTypeMember ( CodeTypeMember e ) : void |
|
|
ValidateTypeMembers ( CodeTypeDeclaration e ) : void |
|
|
ValidateTypeName ( Object e, String propertyName, String typeName ) : void |
|
|
ValidateTypeOfExpression ( CodeTypeOfExpression e ) : void |
|
|
ValidateTypeParameter ( CodeTypeParameter e ) : void |
|
|
ValidateTypeParameters ( CodeTypeParameterCollection parameters ) : void |
|
|
ValidateTypeReference ( CodeTypeReference e ) : void |
|
|
ValidateTypeReferences ( CodeTypeReferenceCollection refs ) : void |
|
|
ValidateTypeStart ( CodeTypeDeclaration e ) : void |
|
|
ValidateTypes ( CodeNamespace e ) : void |
|
|
ValidateVariableDeclarationStatement ( CodeVariableDeclarationStatement e ) : void |
|
|
ValidateVariableReferenceExpression ( CodeVariableReferenceExpression e ) : void |
|
|