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