2 overrides of NoteWrite
Microsoft.CodeAnalysis.CSharp (2)
FlowAnalysis\DataFlowsOutWalker.cs (1)
91
protected override void
NoteWrite
(Symbol variable, BoundExpression value, bool read)
FlowAnalysis\ReadWriteWalker.cs (1)
132
protected override void
NoteWrite
(Symbol variable, BoundExpression value, bool read)
9 references to NoteWrite
Microsoft.CodeAnalysis.CSharp (9)
FlowAnalysis\DataFlowsOutWalker.cs (1)
110
base.
NoteWrite
(variable, value, read);
FlowAnalysis\DefiniteAssignment.cs (7)
350
NoteWrite
(parameter, value: null, read: true);
976
NoteWrite
(MethodThisParameter, value, read);
980
NoteWrite
(((BoundLocal)n).LocalSymbol, value, read);
984
NoteWrite
(((BoundParameter)n).ParameterSymbol, value, read);
1493
if (written)
NoteWrite
(symbol, value, read);
1761
NoteWrite
(parameter, value: null, read: true);
2603
NoteWrite
(iterationVariable, null, read: true);
FlowAnalysis\ReadWriteWalker.cs (1)
136
base.
NoteWrite
(variable, value, read);