Catel.ReSharper.Arguments.IsNotMatchContextAction.IsArgumentChecked C# (CSharp) Метод

IsArgumentChecked() защищенный Метод

protected IsArgumentChecked ( ICSharpFunctionDeclaration methodDeclaration, IRegularParameterDeclaration parameterDeclaration ) : bool
methodDeclaration ICSharpFunctionDeclaration
parameterDeclaration IRegularParameterDeclaration
Результат bool
        protected override bool IsArgumentChecked(ICSharpFunctionDeclaration methodDeclaration, IRegularParameterDeclaration parameterDeclaration)
        {
            return ArgumentCheckStatementDetectionHelper.IsNotMatchInvoked(methodDeclaration.Body.GetText(), parameterDeclaration.DeclaredName);
        }