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