1 write to _statements
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.CodeDom\System\CodeCatchClause.cs (1)
108
_statements
= new CodeStatementCollection();
2 references to _statements
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.CodeDom\System\CodeCatchClause.cs (2)
106
if (
_statements
== null)
110
return
_statements
;