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