1 write to s_singleton
Microsoft.CodeAnalysis.Test.Utilities (1)
Platform\Desktop\AppDomainAssemblyCache.cs (1)
38
s_singleton
= new AppDomainAssemblyCache();
2 references to s_singleton
Microsoft.CodeAnalysis.Test.Utilities (2)
Platform\Desktop\AppDomainAssemblyCache.cs (2)
36
if (
s_singleton
== null)
43
return
s_singleton
;