Implemented interface member:
property
IgnoredBody
Microsoft.CodeAnalysis.Operations.ILocalFunctionOperation.IgnoredBody
1 write to IgnoredBody
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
4963IgnoredBody = SetParentOperation(ignoredBody, this);
6 references to IgnoredBody
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
4970(IgnoredBody is null ? 0 : 1); 49761 when IgnoredBody != null 4977=> IgnoredBody, 4988if (IgnoredBody != null) return (true, 1, 0); 5002if (IgnoredBody != null) return (true, 1, 0); 10946return new LocalFunctionOperation(internalOperation.Symbol, Visit(internalOperation.Body), Visit(internalOperation.IgnoredBody), internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.IsImplicit);