4 references to TryStatement
Microsoft.CodeAnalysis.CSharp.Workspaces (1)
CodeGeneration\CSharpSyntaxGenerator.cs (1)
3586return SyntaxFactory.TryStatement(
Microsoft.Interop.SourceGeneration (3)
ManagedToNativeStubGenerator.cs (1)
176TryStatement(Block(tryStatements), default, FinallyClause(Block(finallyStatements))));
UnmanagedToManagedStubGenerator.cs (2)
142TryStatement(Block(tryStatements), catchClauses, FinallyClause(Block(finallyStatements)))); 147TryStatement(Block(tryStatements), catchClauses, @finally: null));