1 write to _lazyStateMachineTypes
Microsoft.CodeAnalysis (1)
Compilation\CommonModuleCompilationState.cs (1)
48Interlocked.CompareExchange(ref _lazyStateMachineTypes, new Dictionary<TMethodSymbol, TNamedTypeSymbol>(), null);
5 references to _lazyStateMachineTypes
Microsoft.CodeAnalysis (5)
Compilation\CommonModuleCompilationState.cs (5)
46if (_lazyStateMachineTypes == null) 51lock (_lazyStateMachineTypes) 53_lazyStateMachineTypes.Add(method, stateMachineClass); 62return _lazyStateMachineTypes != null && _lazyStateMachineTypes.TryGetValue(method, out stateMachineType);