6 references to TODO_colon_override_finalizer_only_if_0_has_code_to_free_unmanaged_resources
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
ImplementInterface\ImplementInterfaceTests.cs (1)
7645// // {string.Format(FeaturesResources.TODO_colon_override_finalizer_only_if_0_has_code_to_free_unmanaged_resources, "Dispose(bool disposing)")}
Microsoft.CodeAnalysis.CSharp.Features (1)
ImplementInterface\CSharpImplementInterfaceService.cs (1)
102string.Format(FeaturesResources.TODO_colon_override_finalizer_only_if_0_has_code_to_free_unmanaged_resources, disposeMethodDisplayString),
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (3)
ImplementInterface\ImplementInterfaceTests.vb (3)
4193' ' { String.Format(FeaturesResources.TODO_colon_override_finalizer_only_if_0_has_code_to_free_unmanaged_resources, "Dispose(disposing As Boolean)") } 4264' ' { String.Format(FeaturesResources.TODO_colon_override_finalizer_only_if_0_has_code_to_free_unmanaged_resources, "Dispose(disposing As Boolean)") } 4304' ' {String.Format(FeaturesResources.TODO_colon_override_finalizer_only_if_0_has_code_to_free_unmanaged_resources, "Dispose(disposing As Boolean)")}
Microsoft.CodeAnalysis.VisualBasic.Features (1)
ImplementInterface\VisualBasicImplementInterfaceService.vb (1)
132String.Format(FeaturesResources.TODO_colon_override_finalizer_only_if_0_has_code_to_free_unmanaged_resources, disposeMethodDisplayString),