4 references to Try
Microsoft.CodeAnalysis (2)
Generated\Operations.Generated.cs (2)
468
/// <item><description><see cref="OperationKind.
Try
"/></description></item>
4833
public override OperationKind Kind => OperationKind.
Try
;
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.CodeQuality.Analyzers\ApiDesignGuidelines\ImplementIDisposableCorrectly.cs (2)
665
var shouldAnalyze = (!operation.IsImplicit && operation.Kind != OperationKindEx.Attribute) || operation.Kind == OperationKind.
Try
|| operation.Kind == OperationKind.ExpressionStatement;
682
OperationKind.
Try
=> ValidateTryOperation((ITryOperation)operation),