You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/ReactiveUI.SourceGenerator.Tests/OAPH/OAPFromObservableGeneratorTests.FromObservableMethods#ReactiveUI.SourceGenerators.ObservableAsPropertyAttribute.g.verified.cs
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,14 @@ internal sealed class ObservableAsPropertyAttribute : Attribute
33
33
/// The is read only of the OAPH property.
34
34
/// </value>
35
35
publicboolReadOnly{get;init;}=true;
36
+
37
+
/// <summary>
38
+
/// Gets the AccessModifier of the OAPH property.
39
+
/// </summary>
40
+
/// <value>
41
+
/// The AccessModifier of the OAPH property, protected if true.
Copy file name to clipboardExpand all lines: src/ReactiveUI.SourceGenerator.Tests/OAPH/OAPFromObservableGeneratorTests.FromObservableMethodsWithName#ReactiveUI.SourceGenerators.ObservableAsPropertyAttribute.g.verified.cs
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,14 @@ internal sealed class ObservableAsPropertyAttribute : Attribute
33
33
/// The is read only of the OAPH property.
34
34
/// </value>
35
35
publicboolReadOnly{get;init;}=true;
36
+
37
+
/// <summary>
38
+
/// Gets the AccessModifier of the OAPH property.
39
+
/// </summary>
40
+
/// <value>
41
+
/// The AccessModifier of the OAPH property, protected if true.
Copy file name to clipboardExpand all lines: src/ReactiveUI.SourceGenerator.Tests/OAPH/OAPFromObservableGeneratorTests.FromObservableProp#ReactiveUI.SourceGenerators.ObservableAsPropertyAttribute.g.verified.cs
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,14 @@ internal sealed class ObservableAsPropertyAttribute : Attribute
33
33
/// The is read only of the OAPH property.
34
34
/// </value>
35
35
publicboolReadOnly{get;init;}=true;
36
+
37
+
/// <summary>
38
+
/// Gets the AccessModifier of the OAPH property.
39
+
/// </summary>
40
+
/// <value>
41
+
/// The AccessModifier of the OAPH property, protected if true.
Copy file name to clipboardExpand all lines: src/ReactiveUI.SourceGenerator.Tests/OAPH/OAPFromObservableGeneratorTests.FromObservablePropNestedClasses#ReactiveUI.SourceGenerators.ObservableAsPropertyAttribute.g.verified.cs
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,14 @@ internal sealed class ObservableAsPropertyAttribute : Attribute
33
33
/// The is read only of the OAPH property.
34
34
/// </value>
35
35
publicboolReadOnly{get;init;}=true;
36
+
37
+
/// <summary>
38
+
/// Gets the AccessModifier of the OAPH property.
39
+
/// </summary>
40
+
/// <value>
41
+
/// The AccessModifier of the OAPH property, protected if true.
Copy file name to clipboardExpand all lines: src/ReactiveUI.SourceGenerator.Tests/OAPH/OAPFromObservableGeneratorTests.FromObservablePropertiesWithAttribute#ReactiveUI.SourceGenerators.ObservableAsPropertyAttribute.g.verified.cs
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,14 @@ internal sealed class ObservableAsPropertyAttribute : Attribute
33
33
/// The is read only of the OAPH property.
34
34
/// </value>
35
35
publicboolReadOnly{get;init;}=true;
36
+
37
+
/// <summary>
38
+
/// Gets the AccessModifier of the OAPH property.
39
+
/// </summary>
40
+
/// <value>
41
+
/// The AccessModifier of the OAPH property, protected if true.
Copy file name to clipboardExpand all lines: src/ReactiveUI.SourceGenerator.Tests/OAPH/OAPFromObservableGeneratorTests.FromObservablePropertiesWithAttributeNullableRef#ReactiveUI.SourceGenerators.ObservableAsPropertyAttribute.g.verified.cs
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,14 @@ internal sealed class ObservableAsPropertyAttribute : Attribute
33
33
/// The is read only of the OAPH property.
34
34
/// </value>
35
35
publicboolReadOnly{get;init;}=true;
36
+
37
+
/// <summary>
38
+
/// Gets the AccessModifier of the OAPH property.
39
+
/// </summary>
40
+
/// <value>
41
+
/// The AccessModifier of the OAPH property, protected if true.
Copy file name to clipboardExpand all lines: src/ReactiveUI.SourceGenerator.Tests/OAPH/OAPFromObservableGeneratorTests.FromObservablePropertiesWithAttributeRef#ReactiveUI.SourceGenerators.ObservableAsPropertyAttribute.g.verified.cs
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,14 @@ internal sealed class ObservableAsPropertyAttribute : Attribute
33
33
/// The is read only of the OAPH property.
34
34
/// </value>
35
35
publicboolReadOnly{get;init;}=true;
36
+
37
+
/// <summary>
38
+
/// Gets the AccessModifier of the OAPH property.
39
+
/// </summary>
40
+
/// <value>
41
+
/// The AccessModifier of the OAPH property, protected if true.
Copy file name to clipboardExpand all lines: src/ReactiveUI.SourceGenerator.Tests/OAPH/OAPFromObservableGeneratorTests.FromObservablePropertiesWithName#ReactiveUI.SourceGenerators.ObservableAsPropertyAttribute.g.verified.cs
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,14 @@ internal sealed class ObservableAsPropertyAttribute : Attribute
33
33
/// The is read only of the OAPH property.
34
34
/// </value>
35
35
publicboolReadOnly{get;init;}=true;
36
+
37
+
/// <summary>
38
+
/// Gets the AccessModifier of the OAPH property.
39
+
/// </summary>
40
+
/// <value>
41
+
/// The AccessModifier of the OAPH property, protected if true.
Copy file name to clipboardExpand all lines: src/ReactiveUI.SourceGenerator.Tests/OAPH/OAPGeneratorTests.FromField#ReactiveUI.SourceGenerators.ObservableAsPropertyAttribute.g.verified.cs
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -33,6 +33,14 @@ internal sealed class ObservableAsPropertyAttribute : Attribute
33
33
/// The is read only of the OAPH property.
34
34
/// </value>
35
35
publicboolReadOnly{get;init;}=true;
36
+
37
+
/// <summary>
38
+
/// Gets the AccessModifier of the OAPH property.
39
+
/// </summary>
40
+
/// <value>
41
+
/// The AccessModifier of the OAPH property, protected if true.
0 commit comments