Analyze <Local, Parameter, Method, Field, Property, Type, Attribute, Assembly, Expression, Variable>(
     string fullMethodName,
     IMethodDriver <APC, Local, Parameter, Method, Field, Property, Type, Attribute, Assembly, Expression, Variable, ILogOptions> mdriver)
     where Variable : IEquatable <Variable>
     where Expression : IEquatable <Expression>
     where Type : IEquatable <Type>
 {
     return(AnalysisWrapper.AnalyzeStrings(fullMethodName, mdriver, options));
 }
Example #2
0
            Analyze <Local, Parameter, Method, Field, Property, Event, Type, Attribute, Assembly, Expression, Variable>
            (
                string fullMethodName,
                IMethodDriver <Local, Parameter, Method, Field, Property, Event, Type, Attribute, Assembly, Expression, Variable, ILogOptions> mdriver,
                Predicate <APC> cachePCs
            )
            // where Variable : IEquatable<Variable>
            // where Expression : IEquatable<Expression>
            // where Type : IEquatable<Type>
            {
                var result = AnalysisWrapper.AnalyzeStrings(fullMethodName, mdriver, this.options[0], cachePCs);

                return(result);
            }