Implemented interface member:
9 references to Dispose
Microsoft.Build (3)
Definition\ProjectCollection.cs (3)
303
/// <param name="useAsynchronousLogging">If set to true, asynchronous logging will be used. <see cref="
Dispose
()"/> has to called to clear resources used by async logging.</param>
327
/// <param name="useAsynchronousLogging">If set to true, asynchronous logging will be used. <see cref="
Dispose
()"/> has to called to clear resources used by async logging.</param>
468
local.
Dispose
();
Microsoft.Build.Engine.UnitTests (4)
BackEnd\BuildManager_Logging_Tests.cs (1)
142
_projectCollection.
Dispose
();
BackEnd\BuildManager_Tests.cs (1)
99
_projectCollection.
Dispose
();
BackEnd\SdkResultOutOfProc_Tests.cs (1)
70
_projectCollection.
Dispose
();
BackEnd\TaskBuilder_Tests.cs (1)
191
collection.
Dispose
();
Microsoft.Build.UnitTests.Shared (1)
EngineTestEnvironment.cs (1)
277
Collection.
Dispose
();
MSBuild (1)
XMake.cs (1)
1734
projectCollection?.
Dispose
();