1 implementation of DiscardSymbol
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
8841public IDiscardSymbol DiscardSymbol { get; }
1 reference to DiscardSymbol
Microsoft.CodeAnalysis (1)
Operations\ControlFlowGraphBuilder.cs (1)
7411return new DiscardOperation(operation.DiscardSymbol, semanticModel: null, operation.Syntax, operation.Type, IsImplicit(operation));