Implemented interface member:
property
Catches
Microsoft.CodeAnalysis.Operations.ITryOperation.Catches
1 write to Catches
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
4724
Catches
= SetParentOperation(catches, this);
8 references to Catches
Microsoft.CodeAnalysis (8)
Generated\Operations.Generated.cs (8)
4734
Catches
.Length +
4741
1 when index <
Catches
.Length
4742
=>
Catches
[index],
4755
if (!
Catches
.IsEmpty) return (true, 1, 0);
4757
case 1 when previousIndex + 1 <
Catches
.Length:
4777
if (!
Catches
.IsEmpty) return (true, 1,
Catches
.Length - 1);
10859
return new TryOperation(Visit(internalOperation.Body), VisitArray(internalOperation.
Catches
), Visit(internalOperation.Finally), internalOperation.ExitLabel, internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.IsImplicit);