C# Class System.CodeDom.Compiler.CodeValidator

显示文件 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Property Type Description
ValidateArgumentReferenceExpression void
ValidateArity void
ValidateArrayCreateExpression void
ValidateArrayIndexerExpression void
ValidateAssignStatement void
ValidateAttachEventStatement void
ValidateAttributeArgument void
ValidateAttributes void
ValidateBaseReferenceExpression void
ValidateBinaryOperatorExpression void
ValidateCastExpression void
ValidateChecksumPragma void
ValidateCodeCompileUnit void
ValidateCodeDirective void
ValidateCodeDirectives void
ValidateComment void
ValidateCommentStatement void
ValidateCommentStatements void
ValidateCompileUnitEnd void
ValidateCompileUnitStart void
ValidateConditionStatement void
ValidateConstructor void
ValidateDefaultValueExpression void
ValidateDelegateCreateExpression void
ValidateDelegateInvokeExpression void
ValidateDirectionExpression void
ValidateEvent void
ValidateEventReferenceExpression void
ValidateExpression void
ValidateExpressionList void
ValidateExpressionStatement void
ValidateField void
ValidateFieldReferenceExpression void
ValidateGotoStatement void
ValidateIdentifier void
ValidateIdentifiers void
ValidateIndexerExpression void
ValidateIterationStatement void
ValidateLabeledStatement void
ValidateLinePragmaStart void
ValidateMemberMethod void
ValidateMethod void
ValidateMethodInvokeExpression void
ValidateMethodReferenceExpression void
ValidateMethodReturnStatement void
ValidateNamespace void
ValidateNamespaceImport void
ValidateNamespaceImports void
ValidateNamespaceStart void
ValidateNamespaces void
ValidateObjectCreateExpression void
ValidateParameterDeclarationExpression void
ValidateParameters void
ValidatePrimitiveExpression void
ValidateProperty void
ValidatePropertyReferenceExpression void
ValidatePropertySetValueReferenceExpression void
ValidateRegionDirective void
ValidateRemoveEventStatement void
ValidateSnippetCompileUnit void
ValidateSnippetExpression void
ValidateSnippetMember void
ValidateSnippetStatement void
ValidateStatement void
ValidateStatements void
ValidateThisReferenceExpression void
ValidateThrowExceptionStatement void
ValidateTryCatchFinallyStatement void
ValidateTypeConstructor void
ValidateTypeDeclaration void
ValidateTypeMember void
ValidateTypeMembers void
ValidateTypeName void
ValidateTypeOfExpression void
ValidateTypeParameter void
ValidateTypeParameters void
ValidateTypeReference void
ValidateTypeReferences void
ValidateTypeStart void
ValidateTypes void
ValidateVariableDeclarationStatement void
ValidateVariableReferenceExpression void

Private Methods

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