Catel.ReSharper.Arguments.IsMatchContextAction.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.IsMatchInvoked(methodDeclaration.Body.GetText(), parameterDeclaration.DeclaredName);
        }