3 references to Dispose
System.ComponentModel.TypeConverter (1)
System\ComponentModel\Design\Serialization\SerializationStore.cs (1)
45void IDisposable.Dispose() => Dispose(true);
System.Windows.Forms.Design (2)
System\ComponentModel\Design\Serialization\CodeDomComponentSerializationService.CodeDomSerializationStore.cs (2)
25/// that <see cref="SerializationStore.Dispose"/> simply calls the <see cref="Close"/> method. 26/// <see cref="SerializationStore.Dispose"/> is implemented as a private interface to avoid confusion.