1 implementation of GetPartsOfCastExpression
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\CSharp\Services\SyntaxFacts\CSharpSyntaxFacts.cs (1)
1345
public void
GetPartsOfCastExpression
(SyntaxNode node, out SyntaxNode type, out SyntaxNode expression)
1 reference to GetPartsOfCastExpression
Microsoft.CodeAnalysis.Features (1)
src\Analyzers\Core\Analyzers\UseNullPropagation\AbstractUseNullPropagationDiagnosticAnalyzer.cs (1)
370
syntaxFacts.
GetPartsOfCastExpression
(node, out var type, out var expression);