1 write to _componentModel_doNotAccessDirectly
Microsoft.VisualStudio.LanguageServices (1)
LanguageService\AbstractPackage.cs (1)
64
_componentModel_doNotAccessDirectly
= (IComponentModel?)await GetServiceAsync(typeof(SComponentModel)).ConfigureAwait(false);
4 references to _componentModel_doNotAccessDirectly
Microsoft.VisualStudio.LanguageServices (4)
LanguageService\AbstractPackage.cs (4)
21
Assumes.Present(
_componentModel_doNotAccessDirectly
);
22
return
_componentModel_doNotAccessDirectly
;
62
if (
_componentModel_doNotAccessDirectly
== null)
65
Assumes.Present(
_componentModel_doNotAccessDirectly
);