Implemented interface member:
property
LockedValue
Microsoft.CodeAnalysis.Operations.ILockOperation.LockedValue
1 write to LockedValue
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
4699LockedValue = SetParentOperation(lockedValue, this);
6 references to LockedValue
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
4707(LockedValue is null ? 0 : 1) + 47120 when LockedValue != null 4713=> LockedValue, 4723if (LockedValue != null) return (true, 0, 0); 4743if (LockedValue != null) return (true, 0, 0); 10926return new LockOperation(Visit(internalOperation.LockedValue), Visit(internalOperation.Body), internalOperation.LockTakenSymbol, internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.IsImplicit);