Implemented interface member:
property
IgnoredBody
Microsoft.CodeAnalysis.Operations.ILocalFunctionOperation.IgnoredBody
1 write to IgnoredBody
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
4961IgnoredBody = SetParentOperation(ignoredBody, this);
6 references to IgnoredBody
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
4968(IgnoredBody is null ? 0 : 1); 49741 when IgnoredBody != null 4975=> IgnoredBody, 4986if (IgnoredBody != null) return (true, 1, 0); 5000if (IgnoredBody != null) return (true, 1, 0); 10944return new LocalFunctionOperation(internalOperation.Symbol, Visit(internalOperation.Body), Visit(internalOperation.IgnoredBody), internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.IsImplicit);