5 writes to Text
Microsoft.CodeAnalysis.Workspaces (5)
src\Compilers\Core\Portable\InternalUtilities\StringTable.cs (5)
148
arr[idx].
Text
= shared;
188
arr[idx].
Text
= shared;
349
arr[idx].
Text
= chars;
379
Volatile.Write(ref arr[idx].
Text
, text);
455
Volatile.Write(ref arr[idx].
Text
, text);
9 references to Text
Microsoft.CodeAnalysis.Workspaces (9)
src\Compilers\Core\Portable\InternalUtilities\StringTable.cs (9)
130
var text = arr[idx].
Text
;
134
var result = arr[idx].
Text
;
170
var text = arr[idx].
Text
;
174
var result = arr[idx].
Text
;
209
e = arr[idx].
Text
;
247
e = arr[idx].
Text
;
285
e = arr[idx].
Text
;
363
if (arr[curIdx].
Text
== null)
439
if (arr[curIdx].
Text
== null)