3 writes to _shouldUseTestDll
Microsoft.VisualStudio.LanguageServices (3)
CodeMarkers\ManagedCodeMarkers.cs (3)
134
_shouldUseTestDll
= NativeMethods.GetModuleHandle(ProductDllName) == IntPtr.Zero;
140
_shouldUseTestDll
= UsePrivateCodeMarkers(_regroot, _registryView);
145
_shouldUseTestDll
= true;
2 references to _shouldUseTestDll
Microsoft.VisualStudio.LanguageServices (2)
CodeMarkers\ManagedCodeMarkers.cs (2)
125
if (!
_shouldUseTestDll
.HasValue)
149
return
_shouldUseTestDll
.Value;