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 44
55using System . Collections . Immutable ;
66using System . Linq ;
7+ using CommunityToolkit . Mvvm . SourceGenerators . ComponentModel . Models ;
78using CommunityToolkit . Mvvm . SourceGenerators . Extensions ;
89using CommunityToolkit . Mvvm . SourceGenerators . Helpers ;
9- using CommunityToolkit . Mvvm . SourceGenerators . Input . Models ;
1010using CommunityToolkit . Mvvm . SourceGenerators . Models ;
1111using Microsoft . CodeAnalysis ;
1212using Microsoft . CodeAnalysis . CSharp . Syntax ;
Original file line number Diff line number Diff line change 22// The .NET Foundation licenses this file to you under the MIT license.
33// See the LICENSE file in the project root for more information.
44
5- namespace CommunityToolkit . Mvvm . SourceGenerators . Input . Models ;
5+ namespace CommunityToolkit . Mvvm . SourceGenerators . ComponentModel . Models ;
66
77/// <summary>
88/// A model with gathered info on a given <c>INotifyPropertyChangedAttribute</c> instance.
Original file line number Diff line number Diff line change 44
55using CommunityToolkit . Mvvm . SourceGenerators . Helpers ;
66
7- namespace CommunityToolkit . Mvvm . SourceGenerators . Input . Models ;
7+ namespace CommunityToolkit . Mvvm . SourceGenerators . ComponentModel . Models ;
88
99/// <summary>
1010/// A model with gathered info on all validatable properties in a given type.
Original file line number Diff line number Diff line change 55using System ;
66using System . Collections . Immutable ;
77using System . Linq ;
8+ using CommunityToolkit . Mvvm . SourceGenerators . ComponentModel . Models ;
89using CommunityToolkit . Mvvm . SourceGenerators . Extensions ;
910using CommunityToolkit . Mvvm . SourceGenerators . Helpers ;
10- using CommunityToolkit . Mvvm . SourceGenerators . Input . Models ;
11+ using CommunityToolkit . Mvvm . SourceGenerators . Messaging . Models ;
1112using Microsoft . CodeAnalysis ;
1213using Microsoft . CodeAnalysis . CSharp ;
1314using Microsoft . CodeAnalysis . CSharp . Syntax ;
Original file line number Diff line number Diff line change 44
55using System . Linq ;
66using System . Text ;
7+ using CommunityToolkit . Mvvm . SourceGenerators . ComponentModel . Models ;
78using CommunityToolkit . Mvvm . SourceGenerators . Extensions ;
8- using CommunityToolkit . Mvvm . SourceGenerators . Input . Models ;
99using Microsoft . CodeAnalysis ;
1010using Microsoft . CodeAnalysis . CSharp ;
1111using Microsoft . CodeAnalysis . CSharp . Syntax ;
Original file line number Diff line number Diff line change 66using System . Linq ;
77using CommunityToolkit . Mvvm . SourceGenerators . Extensions ;
88using CommunityToolkit . Mvvm . SourceGenerators . Helpers ;
9- using CommunityToolkit . Mvvm . SourceGenerators . Input . Models ;
9+ using CommunityToolkit . Mvvm . SourceGenerators . Messaging . Models ;
1010using Microsoft . CodeAnalysis ;
1111using Microsoft . CodeAnalysis . CSharp ;
1212using Microsoft . CodeAnalysis . CSharp . Syntax ;
Original file line number Diff line number Diff line change 66using System . Linq ;
77using System . Text ;
88using CommunityToolkit . Mvvm . SourceGenerators . Extensions ;
9- using CommunityToolkit . Mvvm . SourceGenerators . Input . Models ;
9+ using CommunityToolkit . Mvvm . SourceGenerators . Messaging . Models ;
1010using Microsoft . CodeAnalysis ;
1111using Microsoft . CodeAnalysis . CSharp ;
1212using Microsoft . CodeAnalysis . CSharp . Syntax ;
Original file line number Diff line number Diff line change 44
55using CommunityToolkit . Mvvm . SourceGenerators . Helpers ;
66
7- namespace CommunityToolkit . Mvvm . SourceGenerators . Input . Models ;
7+ namespace CommunityToolkit . Mvvm . SourceGenerators . Messaging . Models ;
88
99/// <summary>
1010/// 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