Implemented interface member:
property
Target
Roslyn.Utilities.IReferenceCountedDisposable<T>.Target
2 references to Target
Microsoft.CodeAnalysis.Workspaces (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Utilities\ReferenceCountedDisposable.cs (1)
70/// The boxed reference count, which is shared by all references with the same <see cref="Target"/> object.
TemporaryStorage\TemporaryStorageService.MemoryMappedInfo.cs (1)
88Debug.Assert(streamAccessor.Target.CanRead);