3 references to VisitResult
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\NullableWalker.cs (3)
3954
result: new
VisitResult
(
4557
var result = new
VisitResult
(objectInitializer.Type, NullableAnnotation.NotAnnotated, NullableFlowState.NotNull);
4784
SetAnalyzedNullability(node.ImplicitReceiverOpt, new
VisitResult
(node.ImplicitReceiverOpt.Type, NullableAnnotation.NotAnnotated, NullableFlowState.NotNull));