Implemented interface member:
property
IgnoredBody
Microsoft.CodeAnalysis.Operations.ILocalFunctionOperation.IgnoredBody
1 write to IgnoredBody
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
4923IgnoredBody = SetParentOperation(ignoredBody, this);
6 references to IgnoredBody
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
4930(IgnoredBody is null ? 0 : 1); 49361 when IgnoredBody != null 4937=> IgnoredBody, 4948if (IgnoredBody != null) return (true, 1, 0); 4962if (IgnoredBody != null) return (true, 1, 0); 10874return new LocalFunctionOperation(internalOperation.Symbol, Visit(internalOperation.Body), Visit(internalOperation.IgnoredBody), internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.IsImplicit);