2 references to GetIOperationChildren
Microsoft.CodeAnalysis.CSharp (2)
Operations\CSharpOperationFactory.cs (2)
319
ImmutableArray<IOperation> children =
GetIOperationChildren
(boundNode);
504
var invalidOperation = OperationFactory.CreateInvalidOperation(_semanticModel, boundAttribute.Syntax,
GetIOperationChildren
(boundAttribute), isImplicit: true);