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