4 overrides of AnalyzeBoundNodeNullability
Microsoft.CodeAnalysis.CSharp (4)
Compilation\AttributeSemanticModel.cs (1)
113
protected override void
AnalyzeBoundNodeNullability
(BoundNode boundRoot, Binder binder, DiagnosticBag diagnostics, bool createSnapshots)
Compilation\InitializerSemanticModel.cs (1)
266
protected override void
AnalyzeBoundNodeNullability
(BoundNode boundRoot, Binder binder, DiagnosticBag diagnostics, bool createSnapshots)
Compilation\MemberSemanticModel.SpeculativeMemberSemanticModel.cs (1)
55
protected override void
AnalyzeBoundNodeNullability
(BoundNode boundRoot, Binder binder, DiagnosticBag diagnostics, bool createSnapshots)
Compilation\MethodBodySemanticModel.cs (1)
301
protected override void
AnalyzeBoundNodeNullability
(BoundNode boundRoot, Binder binder, DiagnosticBag diagnostics, bool createSnapshots)
2 references to AnalyzeBoundNodeNullability
Microsoft.CodeAnalysis.CSharp (2)
Compilation\MemberSemanticModel.cs (2)
1720
AnalyzeBoundNodeNullability
(boundOuterExpression, incrementalBinder, diagnostics: new DiagnosticBag(), createSnapshots: false);
1976
AnalyzeBoundNodeNullability
(boundRoot, binder, diagnostics, createSnapshots: true);