2 references to ReInferAndVisitExtensionPropertyAccess
Microsoft.CodeAnalysis.CSharp (2)
FlowAnalysis\NullableWalker.cs (1)
11673
ReinferenceResult<PropertySymbol> reinferenceResult =
ReInferAndVisitExtensionPropertyAccess
(node, property, node.ReceiverOpt);
FlowAnalysis\NullableWalker_Patterns.cs (1)
535
?
ReInferAndVisitExtensionPropertyAccess
(e, e.Property, new BoundExpressionWithNullability(e.Syntax, expression, NullableAnnotation.NotAnnotated, inputType)).Member