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)
125
Contract.ThrowIfNull(
_stringValue
);
126
if (index.ProbablyContainsStringValue(
_stringValue
))