27 lines
1.0 KiB
C#
27 lines
1.0 KiB
C#
// <auto-generated/>
|
|
#pragma warning disable
|
|
#nullable enable annotations
|
|
|
|
// Licensed to the .NET Foundation under one or more agreements.
|
|
// The .NET Foundation licenses this file to you under the MIT license.
|
|
|
|
namespace System.Runtime.CompilerServices
|
|
{
|
|
/// <summary>
|
|
/// Used to indicate to the compiler that the <c>.locals init</c> flag should not be set in method headers.
|
|
/// </summary>
|
|
[global::System.AttributeUsage(
|
|
global::System.AttributeTargets.Module |
|
|
global::System.AttributeTargets.Class |
|
|
global::System.AttributeTargets.Struct |
|
|
global::System.AttributeTargets.Interface |
|
|
global::System.AttributeTargets.Constructor |
|
|
global::System.AttributeTargets.Method |
|
|
global::System.AttributeTargets.Property |
|
|
global::System.AttributeTargets.Event,
|
|
Inherited = false)]
|
|
[global::System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage]
|
|
public sealed class SkipLocalsInitAttribute : global::System.Attribute
|
|
{
|
|
}
|
|
} |