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