2 writes to SmartOpenScopeServiceOpt
Microsoft.VisualStudio.LanguageServices (2)
ProjectSystem\MetadataReferences\VisualStudioMetadataReferenceManager.cs (2)
74
SmartOpenScopeServiceOpt
= (IVsSmartOpenScope)serviceProvider.GetService(typeof(SVsSmartOpenScope));
88
SmartOpenScopeServiceOpt
= null;
3 references to SmartOpenScopeServiceOpt
Microsoft.VisualStudio.LanguageServices (3)
ProjectSystem\MetadataReferences\VisualStudioMetadataReferenceManager.cs (3)
75
Assumes.Present(
SmartOpenScopeServiceOpt
);
296
if (
SmartOpenScopeServiceOpt
== null)
301
if (ErrorHandler.Failed(
SmartOpenScopeServiceOpt
.OpenScope(fullPath, (uint)CorOpenFlags.ReadOnly, s_IID_IMetaDataImport, out var ppUnknown)))