1 write to _runtimeAsyncEnabledChangedDuringInference
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\LambdaSymbol.cs (1)
179_runtimeAsyncEnabledChangedDuringInference = IsAsync && runtimeAsyncEnabledDuringInference != _binder.Compilation.IsRuntimeAsyncEnabledIn(this);
1 reference to _runtimeAsyncEnabledChangedDuringInference
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\LambdaSymbol.cs (1)
186public bool RuntimeAsyncEnabledChangedDuringInference => _runtimeAsyncEnabledChangedDuringInference;