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