-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
115 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
...Verify/PrimaryParameterSnapshotTests.AcceptNamespacedType/DoNotUseAttribute.g.verified.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
//HintName: DoNotUseAttribute.g.cs | ||
#pragma warning disable | ||
// <auto-generated/> | ||
using global::System; | ||
using global::System.Diagnostics; | ||
namespace PrimaryParameter.SG | ||
{ | ||
[AttributeUsage(AttributeTargets.Parameter, Inherited = false, AllowMultiple = false)] | ||
[Conditional("DEBUG")] | ||
sealed class DoNotUseAttribute : Attribute | ||
{ | ||
public bool AllowInMemberInit { get; init; } | ||
} | ||
} |
7 changes: 7 additions & 0 deletions
7
...maryParameterSnapshotTests.AcceptNamespacedType/FaustVX.PrimaryParameter.SG.g.verified.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
//HintName: FaustVX.PrimaryParameter.SG.g.cs | ||
#pragma warning disable | ||
// <auto-generated/> | ||
partial class B | ||
{ | ||
private readonly XPathExpression _b = b; | ||
} |
19 changes: 19 additions & 0 deletions
19
...ts/Verify/PrimaryParameterSnapshotTests.AcceptNamespacedType/FieldAttribute.g.verified.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
//HintName: FieldAttribute.g.cs | ||
#pragma warning disable | ||
// <auto-generated/> | ||
using global::System; | ||
using global::System.Diagnostics; | ||
namespace PrimaryParameter.SG | ||
{ | ||
[AttributeUsage(AttributeTargets.Parameter, Inherited = false, AllowMultiple = true)] | ||
[Conditional("DEBUG")] | ||
sealed class FieldAttribute : Attribute | ||
{ | ||
public string Name { get; init; } | ||
public string AssignFormat { get; init; } | ||
public Type Type { get; init; } | ||
public bool IsReadonly { get; init; } | ||
public string Scope { get; init; } | ||
public string Summary { get; init; } | ||
} | ||
} |
20 changes: 20 additions & 0 deletions
20
...Verify/PrimaryParameterSnapshotTests.AcceptNamespacedType/PropertyAttribute.g.verified.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
//HintName: PropertyAttribute.g.cs | ||
#pragma warning disable | ||
// <auto-generated/> | ||
using global::System; | ||
using global::System.Diagnostics; | ||
namespace PrimaryParameter.SG | ||
{ | ||
[AttributeUsage(AttributeTargets.Parameter, Inherited = false, AllowMultiple = true)] | ||
[Conditional("DEBUG")] | ||
sealed class PropertyAttribute : Attribute | ||
{ | ||
public string Name { get; init; } | ||
public string AssignFormat { get; init; } | ||
public Type Type { get; init; } | ||
public string Setter { get; init; } | ||
public string Scope { get; init; } | ||
public string Summary { get; init; } | ||
public bool WithoutBackingStorage { get; init; } | ||
} | ||
} |
18 changes: 18 additions & 0 deletions
18
...Verify/PrimaryParameterSnapshotTests.AcceptNamespacedType/RefFieldAttribute.g.verified.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
//HintName: RefFieldAttribute.g.cs | ||
#pragma warning disable | ||
// <auto-generated/> | ||
using global::System; | ||
using global::System.Diagnostics; | ||
namespace PrimaryParameter.SG | ||
{ | ||
[AttributeUsage(AttributeTargets.Parameter, Inherited = false, AllowMultiple = true)] | ||
[Conditional("DEBUG")] | ||
sealed class RefFieldAttribute : Attribute | ||
{ | ||
public string Name { get; init; } | ||
public string Scope { get; init; } | ||
public bool IsReadonlyRef { get; init; } | ||
public bool IsRefReadonly { get; init; } | ||
public string Summary { get; init; } | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters