Implemented interface member:
method
IsExecutableStatement
Microsoft.CodeAnalysis.LanguageService.ISyntaxFacts.IsExecutableStatement(Microsoft.CodeAnalysis.SyntaxNode)
1 reference to IsExecutableStatement
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
CSharpSemanticFacts.cs (1)
84
if (CSharpSyntaxFacts.Instance.
IsExecutableStatement
(ancestor))