5 references to NoteWrite
Microsoft.CodeAnalysis.CSharp (5)
FlowAnalysis\DefiniteAssignment.cs (5)
988NoteWrite(((BoundRangeVariable)n).Value, value, read);
1482if (written) NoteWrite(pattern.VariableAccess, value, read);
1510if (written) NoteWrite(local, value, read);
1528if (written) NoteWrite(paramExpr, value, read);
1540if (written) NoteWrite(expression, value, read);