1 write to _newKeywordsCache
Microsoft.CodeAnalysis.Workspaces (1)
FindSymbols\FindReferences\FindReferenceCache.cs (1)
242
ImmutableInterlocked.InterlockedInitialize(ref
_newKeywordsCache
, GetNewKeywordTokensWorker());
2 references to _newKeywordsCache
Microsoft.CodeAnalysis.Workspaces (2)
FindSymbols\FindReferences\FindReferenceCache.cs (2)
241
if (
_newKeywordsCache
.IsDefault)
244
return
_newKeywordsCache
;