1 write to _targetTypedAnalysisCompletionOpt
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.cs (1)
250=> _targetTypedAnalysisCompletionOpt ??= PooledDictionary<BoundExpression, Func<TypeWithAnnotations, TypeWithState>>.GetInstance();
3 references to _targetTypedAnalysisCompletionOpt
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\NullableWalker.cs (3)
442Debug.Assert(_targetTypedAnalysisCompletionOpt is null or { Count: 0 }); 443_targetTypedAnalysisCompletionOpt?.Free(); 7072if (IsTargetTypedExpression(argumentNoConversion) && _targetTypedAnalysisCompletionOpt?.TryGetValue(argumentNoConversion, out var completion) is true)