1 write to _extensionManagerServiceType
Microsoft.VisualStudio.TestPlatform.Common (1)
ExtensionFramework\VSExtensionManager.cs (1)
166
_extensionManagerServiceType
= ExtensionManagerImplAssembly.GetType(ExtensionManagerService);
3 references to _extensionManagerServiceType
Microsoft.VisualStudio.TestPlatform.Common (3)
ExtensionFramework\VSExtensionManager.cs (3)
163
if (
_extensionManagerServiceType
== null)
167
TPDebug.Assert(
_extensionManagerServiceType
is not null, "_extensionManagerServiceType is null");
169
return
_extensionManagerServiceType
;