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)
116
peReader.
Dispose
();
Microsoft.NET.HostModel (1)
ResourceUpdater.cs (1)
336
_reader.
Dispose
();
System.Reflection.Metadata (5)
System\Reflection\Metadata\MetadataReader.netstandard.cs (1)
102
peReader?.
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)
64
peReaderToDispose?.
Dispose
();