Implemented interface member:
property
Exception
Microsoft.CodeAnalysis.Operations.IThrowOperation.Exception
1 write to Exception
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
6949Exception = SetParentOperation(exception, this);
6 references to Exception
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
6954(Exception is null ? 0 : 1); 69580 when Exception != null 6959=> Exception, 6967if (Exception != null) return (true, 0, 0); 6981if (Exception != null) return (true, 0, 0); 10554return new ThrowOperation(Visit(internalOperation.Exception), internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.Type, internalOperation.IsImplicit);