1 write to _throwOnFailure
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (1)
PersistentStorage\AbstractPersistentStorageTests.cs (1)
1059
_throwOnFailure
= throwOnFailure;
1 reference to _throwOnFailure
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (1)
PersistentStorage\AbstractPersistentStorageTests.cs (1)
1062
public bool ThrowOnFailure =>
_throwOnFailure
;