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> 467local.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)
191collection.Dispose();
Microsoft.Build.UnitTests.Shared (1)
EngineTestEnvironment.cs (1)
277Collection.Dispose();
MSBuild (1)
XMake.cs (1)
1723projectCollection?.Dispose();