4 overrides of RewriteNullableBoundNodesWithSnapshots
Microsoft.CodeAnalysis.CSharp (4)
Compilation\AttributeSemanticModel.cs (1)
102protected override BoundNode RewriteNullableBoundNodesWithSnapshots(
Compilation\InitializerSemanticModel.cs (1)
253protected override BoundNode RewriteNullableBoundNodesWithSnapshots(
Compilation\MemberSemanticModel.SpeculativeMemberSemanticModel.cs (1)
43protected override BoundNode RewriteNullableBoundNodesWithSnapshots(
Compilation\MethodBodySemanticModel.cs (1)
286protected override BoundNode RewriteNullableBoundNodesWithSnapshots(
1 reference to RewriteNullableBoundNodesWithSnapshots
Microsoft.CodeAnalysis.CSharp (1)
Compilation\MemberSemanticModel.cs (1)
2006boundRoot = RewriteNullableBoundNodesWithSnapshots(boundRoot, binder, diagnostics, createSnapshots: true, out snapshotManager, ref remappedSymbols);