File tree Expand file tree Collapse file tree 8 files changed +9
-8
lines changed Expand file tree Collapse file tree 8 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 4
4
5
5
using System . Collections . Immutable ;
6
6
using System . Linq ;
7
+ using CommunityToolkit . Mvvm . SourceGenerators . ComponentModel . Models ;
7
8
using CommunityToolkit . Mvvm . SourceGenerators . Extensions ;
8
9
using CommunityToolkit . Mvvm . SourceGenerators . Helpers ;
9
- using CommunityToolkit . Mvvm . SourceGenerators . Input . Models ;
10
10
using CommunityToolkit . Mvvm . SourceGenerators . Models ;
11
11
using Microsoft . CodeAnalysis ;
12
12
using Microsoft . CodeAnalysis . CSharp . Syntax ;
Original file line number Diff line number Diff line change 2
2
// The .NET Foundation licenses this file to you under the MIT license.
3
3
// See the LICENSE file in the project root for more information.
4
4
5
- namespace CommunityToolkit . Mvvm . SourceGenerators . Input . Models ;
5
+ namespace CommunityToolkit . Mvvm . SourceGenerators . ComponentModel . Models ;
6
6
7
7
/// <summary>
8
8
/// A model with gathered info on a given <c>INotifyPropertyChangedAttribute</c> instance.
Original file line number Diff line number Diff line change 4
4
5
5
using CommunityToolkit . Mvvm . SourceGenerators . Helpers ;
6
6
7
- namespace CommunityToolkit . Mvvm . SourceGenerators . Input . Models ;
7
+ namespace CommunityToolkit . Mvvm . SourceGenerators . ComponentModel . Models ;
8
8
9
9
/// <summary>
10
10
/// A model with gathered info on all validatable properties in a given type.
Original file line number Diff line number Diff line change 5
5
using System ;
6
6
using System . Collections . Immutable ;
7
7
using System . Linq ;
8
+ using CommunityToolkit . Mvvm . SourceGenerators . ComponentModel . Models ;
8
9
using CommunityToolkit . Mvvm . SourceGenerators . Extensions ;
9
10
using CommunityToolkit . Mvvm . SourceGenerators . Helpers ;
10
- using CommunityToolkit . Mvvm . SourceGenerators . Input . Models ;
11
+ using CommunityToolkit . Mvvm . SourceGenerators . Messaging . Models ;
11
12
using Microsoft . CodeAnalysis ;
12
13
using Microsoft . CodeAnalysis . CSharp ;
13
14
using Microsoft . CodeAnalysis . CSharp . Syntax ;
Original file line number Diff line number Diff line change 4
4
5
5
using System . Linq ;
6
6
using System . Text ;
7
+ using CommunityToolkit . Mvvm . SourceGenerators . ComponentModel . Models ;
7
8
using CommunityToolkit . Mvvm . SourceGenerators . Extensions ;
8
- using CommunityToolkit . Mvvm . SourceGenerators . Input . Models ;
9
9
using Microsoft . CodeAnalysis ;
10
10
using Microsoft . CodeAnalysis . CSharp ;
11
11
using Microsoft . CodeAnalysis . CSharp . Syntax ;
Original file line number Diff line number Diff line change 6
6
using System . Linq ;
7
7
using CommunityToolkit . Mvvm . SourceGenerators . Extensions ;
8
8
using CommunityToolkit . Mvvm . SourceGenerators . Helpers ;
9
- using CommunityToolkit . Mvvm . SourceGenerators . Input . Models ;
9
+ using CommunityToolkit . Mvvm . SourceGenerators . Messaging . Models ;
10
10
using Microsoft . CodeAnalysis ;
11
11
using Microsoft . CodeAnalysis . CSharp ;
12
12
using Microsoft . CodeAnalysis . CSharp . Syntax ;
Original file line number Diff line number Diff line change 6
6
using System . Linq ;
7
7
using System . Text ;
8
8
using CommunityToolkit . Mvvm . SourceGenerators . Extensions ;
9
- using CommunityToolkit . Mvvm . SourceGenerators . Input . Models ;
9
+ using CommunityToolkit . Mvvm . SourceGenerators . Messaging . Models ;
10
10
using Microsoft . CodeAnalysis ;
11
11
using Microsoft . CodeAnalysis . CSharp ;
12
12
using Microsoft . CodeAnalysis . CSharp . Syntax ;
Original file line number Diff line number Diff line change 4
4
5
5
using CommunityToolkit . Mvvm . SourceGenerators . Helpers ;
6
6
7
- namespace CommunityToolkit . Mvvm . SourceGenerators . Input . Models ;
7
+ namespace CommunityToolkit . Mvvm . SourceGenerators . Messaging . Models ;
8
8
9
9
/// <summary>
10
10
/// A model with gathered info on all message types being handled by a recipient.
You can’t perform that action at this time.
0 commit comments