File tree Expand file tree Collapse file tree 4 files changed +0
-9
lines changed Expand file tree Collapse file tree 4 files changed +0
-9
lines changed Original file line number Diff line number Diff line change 7
7
using CommunityToolkit . Mvvm . SourceGenerators . Diagnostics ;
8
8
using CommunityToolkit . Mvvm . SourceGenerators . Extensions ;
9
9
using Microsoft . CodeAnalysis ;
10
- using Microsoft . CodeAnalysis . CSharp ;
11
10
using Microsoft . CodeAnalysis . CSharp . Syntax ;
12
11
using static CommunityToolkit . Mvvm . SourceGenerators . Diagnostics . DiagnosticDescriptors ;
13
12
Original file line number Diff line number Diff line change 5
5
using System . Collections . Generic ;
6
6
using System . Collections . Immutable ;
7
7
using System . Linq ;
8
- using System . Text ;
9
8
using CommunityToolkit . Mvvm . SourceGenerators . ComponentModel . Models ;
10
9
using CommunityToolkit . Mvvm . SourceGenerators . Extensions ;
11
10
using CommunityToolkit . Mvvm . SourceGenerators . Models ;
12
11
using Microsoft . CodeAnalysis ;
13
12
using Microsoft . CodeAnalysis . CSharp ;
14
13
using Microsoft . CodeAnalysis . CSharp . Syntax ;
15
- using Microsoft . CodeAnalysis . Text ;
16
14
using static CommunityToolkit . Mvvm . SourceGenerators . Diagnostics . DiagnosticDescriptors ;
17
15
18
16
namespace CommunityToolkit . Mvvm . SourceGenerators ;
Original file line number Diff line number Diff line change 5
5
using System . Collections . Generic ;
6
6
using System . Collections . Immutable ;
7
7
using System . Linq ;
8
- using System . Text ;
9
- using CommunityToolkit . Mvvm . SourceGenerators . Diagnostics ;
10
8
using CommunityToolkit . Mvvm . SourceGenerators . Extensions ;
11
9
using CommunityToolkit . Mvvm . SourceGenerators . Models ;
12
10
using Microsoft . CodeAnalysis ;
13
11
using Microsoft . CodeAnalysis . CSharp ;
14
12
using Microsoft . CodeAnalysis . CSharp . Syntax ;
15
- using Microsoft . CodeAnalysis . Text ;
16
13
using static CommunityToolkit . Mvvm . SourceGenerators . Diagnostics . DiagnosticDescriptors ;
17
14
18
15
namespace CommunityToolkit . Mvvm . SourceGenerators ;
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 System . Text ;
8
- using CommunityToolkit . Mvvm . SourceGenerators . Diagnostics ;
9
7
using CommunityToolkit . Mvvm . SourceGenerators . Extensions ;
10
8
using CommunityToolkit . Mvvm . SourceGenerators . Input . Models ;
11
9
using CommunityToolkit . Mvvm . SourceGenerators . Models ;
12
10
using Microsoft . CodeAnalysis ;
13
11
using Microsoft . CodeAnalysis . CSharp ;
14
12
using Microsoft . CodeAnalysis . CSharp . Syntax ;
15
- using Microsoft . CodeAnalysis . Text ;
16
13
using static CommunityToolkit . Mvvm . SourceGenerators . Diagnostics . DiagnosticDescriptors ;
17
14
18
15
namespace CommunityToolkit . Mvvm . SourceGenerators ;
You can’t perform that action at this time.
0 commit comments