Implemented interface member:
11 references to Dispose
Microsoft.Build.Tasks.Core (1)
ManifestUtil\MetadataReader.cs (1)
254_peReader.Dispose();
Microsoft.CodeAnalysis (1)
MetadataReader\PEModule.cs (1)
204_peReaderOpt?.Dispose();
Microsoft.CodeAnalysis.Features (2)
PdbSourceDocument\DocumentDebugInfoReader.cs (1)
92_peReader.Dispose();
PdbSourceDocument\PdbFileLocatorService.cs (1)
116peReader.Dispose();
Microsoft.NET.HostModel (1)
ResourceUpdater.cs (1)
336_reader.Dispose();
System.Reflection.Metadata (5)
System\Reflection\Metadata\MetadataReader.netstandard.cs (1)
102peReader?.Dispose();
System\Reflection\PortableExecutable\PEReader.cs (3)
22/// Disposal of the reader is not thread-safe (see <see cref="Dispose"/>). 245/// <see cref="Dispose"/> can be called multiple times (but not in parallel). 246/// It is not safe to call <see cref="Dispose"/> in parallel with any other operation on the <see cref="PEReader"/>
System\Reflection\PortableExecutable\PEReader.EmbeddedPortablePdb.cs (1)
20/// Disposal of the reader is not thread-safe (see <see cref="Dispose"/>).
System.Reflection.MetadataLoadContext (1)
System\Reflection\MetadataLoadContext.Loading.cs (1)
64peReaderToDispose?.Dispose();