5 references to CatchClauses
dotnet-svcutil-lib (5)
CodeDomFixup\CodeDomVisitors\CodeDomVisitor.cs (1)
445
Enumerate(statement.
CatchClauses
);
FrameworkFork\Microsoft.CodeDom\Compiler\CodeValidator.cs (1)
557
CodeCatchClauseCollection catches = e.
CatchClauses
;
FrameworkFork\Microsoft.CodeDom\Microsoft\CSharpCodeProvider.cs (1)
1668
CodeCatchClauseCollection catches = e.
CatchClauses
;
FrameworkFork\Microsoft.CodeDom\System\CodeTryCatchFinallyStatement.cs (2)
46
CatchClauses
.AddRange(catchClauses);
58
CatchClauses
.AddRange(catchClauses);