1 implementation of Content
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
10141public IOperation Content { get; }
3 references to Content
Microsoft.CodeAnalysis (3)
Generated\Operations.Generated.cs (1)
3647/// <see cref="Content" />. False otherwise.
Operations\ControlFlowGraphBuilder.cs (2)
6927if (creation.Content is IInterpolatedStringOperation interpolatedString) 6935pushLeftNodes((IInterpolatedStringAdditionOperation)creation.Content, stack);