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)
89TryStatement(Block(tryStatements), catchClauses, FinallyClause(Block(finallyStatements)))); 94TryStatement(Block(tryStatements), catchClauses, @finally: null));