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