We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ec562c commit 47faccaCopy full SHA for 47facca
1 file changed
Ramstack.Structures/Internal/Jetbrains.Assertions.cs
@@ -46,6 +46,7 @@ namespace JetBrains.Annotations;
46
/// If <see cref="RequireAwait"/> is true, the attribute will only take effect if the method invocation is located under the 'await' expression.
47
/// </summary>
48
[AttributeUsage(AttributeTargets.Parameter)]
49
+[Conditional("JETBRAINS_ANNOTATIONS")]
50
internal sealed class InstantHandleAttribute : Attribute
51
{
52
/// <summary>
@@ -61,4 +62,5 @@ internal sealed class InstantHandleAttribute : Attribute
61
62
/// of delegate type by analyzing LINQ method chains.
63
64
[AttributeUsage(AttributeTargets.Method)]
65
66
internal sealed class LinqTunnelAttribute : Attribute { }
0 commit comments