1 write to _lazyTopLevelTypes
Microsoft.CodeAnalysis.CSharp (1)
Emitter\EditAndContinue\CSharpSymbolMatcher.cs (1)
189
Interlocked.CompareExchange(ref
_lazyTopLevelTypes
, typesByName, null);
2 references to _lazyTopLevelTypes
Microsoft.CodeAnalysis.CSharp (2)
Emitter\EditAndContinue\CSharpSymbolMatcher.cs (2)
176
if (
_lazyTopLevelTypes
== null)
192
return
_lazyTopLevelTypes
;