Implemented interface member:
property
Exception
Microsoft.CodeAnalysis.Operations.IThrowOperation.Exception
1 write to Exception
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
7322Exception = SetParentOperation(exception, this);
6 references to Exception
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
7327(Exception is null ? 0 : 1); 73310 when Exception != null 7332=> Exception, 7340if (Exception != null) return (true, 0, 0); 7354if (Exception != null) return (true, 0, 0); 11104return new ThrowOperation(Visit(internalOperation.Exception), internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.Type, internalOperation.IsImplicit);