Implemented interface member:
9 references to Dispose
Microsoft.Build (3)
Definition\ProjectCollection.cs (3)
302
/// <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>
326
/// <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>
467
local.
Dispose
();
Microsoft.Build.Engine.UnitTests (4)
BackEnd\BuildManager_Logging_Tests.cs (1)
142
_projectCollection.
Dispose
();
BackEnd\BuildManager_Tests.cs (1)
98
_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)
1723
projectCollection?.
Dispose
();