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