1 implementation of GetPartsOfCastExpression
Microsoft.CodeAnalysis.CSharp.CodeStyle (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.CodeStyle (1)
src\Analyzers\Core\Analyzers\UseNullPropagation\AbstractUseNullPropagationDiagnosticAnalyzer.cs (1)
404
syntaxFacts.
GetPartsOfCastExpression
(node, out var type, out var expression);