Download InjectionCop
Description
Facilitates secure coding through static code analysis and contract annotations in the Common Language Infrastructure.
Source Files
The download file injectioncop.zip has the following entries.
.hgignore//ww w . j a v a 2s.c o m
.nuget/NuGet.Config
.nuget/NuGet.exe
.nuget/NuGet.targets
Core/Attributes/FragmentAttribute.cs
Core/Attributes/FragmentGeneratorAttribute.cs
Core/Attributes/SqlFragmentAttribute.cs
Core/Attributes/TrustedSqlGenerationAttribute.cs
Core/Config/Configuration.cs
Core/Config/Configuration.xsd
Core/Config/ConfigurationFactory.cs
Core/Config/ConfigurationFileLocator.cs
Core/Config/FragmentSignature.cs
Core/Config/IBlacklistManager.cs
Core/Config/IConfigurationFileLocator.cs
Core/Config/IDbCommandBlacklistManagerStub.cs
Core/Config/LayeredConfigurationAdapter.cs
Core/Core.licenseheader
Core/InjectionCop.Core.csproj
Core/InjectionCop.Core.csproj.user
Core/InjectionCopException.cs
Core/Parser/BlockParsing/BasicBlock.cs
Core/Parser/BlockParsing/BlockAssignment.cs
Core/Parser/BlockParsing/BlockParser.cs
Core/Parser/BlockParsing/BlockParserContext.cs
Core/Parser/BlockParsing/MethodCallAnalyzer.cs
Core/Parser/BlockParsing/PreCondition/AssignabilityPreCondition.cs
Core/Parser/BlockParsing/PreCondition/CustomInferencePreCondition.cs
Core/Parser/BlockParsing/PreCondition/EqualityPreCondition.cs
Core/Parser/BlockParsing/PreCondition/IPreCondition.cs
Core/Parser/BlockParsing/PreCondition/PreConditionBase.cs
Core/Parser/BlockParsing/PreCondition/ReturnCondition.cs
Core/Parser/BlockParsing/StatementHandler/AssignmentStatementHandler/ArrayConstructStatementHandler.cs
Core/Parser/BlockParsing/StatementHandler/AssignmentStatementHandler/AssignmentStatementHandlerBase.cs
Core/Parser/BlockParsing/StatementHandler/AssignmentStatementHandler/AssignmentStatementHandlerController.cs
Core/Parser/BlockParsing/StatementHandler/AssignmentStatementHandler/DefaultAssignmentStatementHandler.cs
Core/Parser/BlockParsing/StatementHandler/AssignmentStatementHandler/DelegateAssignmentStatementHandler.cs
Core/Parser/BlockParsing/StatementHandler/AssignmentStatementHandler/IndexerAssignmentStatementHandler.cs
Core/Parser/BlockParsing/StatementHandler/AssignmentStatementHandler/StringBuilderConstructStatementHandler.cs
Core/Parser/BlockParsing/StatementHandler/BranchStatementHandler.cs
Core/Parser/BlockParsing/StatementHandler/ExpressionStatementHandler.cs
Core/Parser/BlockParsing/StatementHandler/HandleContext.cs
Core/Parser/BlockParsing/StatementHandler/IStatementHandler.cs
Core/Parser/BlockParsing/StatementHandler/ReturnStatementHandler.cs
Core/Parser/BlockParsing/StatementHandler/StatementHandlerBase.cs
Core/Parser/BlockParsing/StatementHandler/StatementHandlerDictionaryBuilder.cs
Core/Parser/BlockParsing/StatementHandler/SwitchStatementHandler.cs
Core/Parser/CustomInferenceRules/CustomInferenceController.cs
Core/Parser/CustomInferenceRules/FragmentParameterInference.cs
Core/Parser/CustomInferenceRules/ICustomInference.cs
Core/Parser/CustomInferenceRules/StringBuilderInference.cs
Core/Parser/Fragment.cs
Core/Parser/FragmentTools.cs
Core/Parser/FragmentType.cs
Core/Parser/ISymbolTable.cs
Core/Parser/IntrospectionTools.cs
Core/Parser/MethodParsing/EmbeddedInitialSymbolTableBuilder.cs
Core/Parser/MethodParsing/IInitialSymbolTableBuilder.cs
Core/Parser/MethodParsing/IMethodGraph.cs
Core/Parser/MethodParsing/IMethodGraphAnalyzer.cs
Core/Parser/MethodParsing/IMethodGraphBuilder.cs
Core/Parser/MethodParsing/IParameterSymbolTableBuilder.cs
Core/Parser/MethodParsing/InitialSymbolTableBuilder.cs
Core/Parser/MethodParsing/MethodGraph.cs
Core/Parser/MethodParsing/MethodGraphAnalyzer.cs
Core/Parser/MethodParsing/MethodGraphBuilder.cs
Core/Parser/MethodParsing/ParameterSymbolTableBuilder.cs
Core/Parser/ProblemPipe/IProblemPipe.cs
Core/Parser/ProblemPipe/ProblemDuplicateFilter.cs
Core/Parser/ProblemPipe/ProblemMetadata.cs
Core/Parser/SymbolTable.cs
Core/Parser/TypeParsing/BaseFragmentUsageRule.cs
Core/Parser/TypeParsing/BaseFxCopRule.cs
Core/Parser/TypeParsing/InterfaceImplementingMethodFragmentUsageRule.cs
Core/Parser/TypeParsing/MultipleFragmentUsageRule.cs
Core/Parser/TypeParsing/OverridingMethodFragmentUsageRule.cs
Core/Parser/TypeParsing/RuleMetadata.xml
Core/Parser/TypeParsing/TypeParser.cs
Core/PrettyPrint.cs
Core/Properties/AssemblyInfo.cs
Core/Properties/Resources.Designer.cs
Core/Properties/Resources.resx
Core/Utilities/ArgumentEmptyException.cs
Core/Utilities/ArgumentUtility.cs
Core/Utilities/FragmentUtility.cs
Core/Utilities/IntrospectionUtility.cs
Core/Utilities/MethodProfilingResults.cs
Core/Utilities/ParameterFragmentUtility.cs
Core/Utilities/ReSharperAnnotations/AssertionConditionAttribute.cs
Core/Utilities/ReSharperAnnotations/AssertionConditionType.cs
Core/Utilities/ReSharperAnnotations/AssertionMethodAttribute.cs
Core/Utilities/ReSharperAnnotations/InvokerParameterNameAttribute.cs
InjectionCop.sln
IntegrationTests.VB/InjectionCop.IntegrationTests.VB.vbproj
IntegrationTests.VB/IntegrationTests.licenseheader
IntegrationTests.VB/Parser/BlockParsing/BlockParserSample.vb
IntegrationTests.VB/Parser/BlockParsing/BlockParserTest.vb
IntegrationTests.VB/Parser/MethodParsing/EmbeddedInitialSymbolTableBuilderTest/EmbeddedInitialSymbolTableBuilderTest.vb
IntegrationTests.VB/Parser/MethodParsing/InitialSymbolTableBuilderTests/InitialSymbolTableBuilderTest.vb
IntegrationTests.VB/Parser/MethodParsing/MethodGraphTests/InterfaceSample.vb
IntegrationTests.VB/Parser/MethodParsing/MethodGraphTests/Interface_TypeParserTest.vb
IntegrationTests.VB/Parser/MethodParsing/MethodGraphTests/MethodGraph_ClassSample.vb
IntegrationTests.VB/Parser/MethodParsing/MethodGraphTests/MethodGraph_ClassTest.vb
IntegrationTests.VB/Parser/MethodParsing/MethodGraphTests/MethodGraph_TestBase.vb
IntegrationTests.VB/Parser/MethodParsing/SymbolTableBuilderSample.vb
IntegrationTests.VB/Parser/NonFragmentAttribute.vb
IntegrationTests.VB/Parser/ParserSampleBase.vb
IntegrationTests.VB/Parser/ProblemPipeStub.vb
IntegrationTests.VB/Parser/TestHelper.vb
IntegrationTests.VB/Parser/TypeParsing/BlacklistManagerIntegrationSample.vb
IntegrationTests.VB/Parser/TypeParsing/FragmentUsageTests/BaseClass.vb
IntegrationTests.VB/Parser/TypeParsing/FragmentUsageTests/ClassWithMultipleFragments.vb
IntegrationTests.VB/Parser/TypeParsing/FragmentUsageTests/DerivedClassWithInvalidFragmentUsage.vb
IntegrationTests.VB/Parser/TypeParsing/FragmentUsageTests/DerivedClassWithValidFragmentUsage.vb
IntegrationTests.VB/Parser/TypeParsing/FragmentUsageTests/DerivedClassWithoutFragmentUsage.vb
IntegrationTests.VB/Parser/TypeParsing/FragmentUsageTests/IBaseInterface.vb
IntegrationTests.VB/Parser/TypeParsing/FragmentUsageTests/ImplementingClassWithInvalidFragmentUsage.vb
IntegrationTests.VB/Parser/TypeParsing/FragmentUsageTests/ImplementingClassWithoutFragmentUsage.vb
IntegrationTests.VB/Parser/TypeParsing/FragmentUsageTests/InterfaceImplementingMethodFragmentUsageRuleTest.vb
IntegrationTests.VB/Parser/TypeParsing/FragmentUsageTests/MulitpleFragmentUsageRuleTest.vb
IntegrationTests.VB/Parser/TypeParsing/FragmentUsageTests/OverridingMethodFragmentUsageRuleTest.vb
IntegrationTests.VB/Parser/TypeParsing/SymbolTableTests/BlacklistManagerIntegration/BlacklistManagerIntegration_SymbolTableTest.vb
IntegrationTests.VB/Parser/TypeParsing/SymbolTableTests/InferFragment/InferFragmentSample.vb
IntegrationTests.VB/Parser/TypeParsing/SymbolTableTests/InferFragment/SymbolTableTest.vb
IntegrationTests.VB/Parser/TypeParsing/SymbolTableTests/InferSafeness/InferSafenessSample.vb
IntegrationTests.VB/Parser/TypeParsing/SymbolTableTests/InferSafeness/InferSafeness_SymbolTableTest.vb
IntegrationTests.VB/Parser/TypeParsing/SymbolTableTests/ParameterSafe/ParameterSafeSample.vb
IntegrationTests.VB/Parser/TypeParsing/SymbolTableTests/ParameterSafe/ParameterSafe_SymbolTableTest.vb
IntegrationTests.VB/Parser/TypeParsing/TypeParserTests/AddProblem/AddProblemSample.vb
IntegrationTests.VB/Parser/TypeParsing/TypeParserTests/AddProblem/AddProblem_TypeParserTest.vb
IntegrationTests.VB/Parser/TypeParsing/TypeParserTests/AnonymousMethod/AnonymousMethodSample.vb
IntegrationTests.VB/Parser/TypeParsing/TypeParserTests/AnonymousMethod/AnonymousMethod_TypeParserTest.vb
IntegrationTests.VB/Parser/TypeParsing/TypeParserTests/AssignmentPropagation/AssignmentPropagationSample.vb
IntegrationTests.VB/Parser/TypeParsing/TypeParserTests/AssignmentPropagation/AssignmentPropagation_TypeParserTest.vb
IntegrationTests.VB/Parser/TypeParsing/TypeParserTests/Attribute/Attribute_TypeParserTest.vb
IntegrationTests.VB/Parser/TypeParsing/TypeParserTests/Attribute/SampleAttribute.vb
IntegrationTests.VB/Parser/TypeParsing/TypeParserTests/AttributePropagation/AttributePropagationSample.vb
IntegrationTests.VB/Parser/TypeParsing/TypeParserTests/AttributePropagation/AttributePropagation_TypeParserTest.vb
IntegrationTests.VB/Parser/TypeParsing/TypeParserTests/BlackMethod/BlackMethodSample.vb
IntegrationTests.VB/Parser/TypeParsing/TypeParserTests/BlackMethod/BlackMethod_BlockParserTest.vb
IntegrationTests.VB/Parser/TypeParsing/TypeParserTests/BlacklistManagerIntegration/BlacklistManagerIntegration_TypeParserTest.vb
IntegrationTests.VB/Parser/TypeParsing/TypeParserTests/Closure/ClosureSample.vb
IntegrationTests.VB/Parser/TypeParsing/TypeParserTests/Closure/Closure_TypeParserTest.vb
IntegrationTests.VB/Parser/TypeParsing/TypeParserTests/Concatenation/ConcatenationSample.vb
IntegrationTests.VB/Parser/TypeParsing/TypeParserTests/Constructor/ConstructorSample.vb
IntegrationTests.VB/Parser/TypeParsing/TypeParserTests/Constructor/Constructor_TypeParserTest.vb
IntegrationTests.VB/Parser/TypeParsing/TypeParserTests/Delegate/DelegateSample.vb
IntegrationTests.VB/Parser/TypeParsing/TypeParserTests/Delegate/Delegate_TypeParserTest.vb
IntegrationTests.VB/Parser/TypeParsing/TypeParserTests/Field/FieldSample.vb
IntegrationTests.VB/Parser/TypeParsing/TypeParserTests/Field/Field_TypeParserTest.vb
IntegrationTests.VB/Parser/TypeParsing/TypeParserTests/Goto/GotoSample.vb
IntegrationTests.VB/Parser/TypeParsing/TypeParserTests/Goto/Goto_TypeParserTest.vb
IntegrationTests.VB/Parser/TypeParsing/TypeParserTests/If/IfSample.vb
IntegrationTests.VB/Parser/TypeParsing/TypeParserTests/If/If_TypeParserTest.vb
IntegrationTests.VB/Parser/TypeParsing/TypeParserTests/Indexer/IndexerSample.vb
IntegrationTests.VB/Parser/TypeParsing/TypeParserTests/Indexer/Indexer_TypeParserTest.vb
IntegrationTests.VB/Parser/TypeParsing/TypeParserTests/Inheritance/Constructor/InheritanceConstructor_TypeParserTest.vb
IntegrationTests.VB/Parser/TypeParsing/TypeParserTests/Inheritance/Constructor/InheritanceSampleConstructor.vb
IntegrationTests.VB/Parser/TypeParsing/TypeParserTests/Inheritance/Field/InheritanceField_TypeParserTest.vb
IntegrationTests.VB/Parser/TypeParsing/TypeParserTests/Inheritance/Field/InheritanceSampleField.vb
IntegrationTests.VB/Parser/TypeParsing/TypeParserTests/Inheritance/InheritanceSampleBase.vb
IntegrationTests.VB/Parser/TypeParsing/TypeParserTests/Inheritance/Interface/ExtendedInterfaceSampleImplicitDeclarations.vb
IntegrationTests.VB/Parser/TypeParsing/TypeParserTests/Inheritance/Interface/ExtendedInterfaceSampleImplicitDeclarationsInvalidReturn.vb
IntegrationTests.VB/Parser/TypeParsing/TypeParserTests/Inheritance/Interface/IExtendedInheritanceSample.vb
IntegrationTests.VB/Parser/TypeParsing/TypeParserTests/Inheritance/Interface/IInheritanceSample.vb
IntegrationTests.VB/Parser/TypeParsing/TypeParserTests/Inheritance/Interface/IInheritanceSampleDuplicate.vb
IntegrationTests.VB/Parser/TypeParsing/TypeParserTests/Inheritance/Interface/InheritanceInterface_TypeParserTest.vb
IntegrationTests.VB/Parser/TypeParsing/TypeParserTests/Inheritance/Interface/InheritanceSampleInterface.vb
IntegrationTests.VB/Parser/TypeParsing/TypeParserTests/Inheritance/Interface/InterfaceSampleExplicitDeclarations.vb
IntegrationTests.VB/Parser/TypeParsing/TypeParserTests/Inheritance/Interface/InterfaceSampleExplicitDeclarationsInvalidReturn.vb
IntegrationTests.VB/Parser/TypeParsing/TypeParserTests/Inheritance/Interface/InterfaceSampleImplicitDeclarations.vb
IntegrationTests.VB/Parser/TypeParsing/TypeParserTests/Inheritance/Interface/InterfaceSampleImplicitDeclarationsInvalidReturn.vb
IntegrationTests.VB/Parser/TypeParsing/TypeParserTests/Inheritance/Interface/InterfaceSampleImplicitDeclarationsMultipleInheritance.vb
IntegrationTests.VB/Parser/TypeParsing/TypeParserTests/Inheritance/MemberMethod/InheritanceMethod_TypeParserTest.vb
IntegrationTests.VB/Parser/TypeParsing/TypeParserTests/Inheritance/MemberMethod/InheritanceSampleMethod.vb
IntegrationTests.VB/Parser/TypeParsing/TypeParserTests/Inheritance/Property/InheritanceProperty_TypeParserTest.vb
IntegrationTests.VB/Parser/TypeParsing/TypeParserTests/Inheritance/Property/InheritanceSampleProperty.vb
IntegrationTests.VB/Parser/TypeParsing/TypeParserTests/Interface/InterfaceSample.vb
IntegrationTests.VB/Parser/TypeParsing/TypeParserTests/Interface/Interface_TypeParserTest.vb
IntegrationTests.VB/Parser/TypeParsing/TypeParserTests/Lambda/LambdaSample.vb
IntegrationTests.VB/Parser/TypeParsing/TypeParserTests/Lambda/Lambda_TypeParserTest.vb
IntegrationTests.VB/Parser/TypeParsing/TypeParserTests/NestedCall/NestedCallSample.vb
IntegrationTests.VB/Parser/TypeParsing/TypeParserTests/NestedCall/NestedCall_TypeParserTest.vb
IntegrationTests.VB/Parser/TypeParsing/TypeParserTests/Parameter/CallByReference/CallByReferenceSample.vb
IntegrationTests.VB/Parser/TypeParsing/TypeParserTests/Parameter/CallByReference/CallByReference_TypeParserTest.vb
IntegrationTests.VB/Parser/TypeParsing/TypeParserTests/Parameter/CallByShare/CallByShareSample.vb
IntegrationTests.VB/Parser/TypeParsing/TypeParserTests/Parameter/CallByShare/CallByShare_TypeParserTest.vb
IntegrationTests.VB/Parser/TypeParsing/TypeParserTests/Parameter/Out/OutSample.vb
IntegrationTests.VB/Parser/TypeParsing/TypeParserTests/Parameter/Out/Out_TypeParserTest.vb
IntegrationTests.VB/Parser/TypeParsing/TypeParserTests/Property/PropertySample.vb
IntegrationTests.VB/Parser/TypeParsing/TypeParserTests/Property/Property_BlockParserTest.vb
IntegrationTests.VB/Parser/TypeParsing/TypeParserTests/Return/ReturnSample.vb
IntegrationTests.VB/Parser/TypeParsing/TypeParserTests/Return/Return_TypeParserTest.vb
IntegrationTests.VB/Parser/TypeParsing/TypeParserTests/Switch/SwitchSample.vb
IntegrationTests.VB/Parser/TypeParsing/TypeParserTests/Switch/Switch_TypeParserTest.vb
IntegrationTests.VB/Parser/TypeParsing/TypeParserTests/TryCatchFinally/TryCatchFinallySample.vb
IntegrationTests.VB/Parser/TypeParsing/TypeParserTests/TryCatchFinally/TryCatchFinally_TypeParserTest.vb
IntegrationTests.VB/Parser/TypeParsing/TypeParserTests/TypeParserTestBase.vb
IntegrationTests.VB/Parser/TypeParsing/TypeParserTests/While_loop/WhileLoopSample.vb
IntegrationTests.VB/Parser/TypeParsing/TypeParserTests/While_loop/WhileLoop_TypeParserTest.vb
IntegrationTests.VB/Utilities/ClassWithExplicitlyDeclaredMethodReturningFragment.vb
IntegrationTests.VB/Utilities/ClassWithMethodReturningFragment.vb
IntegrationTests.VB/Utilities/FragmentUtilitySample.vb
IntegrationTests.VB/Utilities/FragmentUtilityTest.vb
IntegrationTests.VB/Utilities/InterfaceWithReturnFragment.vb
IntegrationTests.VB/Utilities/IntrospectionUtility_ClassSample.vb
IntegrationTests.VB/Utilities/IntrospectionUtility_ClassTest.vb
IntegrationTests.VB/Utilities/IntrospectionUtility_InterfaceSample.vb
IntegrationTests.VB/Utilities/IntrospectionUtility_InterfaceTest.vb
IntegrationTests/InjectionCop.IntegrationTests.csproj
IntegrationTests/IntegrationTests.licenseheader
IntegrationTests/Parser/BlockParsing/BlockParserSample.cs
IntegrationTests/Parser/BlockParsing/BlockParserTest.cs
IntegrationTests/Parser/BlockParsing/StatementHandler/ArrayConstructStatementHandlerSample.cs
IntegrationTests/Parser/BlockParsing/StatementHandler/ArrayConstructStatementHandlerTest.cs
IntegrationTests/Parser/BlockParsing/StatementHandler/StatementHandlerBaseSample.cs
IntegrationTests/Parser/BlockParsing/StatementHandler/StatementHandlerBaseTest.cs
IntegrationTests/Parser/BlockParsing/StatementHandler/StringBuilderConstructStatementHandlerSample.cs
IntegrationTests/Parser/BlockParsing/StatementHandler/StringBuilderConstructStatementHandlerTest.cs
IntegrationTests/Parser/CustomInferenceRules/CustomInferenceControllerSample.cs
IntegrationTests/Parser/CustomInferenceRules/CustomInferenceControllerTest.cs
IntegrationTests/Parser/CustomInferenceRules/FragmentParameterInferenceSample.cs
IntegrationTests/Parser/CustomInferenceRules/FragmentParameterInference_TypeParserTest.cs
IntegrationTests/Parser/MethodParsing/EmbeddedInitialSymbolTableBuilderTest/EmbeddedInitialSymbolTableBuilderTest.cs
IntegrationTests/Parser/MethodParsing/InitialSymbolTableBuilderTests/InitialSymbolTableBuilderTest.cs
IntegrationTests/Parser/MethodParsing/MethodGraphTests/MethodGraph_ClassSample.cs
IntegrationTests/Parser/MethodParsing/MethodGraphTests/MethodGraph_ClassTest.cs
IntegrationTests/Parser/MethodParsing/MethodGraphTests/MethodGraph_InterfaceSample.cs
IntegrationTests/Parser/MethodParsing/MethodGraphTests/MethodGraph_InterfaceTest.cs
IntegrationTests/Parser/MethodParsing/MethodGraphTests/MethodGraph_TestBase.cs
IntegrationTests/Parser/MethodParsing/SymbolTableBuilderSample.cs
IntegrationTests/Parser/NonFragmentAttribute.cs
IntegrationTests/Parser/ParserSampleBase.cs
IntegrationTests/Parser/ProblemPipeStub.cs
IntegrationTests/Parser/TestHelper.cs
IntegrationTests/Parser/TypeParsing/BlacklistManagerIntegrationSample.cs
IntegrationTests/Parser/TypeParsing/FragmentUsageTests/BaseClass.cs
IntegrationTests/Parser/TypeParsing/FragmentUsageTests/ClassWithMultipleFragments.cs
IntegrationTests/Parser/TypeParsing/FragmentUsageTests/DerivedClassWithInvalidFragmentUsage.cs
IntegrationTests/Parser/TypeParsing/FragmentUsageTests/DerivedClassWithValidFragmentUsage.cs
IntegrationTests/Parser/TypeParsing/FragmentUsageTests/DerivedClassWithoutFragmentUsage.cs
IntegrationTests/Parser/TypeParsing/FragmentUsageTests/IBaseInterface.cs
IntegrationTests/Parser/TypeParsing/FragmentUsageTests/ImplementingClassWithInvalidFragmentUsage.cs
IntegrationTests/Parser/TypeParsing/FragmentUsageTests/ImplementingClassWithoutFragmentUsage.cs
IntegrationTests/Parser/TypeParsing/FragmentUsageTests/InterfaceImplementingMethodFragmentUsageRuleTest.cs
IntegrationTests/Parser/TypeParsing/FragmentUsageTests/MulitpleFragmentUsageRuleTest.cs
IntegrationTests/Parser/TypeParsing/FragmentUsageTests/OverridingMethodFragmentUsageRuleTest.cs
IntegrationTests/Parser/TypeParsing/SymbolTableTests/BlacklistManagerIntegration/BlacklistManagerIntegrationSample.cs
IntegrationTests/Parser/TypeParsing/SymbolTableTests/BlacklistManagerIntegration/BlacklistManagerIntegrationTest.cs
IntegrationTests/Parser/TypeParsing/SymbolTableTests/BlacklistManagerIntegration/BlacklistManagerIntegration_SymbolTableTest.cs
IntegrationTests/Parser/TypeParsing/SymbolTableTests/InferFragment/InferFragmentSample.cs
IntegrationTests/Parser/TypeParsing/SymbolTableTests/InferFragment/InferFragmentTest.cs
IntegrationTests/Parser/TypeParsing/SymbolTableTests/InferFragment/InferFragment_SymbolTableTest.cs
IntegrationTests/Parser/TypeParsing/SymbolTableTests/InferSafeness/InferSafenessSample.cs
IntegrationTests/Parser/TypeParsing/SymbolTableTests/InferSafeness/InferSafeness_SymbolTableTest.cs
IntegrationTests/Parser/TypeParsing/SymbolTableTests/ParameterSafe/ParameterSafeSample.cs
IntegrationTests/Parser/TypeParsing/SymbolTableTests/ParameterSafe/ParameterSafeTest.cs
IntegrationTests/Parser/TypeParsing/SymbolTableTests/ParameterSafe/ParameterSafe_SymbolTableTest.cs
IntegrationTests/Parser/TypeParsing/TypeParserTests/AddProblem/AddProblemSample.cs
IntegrationTests/Parser/TypeParsing/TypeParserTests/AddProblem/AddProblem_TypeParserTest.cs
IntegrationTests/Parser/TypeParsing/TypeParserTests/AnonymousMethod/AnonymousMethodSample.cs
IntegrationTests/Parser/TypeParsing/TypeParserTests/AnonymousMethod/AnonymousMethod_TypeParserTest.cs
IntegrationTests/Parser/TypeParsing/TypeParserTests/AssignmentPropagation/AssignmentPropagationSample.cs
IntegrationTests/Parser/TypeParsing/TypeParserTests/AssignmentPropagation/AssignmentPropagation_TypeParserTest.cs
IntegrationTests/Parser/TypeParsing/TypeParserTests/Attribute/Attribute_TypeParserTest.cs
IntegrationTests/Parser/TypeParsing/TypeParserTests/Attribute/SampleAttribute.cs
IntegrationTests/Parser/TypeParsing/TypeParserTests/AttributePropagation/AttributePropagationSample.cs
IntegrationTests/Parser/TypeParsing/TypeParserTests/AttributePropagation/AttributePropagation_TypeParserTest.cs
IntegrationTests/Parser/TypeParsing/TypeParserTests/BlackMethod/BlackMethodSample.cs
IntegrationTests/Parser/TypeParsing/TypeParserTests/BlackMethod/BlackMethod_TypeParserTest.cs
IntegrationTests/Parser/TypeParsing/TypeParserTests/BlacklistManagerIntegration/BlacklistManagerIntegration_TypeParserTest.cs
IntegrationTests/Parser/TypeParsing/TypeParserTests/Closure/ClosureSample.cs
IntegrationTests/Parser/TypeParsing/TypeParserTests/Closure/Closure_TypeParserTest.cs
IntegrationTests/Parser/TypeParsing/TypeParserTests/Concatenation/ConcatenationSample.cs
IntegrationTests/Parser/TypeParsing/TypeParserTests/Constructor/ConstructorSample.cs
IntegrationTests/Parser/TypeParsing/TypeParserTests/Constructor/Constructor_TypeParserTest.cs
IntegrationTests/Parser/TypeParsing/TypeParserTests/Delegate/DelegateSample.cs
IntegrationTests/Parser/TypeParsing/TypeParserTests/Delegate/Delegate_TypeparserTest.cs
IntegrationTests/Parser/TypeParsing/TypeParserTests/Field/FieldSample.cs
IntegrationTests/Parser/TypeParsing/TypeParserTests/Field/Field_TypeParserTest.cs
IntegrationTests/Parser/TypeParsing/TypeParserTests/FragmentGenerator/FragmentGeneratorSample.cs
IntegrationTests/Parser/TypeParsing/TypeParserTests/FragmentGenerator/FragmentGenerator_TypeParserTest.cs
IntegrationTests/Parser/TypeParsing/TypeParserTests/Goto/GotoSample.cs
IntegrationTests/Parser/TypeParsing/TypeParserTests/Goto/Goto_TypeParserTest.cs
IntegrationTests/Parser/TypeParsing/TypeParserTests/If/IfSample.cs
IntegrationTests/Parser/TypeParsing/TypeParserTests/If/If_TypeParserTest.cs
IntegrationTests/Parser/TypeParsing/TypeParserTests/Indexer/IndexerSample.cs
IntegrationTests/Parser/TypeParsing/TypeParserTests/Indexer/Indexer_TypeParserTest.cs
IntegrationTests/Parser/TypeParsing/TypeParserTests/Inheritance/Constructor/InheritanceConstructor_TypeParserTest.cs
IntegrationTests/Parser/TypeParsing/TypeParserTests/Inheritance/Constructor/InheritanceSampleConstructor.cs
IntegrationTests/Parser/TypeParsing/TypeParserTests/Inheritance/Field/InheritanceField_TypeParserTest.cs
IntegrationTests/Parser/TypeParsing/TypeParserTests/Inheritance/Field/InheritanceSampleField.cs
IntegrationTests/Parser/TypeParsing/TypeParserTests/Inheritance/InheritanceSampleBase.cs
IntegrationTests/Parser/TypeParsing/TypeParserTests/Inheritance/Interface/InheritanceInterface_TypeParserTest.cs
IntegrationTests/Parser/TypeParsing/TypeParserTests/Inheritance/Interface/InheritanceSampleInterface.cs
IntegrationTests/Parser/TypeParsing/TypeParserTests/Inheritance/MemberMethod/InheritanceMethod_TypeParserTest.cs
IntegrationTests/Parser/TypeParsing/TypeParserTests/Inheritance/MemberMethod/InheritanceSampleMethod.cs
IntegrationTests/Parser/TypeParsing/TypeParserTests/Inheritance/Property/InheritanceProperty_TypeParserTest.cs
IntegrationTests/Parser/TypeParsing/TypeParserTests/Inheritance/Property/InheritanceSampleProperty.cs
IntegrationTests/Parser/TypeParsing/TypeParserTests/Interface/InterfaceSample.cs
IntegrationTests/Parser/TypeParsing/TypeParserTests/Interface/Interface_TypeParserTest.cs
IntegrationTests/Parser/TypeParsing/TypeParserTests/Lambda/LambdaSample.cs
IntegrationTests/Parser/TypeParsing/TypeParserTests/Lambda/Lambda_TypeParserTest.cs
IntegrationTests/Parser/TypeParsing/TypeParserTests/LostAndFound/LostAndFoundSample.cs
IntegrationTests/Parser/TypeParsing/TypeParserTests/LostAndFound/LostAndFound_TypeParserTest.cs
IntegrationTests/Parser/TypeParsing/TypeParserTests/NestedCall/NestedCallSample.cs
IntegrationTests/Parser/TypeParsing/TypeParserTests/NestedCall/NestedCall_TypeParserTest.cs
IntegrationTests/Parser/TypeParsing/TypeParserTests/Parameter/CallByReference/CallByReferenceSample.cs
IntegrationTests/Parser/TypeParsing/TypeParserTests/Parameter/CallByReference/CallByReference_TypeParserTest.cs
IntegrationTests/Parser/TypeParsing/TypeParserTests/Parameter/CallByShare/CallByShareSample.cs
IntegrationTests/Parser/TypeParsing/TypeParserTests/Parameter/CallByShare/CallByShare_TypeParserTest.cs
IntegrationTests/Parser/TypeParsing/TypeParserTests/Parameter/Out/OutSample.cs
IntegrationTests/Parser/TypeParsing/TypeParserTests/Parameter/Out/Out_TypeParserTest.cs
IntegrationTests/Parser/TypeParsing/TypeParserTests/Property/PropertySample.cs
IntegrationTests/Parser/TypeParsing/TypeParserTests/Property/Property_TypeParserTest.cs
IntegrationTests/Parser/TypeParsing/TypeParserTests/Return/ReturnSample.cs
IntegrationTests/Parser/TypeParsing/TypeParserTests/Return/Return_TypeParserTest.cs
IntegrationTests/Parser/TypeParsing/TypeParserTests/StringBuilderInference/StringBuilderSample.cs
IntegrationTests/Parser/TypeParsing/TypeParserTests/StringBuilderInference/StringBuilder_TypeParserTest.cs
IntegrationTests/Parser/TypeParsing/TypeParserTests/Switch/SwitchSample.cs
IntegrationTests/Parser/TypeParsing/TypeParserTests/Switch/Switch_TypeParserTest.cs
IntegrationTests/Parser/TypeParsing/TypeParserTests/TryCatchFinally/TryCatchFinallySample.cs
IntegrationTests/Parser/TypeParsing/TypeParserTests/TryCatchFinally/TryCatchFinally_TypeParserTest.cs
IntegrationTests/Parser/TypeParsing/TypeParserTests/TypeParserTestBase.cs
IntegrationTests/Parser/TypeParsing/TypeParserTests/while_loop/WhileLoopSample.cs
IntegrationTests/Parser/TypeParsing/TypeParserTests/while_loop/WhileLoop_TypeParserTest.cs
IntegrationTests/Properties/AssemblyInfo.cs
IntegrationTests/Utilities/FragmentUtilitySample.cs
IntegrationTests/Utilities/FragmentUtilityTest.cs
IntegrationTests/Utilities/IntrospectionUtility_ClassSample.cs
IntegrationTests/Utilities/IntrospectionUtility_ClassTest.cs
IntegrationTests/Utilities/IntrospectionUtility_InterfaceSample.cs
IntegrationTests/Utilities/IntrospectionUtility_InterfaceTest.cs
IntegrationTests/packages.config
UnitTests/Attributes/SqlFragmentAttributeTest.cs
UnitTests/Config/ConfigurationFactoryTest.cs
UnitTests/Config/ConfigurationFileLocatorTest.cs
UnitTests/Config/ConfigurationTest.cs
UnitTests/Config/LayeredConfigurationAdapterTest.cs
UnitTests/Config/SampleConfig.xml
UnitTests/InjectionCop.UnitTests.csproj
UnitTests/Parser/BlockParsing/PreCondition/AssignabilityPreConditionTest.cs
UnitTests/Parser/BlockParsing/PreCondition/CustomInferencePreConditionTest.cs
UnitTests/Parser/BlockParsing/PreCondition/EqualityPreConditionTest.cs
UnitTests/Parser/BlockParsing/StatementHandler/StatementHandlerDictionaryBuilderTest.cs
UnitTests/Parser/FragmentTest.cs
UnitTests/Parser/MethodParsing/MethodGraphAnalyzerTest.cs
UnitTests/Parser/MethodParsing/ProblemPipeStub.cs
UnitTests/Parser/ProblemPipe/ProblemDuplicateFilterTest.cs
UnitTests/Parser/SymbolTableTest.cs
UnitTests/Properties/AssemblyInfo.cs
UnitTests/UnitTests.licenseheader
UnitTests/Utilities/ArgumentUtilityTest.cs
UnitTests/Utilities/FragmentUtilityTest.cs
UnitTests/Utilities/MethodProfilingResultsTest.cs
UnitTests/packages.config
Download
Click the following link to download injectioncop.zip.
injectioncop.zip