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