6 references to GetParameterState
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\NullableWalker.cs (4)
2102return GetParameterState(parameterType, parameter.FlowAnalysisAnnotations).State; 2594var valueState = GetParameterState( 3099var state = GetParameterState(parameterType, parameter.FlowAnalysisAnnotations).State; 11290var typeWithState = GetParameterState(parameterType, parameter.FlowAnalysisAnnotations);
Symbols\NamedTypeSymbol.cs (1)
2693result = result.Join(NullableWalker.GetParameterState(parameter.TypeWithAnnotations, parameter.FlowAnalysisAnnotations).State);
Symbols\Source\SourceMemberContainerSymbol_ImplementationChecks.cs (1)
1368if (notNullIfParameterNotNull.Contains(overrideParam.Name) && NullableWalker.GetParameterState(baseParam.TypeWithAnnotations, baseParam.FlowAnalysisAnnotations).IsNotNull)