4 references to AnalyzeAndRewrite
Microsoft.CodeAnalysis.CSharp (4)
Compilation\AttributeSemanticModel.cs (1)
110
return NullableWalker.
AnalyzeAndRewrite
(Compilation, symbol: null, boundRoot, binder, initialState: null, diagnostics, createSnapshots, out snapshotManager, ref remappedSymbols);
Compilation\InitializerSemanticModel.cs (1)
263
return NullableWalker.
AnalyzeAndRewrite
(Compilation, MemberSymbol, boundRoot, binder, initialState: null, diagnostics, createSnapshots, out snapshotManager, ref remappedSymbols);
Compilation\MemberSemanticModel.SpeculativeMemberSemanticModel.cs (1)
52
return NullableWalker.
AnalyzeAndRewrite
(Compilation, MemberSymbol as MethodSymbol, boundRoot, binder, initialState: null, diagnostics, createSnapshots: false, out snapshotManager, ref remappedSymbols);
Compilation\MethodBodySemanticModel.cs (1)
295
return NullableWalker.
AnalyzeAndRewrite
(Compilation, MemberSymbol, boundRoot, binder, afterInitializersState, diagnostics, createSnapshots, out snapshotManager, ref remappedSymbols);