5 references to GetParameterState
Microsoft.CodeAnalysis.CSharp (5)
FlowAnalysis\NullableWalker.cs (4)
1989return GetParameterState(parameterType, parameter.FlowAnalysisAnnotations).State; 2454var valueState = GetParameterState( 2892var state = GetParameterState(parameterType, parameter.FlowAnalysisAnnotations).State; 9998var typeWithState = GetParameterState(parameterType, parameter.FlowAnalysisAnnotations);
Symbols\Source\SourceMemberContainerSymbol_ImplementationChecks.cs (1)
1332if (notNullIfParameterNotNull.Contains(overrideParam.Name) && NullableWalker.GetParameterState(baseParam.TypeWithAnnotations, baseParam.FlowAnalysisAnnotations).IsNotNull)