Implemented interface member:
property
LockedValue
Microsoft.CodeAnalysis.Operations.ILockOperation.LockedValue
1 write to LockedValue
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
4286LockedValue = SetParentOperation(lockedValue, this);
6 references to LockedValue
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (6)
4294(LockedValue is null ? 0 : 1) + 42990 when LockedValue != null 4300=> LockedValue, 4310if (LockedValue != null) return (true, 0, 0); 4330if (LockedValue != null) return (true, 0, 0); 10304return new LockOperation(Visit(internalOperation.LockedValue), Visit(internalOperation.Body), internalOperation.LockTakenSymbol, internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.IsImplicit);