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