5 references to AnalyzeAndRewrite
Microsoft.CodeAnalysis.CSharp (5)
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)
296
return NullableWalker.
AnalyzeAndRewrite
(Compilation, MemberSymbol, boundRoot, binder, afterInitializersState, diagnostics, createSnapshots, out snapshotManager, ref remappedSymbols);
Compiler\MethodCompiler.cs (1)
1921
methodBodyForSemanticModel = NullableWalker.
AnalyzeAndRewrite
(