Skip to main content

SyntaxInfo.SimpleMemberInvocationExpressionInfo Method

Containing Type: SyntaxInfo

Assembly: Roslynator.CSharp.dll

Overloads

MethodSummary
SimpleMemberInvocationExpressionInfo(InvocationExpressionSyntax, Boolean)Creates a new SimpleMemberInvocationExpressionInfo from the specified invocation expression.
SimpleMemberInvocationExpressionInfo(SyntaxNode, Boolean, Boolean)Creates a new SimpleMemberInvocationExpressionInfo from the specified node.

SimpleMemberInvocationExpressionInfo(InvocationExpressionSyntax, Boolean)

Creates a new SimpleMemberInvocationExpressionInfo from the specified invocation expression.

public static Roslynator.CSharp.Syntax.SimpleMemberInvocationExpressionInfo SimpleMemberInvocationExpressionInfo(Microsoft.CodeAnalysis.CSharp.Syntax.InvocationExpressionSyntax invocationExpression, bool allowMissing = false)

Parameters

invocationExpression InvocationExpressionSyntax

allowMissing Boolean

Returns

SimpleMemberInvocationExpressionInfo

SimpleMemberInvocationExpressionInfo(SyntaxNode, Boolean, Boolean)

Creates a new SimpleMemberInvocationExpressionInfo from the specified node.

public static Roslynator.CSharp.Syntax.SimpleMemberInvocationExpressionInfo SimpleMemberInvocationExpressionInfo(Microsoft.CodeAnalysis.SyntaxNode node, bool walkDownParentheses = true, bool allowMissing = false)

Parameters

node SyntaxNode

walkDownParentheses Boolean

allowMissing Boolean

Returns

SimpleMemberInvocationExpressionInfo