1 instantiation of LockBinder
Microsoft.CodeAnalysis.CSharp (1)
Binder\LocalBinderFactory.cs (1)
715var lockBinder = new LockBinder(_enclosing, node);
2 references to LockBinder
Microsoft.CodeAnalysis.CSharp (2)
Binder\LocalBinderFactory.cs (1)
715var lockBinder = new LockBinder(_enclosing, node);
Lowering\LocalRewriter\LocalRewriter_LockStatement.cs (1)
45if (LockBinder.TryFindLockTypeInfo(argumentType, _diagnostics, rewrittenArgument.Syntax) is not { } lockTypeInfo)