1 write to _lazyStateMachineTypes
Microsoft.CodeAnalysis (1)
Compilation\CommonModuleCompilationState.cs (1)
49Interlocked.CompareExchange(ref _lazyStateMachineTypes, new Dictionary<TMethodSymbol, TNamedTypeSymbol>(), null);
5 references to _lazyStateMachineTypes
Microsoft.CodeAnalysis (5)
Compilation\CommonModuleCompilationState.cs (5)
47if (_lazyStateMachineTypes == null) 52lock (_lazyStateMachineTypes) 54_lazyStateMachineTypes.Add(method, stateMachineClass); 64return _lazyStateMachineTypes != null && _lazyStateMachineTypes.TryGetValue(method, out stateMachineType);