2 references to VisitResult
Microsoft.CodeAnalysis.CSharp (2)
FlowAnalysis\NullableWalker.cs (2)
4230
var result = new
VisitResult
(objectInitializer.Type, NullableAnnotation.NotAnnotated, NullableFlowState.NotNull);
4419
SetAnalyzedNullability(node.ImplicitReceiverOpt, new
VisitResult
(node.ImplicitReceiverOpt.Type, NullableAnnotation.NotAnnotated, NullableFlowState.NotNull));