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)
186
public bool RuntimeAsyncEnabledChangedDuringInference =>
_runtimeAsyncEnabledChangedDuringInference
;