6 references to GetParameterState
Microsoft.CodeAnalysis.CSharp (6)
FlowAnalysis\NullableWalker.cs (5)
2065
return
GetParameterState
(parameterType, parameter.FlowAnalysisAnnotations).State;
2079
result = result.Join(
GetParameterState
(parameter.TypeWithAnnotations, parameter.FlowAnalysisAnnotations).State);
2550
var valueState =
GetParameterState
(
3048
var state =
GetParameterState
(parameterType, parameter.FlowAnalysisAnnotations).State;
11199
var typeWithState =
GetParameterState
(parameterType, parameter.FlowAnalysisAnnotations);
Symbols\Source\SourceMemberContainerSymbol_ImplementationChecks.cs (1)
1368
if (notNullIfParameterNotNull.Contains(overrideParam.Name) && NullableWalker.
GetParameterState
(baseParam.TypeWithAnnotations, baseParam.FlowAnalysisAnnotations).IsNotNull)