1 implementation of Content
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
10141
public 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)
6927
if (creation.
Content
is IInterpolatedStringOperation interpolatedString)
6935
pushLeftNodes((IInterpolatedStringAdditionOperation)creation.
Content
, stack);