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