1 write to _localFunctions
Microsoft.CodeAnalysis.CSharp (1)
Binder\LocalScopeBinder.cs (1)
59ImmutableInterlocked.InterlockedCompareExchange(ref _localFunctions, BuildLocalFunctions(), default(ImmutableArray<LocalFunctionSymbol>));
2 references to _localFunctions
Microsoft.CodeAnalysis.CSharp (2)
Binder\LocalScopeBinder.cs (2)
57if (_localFunctions.IsDefault) 62return _localFunctions;