Base:
method
Dispose
Microsoft.CodeAnalysis.Metadata.Dispose()
9 references to Dispose
Microsoft.CodeAnalysis (3)
MetadataReference\AssemblyMetadata.cs (3)
194
/// <remarks>This object disposes the elements of <paramref name="modules"/> it when it is itself <see cref="
Dispose
"/>.</remarks>
226
/// <remarks>This object disposes the elements of <paramref name="modules"/> it when it is itself <see cref="
Dispose
"/>.</remarks>
239
/// <remarks>This object disposes the elements of <paramref name="modules"/> it when it is itself <see cref="
Dispose
"/>.</remarks>
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Compilation\ReferenceManagerTests.cs (1)
2142
md.
Dispose
();
Microsoft.CodeAnalysis.UnitTests (3)
MetadataReferences\AssemblyMetadataTests.cs (3)
81
md.
Dispose
();
85
md.
Dispose
();
131
a.
Dispose
();
Microsoft.CodeAnalysis.VisualBasic.Semantic.UnitTests (1)
Compilation\ReferenceManagerTests.vb (1)
1657
md.
Dispose
()
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\MetadataReferences\VisualStudioMetadataReferenceManager.cs (1)
166
metadata.
Dispose
();