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