1 implementation of Value
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
9728
public IOperation
Value
{ get; }
2 references to Value
Microsoft.CodeAnalysis (2)
Generated\Operations.Generated.cs (1)
3435
/// Represents a <see cref="Body" /> of operations that are executed with implicit reference to the <see cref="
Value
" /> for member references.
Operations\ControlFlowGraphBuilder.cs (1)
1472
_currentImplicitInstance = new ImplicitInstanceInfo(VisitAndCapture(operation.
Value
));