4 references to VisitResult
Microsoft.CodeAnalysis.CSharp (4)
FlowAnalysis\NullableWalker.cs (4)
3667
placeholderResult = new
VisitResult
(placeholder.Type, NullableAnnotation.NotAnnotated, NullableFlowState.NotNull);
4019
result: new
VisitResult
(
4668
var result = new
VisitResult
(objectInitializer.Type, NullableAnnotation.NotAnnotated, NullableFlowState.NotNull);
4896
SetAnalyzedNullability(node.ImplicitReceiverOpt, new
VisitResult
(node.ImplicitReceiverOpt.Type, NullableAnnotation.NotAnnotated, NullableFlowState.NotNull));