Implemented interface member:
property
Exception
Microsoft.CodeAnalysis.Operations.IThrowOperation.Exception
1 write to Exception
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
7360Exception = SetParentOperation(exception, this);
6 references to Exception
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
7365(Exception is null ? 0 : 1); 73690 when Exception != null 7370=> Exception, 7378if (Exception != null) return (true, 0, 0); 7392if (Exception != null) return (true, 0, 0); 11174return new ThrowOperation(Visit(internalOperation.Exception), internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.Type, internalOperation.IsImplicit);