Example #1
0
 protected override void AnalyzeBoundNodeNullability(
     BoundNode boundRoot,
     Binder binder,
     DiagnosticBag diagnostics,
     bool createSnapshots
     )
 {
     NullableWalker.AnalyzeWithoutRewrite(
         Compilation,
         MemberSymbol,
         boundRoot,
         binder,
         diagnostics,
         createSnapshots
         );
 }