File: System\Drawing\BitmapSuffixInSatelliteAssemblyAttribute.cs
Web Access
Project: src\src\System.Drawing.Common\src\System.Drawing.Common.csproj (System.Drawing.Common)
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
 
namespace System.Drawing;
 
/// <summary>
///  Opt-In flag to look for resources in the another assembly with the "bitmapSuffix" config setting
///  i.e. System.Web.dll -> System.Web.VisualStudio.11.0.dll
/// </summary>
[AttributeUsage(AttributeTargets.Assembly)]
public class BitmapSuffixInSatelliteAssemblyAttribute : Attribute
{
}