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