Implemented interface member:
property
Catches
Microsoft.CodeAnalysis.Operations.ITryOperation.Catches
1 write to Catches
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
4762
Catches
= SetParentOperation(catches, this);
8 references to Catches
Microsoft.CodeAnalysis (8)
Generated\Operations.Generated.cs (8)
4772
Catches
.Length +
4779
1 when index <
Catches
.Length
4780
=>
Catches
[index],
4793
if (!
Catches
.IsEmpty) return (true, 1, 0);
4795
case 1 when previousIndex + 1 <
Catches
.Length:
4815
if (!
Catches
.IsEmpty) return (true, 1,
Catches
.Length - 1);
10929
return new TryOperation(Visit(internalOperation.Body), VisitArray(internalOperation.
Catches
), Visit(internalOperation.Finally), internalOperation.ExitLabel, internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.IsImplicit);