1 write to _targetTypedAnalysisCompletionOpt
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\NullableWalker.cs (1)
227=> _targetTypedAnalysisCompletionOpt ??= PooledDictionary<BoundExpression, Func<TypeWithAnnotations, TypeWithState>>.GetInstance();
3 references to _targetTypedAnalysisCompletionOpt
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\NullableWalker.cs (3)
409Debug.Assert(_targetTypedAnalysisCompletionOpt is null or { Count: 0 }); 410_targetTypedAnalysisCompletionOpt?.Free(); 6245Debug.Assert(!IsTargetTypedExpression(argumentNoConversion) || _targetTypedAnalysisCompletionOpt?.ContainsKey(argumentNoConversion) is true);