|
|
@ -26,7 +26,7 @@ namespace ImageSharp |
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
/// An object that can be used to synchronize access to the <see cref="Configuration"/>.
|
|
|
/// An object that can be used to synchronize access to the <see cref="Configuration"/>.
|
|
|
/// </summary>
|
|
|
/// </summary>
|
|
|
private static readonly object SyncRoot = new object(); |
|
|
private readonly object SyncRoot = new object(); |
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
/// <summary>
|
|
|
/// The list of supported <see cref="IImageFormat"/>.
|
|
|
/// The list of supported <see cref="IImageFormat"/>.
|
|
|
|