1 instantiation of PersistentStorageReferenceCountedDisposableWrapper
Microsoft.CodeAnalysis.Workspaces (1)
Storage\AbstractPersistentStorageService.cs (1)
196
return new
PersistentStorageReferenceCountedDisposableWrapper
(storage.TryAddReference() ?? throw ExceptionUtilities.Unreachable());
2 references to PersistentStorageReferenceCountedDisposableWrapper
Microsoft.CodeAnalysis.Workspaces (2)
Storage\AbstractPersistentStorageService.cs (2)
60
return
PersistentStorageReferenceCountedDisposableWrapper
.AddReferenceCountToAndCreateWrapper(_currentPersistentStorage!);
94
return
PersistentStorageReferenceCountedDisposableWrapper
.AddReferenceCountToAndCreateWrapper(_currentPersistentStorage);