2 writes to Type
Microsoft.CodeAnalysis.CSharp (2)
FlowAnalysis\NullableWalker.cs (2)
9452
Type
= type;
9459
Type
= default;
5 references to Type
Microsoft.CodeAnalysis.CSharp (5)
FlowAnalysis\NullableWalker.cs (5)
9338
parameter, parameter.TypeWithAnnotations, GetParameterAnnotations(parameter), new VisitArgumentResult(new VisitResult(variable.
Type
.ToTypeWithState(), variable.
Type
), stateForLambda: default),
9352
new VisitArgumentResult(new VisitResult(variable.
Type
.ToTypeWithState(), variable.
Type
), stateForLambda: default),
9378
var lvalueType = variable.
Type
;