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