1 implementation of LockedValue
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
4290
public IOperation
LockedValue
{ get; }
4 references to LockedValue
Microsoft.CodeAnalysis (2)
Generated\Operations.Generated.cs (1)
401
/// Represents a <see cref="Body" /> of operations that are executed while holding a lock onto the <see cref="
LockedValue
" />.
Operations\ControlFlowGraphBuilder.cs (1)
4234
IOperation lockedValue = VisitRequired(operation.
LockedValue
);
Microsoft.CodeAnalysis.Test.Utilities (2)
Compilation\OperationTreeVerifier.cs (1)
710
Visit(operation.
LockedValue
, "Expression");
Compilation\TestOperationVisitor.cs (1)
422
AssertEx.Equal(new[] { operation.
LockedValue
, operation.Body }, operation.ChildOperations);