2 writes to _error
Microsoft.VisualStudio.LanguageServices (2)
ProjectSystem\MetadataReferences\VisualStudioPortableExecutableReference.cs (2)
65
_error
= e;
95
_error
= e;
2 references to _error
Microsoft.VisualStudio.LanguageServices (2)
ProjectSystem\MetadataReferences\VisualStudioPortableExecutableReference.cs (2)
78
if (
_error
!= null)
79
throw
_error
;