1 write to _stringValue
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\FindLiterals\FindLiteralsSearchEngine.cs (1)
49
_stringValue
= s;
2 references to _stringValue
Microsoft.CodeAnalysis.Workspaces (2)
FindSymbols\FindLiterals\FindLiteralsSearchEngine.cs (2)
124
Contract.ThrowIfNull(
_stringValue
);
125
if (index.ProbablyContainsStringValue(
_stringValue
))