Implemented interface member:
property
LockedValue
Microsoft.CodeAnalysis.Operations.ILockOperation.LockedValue
1 write to LockedValue
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
4659
LockedValue
= SetParentOperation(lockedValue, this);
6 references to LockedValue
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
4667
(
LockedValue
is null ? 0 : 1) +
4672
0 when
LockedValue
!= null
4673
=>
LockedValue
,
4683
if (
LockedValue
!= null) return (true, 0, 0);
4703
if (
LockedValue
!= null) return (true, 0, 0);
10854
return new LockOperation(Visit(internalOperation.
LockedValue
), Visit(internalOperation.Body), internalOperation.LockTakenSymbol, internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.IsImplicit);