Implemented interface member:
property
Catches
Microsoft.CodeAnalysis.Operations.ITryOperation.Catches
1 write to Catches
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
4351Catches = SetParentOperation(catches, this);
8 references to Catches
Microsoft.CodeAnalysis (8)
Generated\Operations.Generated.cs (8)
4361Catches.Length + 43681 when index < Catches.Length 4369=> Catches[index], 4382if (!Catches.IsEmpty) return (true, 1, 0); 4384case 1 when previousIndex + 1 < Catches.Length: 4404if (!Catches.IsEmpty) return (true, 1, Catches.Length - 1); 10309return new TryOperation(Visit(internalOperation.Body), VisitArray(internalOperation.Catches), Visit(internalOperation.Finally), internalOperation.ExitLabel, internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.IsImplicit);