File tree Expand file tree Collapse file tree 12 files changed +0
-38
lines changed Expand file tree Collapse file tree 12 files changed +0
-38
lines changed 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
- using System ;
6
5
using System . Collections . Generic ;
7
- using System . Collections . Immutable ;
8
6
using System . Linq ;
9
7
using System . Threading ;
10
8
using CommunityToolkit . Mvvm . SourceGenerators . Extensions ;
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
- using System ;
6
- using System . Collections . Generic ;
7
- using System . Collections . Immutable ;
8
- using System . Linq ;
9
- using CommunityToolkit . Mvvm . SourceGenerators . Extensions ;
10
5
using CommunityToolkit . Mvvm . SourceGenerators . Helpers ;
11
6
12
7
namespace CommunityToolkit . Mvvm . SourceGenerators . ComponentModel . Models ;
Original file line number Diff line number Diff line change 3
3
// See the LICENSE file in the project root for more information.
4
4
5
5
using System ;
6
- using System . Collections . Immutable ;
7
6
using System . Linq ;
8
7
using CommunityToolkit . Mvvm . SourceGenerators . Helpers ;
9
8
using Microsoft . CodeAnalysis ;
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
- using System ;
6
- using System . Collections . Generic ;
7
- using System . Collections . Immutable ;
8
- using System . Linq ;
9
- using CommunityToolkit . Mvvm . SourceGenerators . Extensions ;
10
5
using CommunityToolkit . Mvvm . SourceGenerators . Helpers ;
11
6
12
7
namespace CommunityToolkit . Mvvm . SourceGenerators . Input . Models ;
Original file line number Diff line number Diff line change 7
7
using CommunityToolkit . Mvvm . SourceGenerators . ComponentModel . Models ;
8
8
using CommunityToolkit . Mvvm . SourceGenerators . Extensions ;
9
9
using CommunityToolkit . Mvvm . SourceGenerators . Helpers ;
10
- using CommunityToolkit . Mvvm . SourceGenerators . Input . Models ;
11
10
using CommunityToolkit . Mvvm . SourceGenerators . Models ;
12
11
using Microsoft . CodeAnalysis ;
13
12
using Microsoft . CodeAnalysis . CSharp ;
Original file line number Diff line number Diff line change 5
5
// This file is ported and adapted from ComputeSharp (Sergio0694/ComputeSharp),
6
6
// more info in ThirdPartyNotices.txt in the root of the project.
7
7
8
- using System . Collections . Immutable ;
9
8
using CommunityToolkit . Mvvm . SourceGenerators . Helpers ;
10
9
using CommunityToolkit . Mvvm . SourceGenerators . Models ;
11
10
using Microsoft . CodeAnalysis ;
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
- using System . Collections . Generic ;
6
5
using System . ComponentModel ;
7
6
using System . Runtime . CompilerServices ;
8
- using System . Runtime . InteropServices ;
9
7
using System . Security . Cryptography ;
10
8
11
9
#pragma warning disable CS0809
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
- using System ;
6
- using System . Collections . Generic ;
7
- using System . Collections . Immutable ;
8
- using System . Linq ;
9
- using CommunityToolkit . Mvvm . SourceGenerators . Extensions ;
10
5
using CommunityToolkit . Mvvm . SourceGenerators . Helpers ;
11
6
12
7
namespace CommunityToolkit . Mvvm . SourceGenerators . Input . Models ;
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
- using System ;
6
- using System . Collections . Generic ;
7
- using System . Collections . Immutable ;
8
- using System . Linq ;
9
- using CommunityToolkit . Mvvm . SourceGenerators . Extensions ;
10
5
using CommunityToolkit . Mvvm . SourceGenerators . Helpers ;
11
6
12
7
namespace CommunityToolkit . Mvvm . SourceGenerators . Input . Models ;
Original file line number Diff line number Diff line change 5
5
// This file is ported and adapted from ComputeSharp (Sergio0694/ComputeSharp),
6
6
// more info in ThirdPartyNotices.txt in the root of the project.
7
7
8
- using System ;
9
- using System . Collections . Generic ;
10
8
using System . Collections . Immutable ;
11
9
using System . Linq ;
12
- using CommunityToolkit . Mvvm . SourceGenerators . Extensions ;
13
10
using CommunityToolkit . Mvvm . SourceGenerators . Helpers ;
14
11
using Microsoft . CodeAnalysis ;
15
12
using Microsoft . CodeAnalysis . Text ;
Original file line number Diff line number Diff line change 5
5
// This file is ported and adapted from ComputeSharp (Sergio0694/ComputeSharp),
6
6
// more info in ThirdPartyNotices.txt in the root of the project.
7
7
8
- using System ;
9
- using System . Collections . Generic ;
10
- using System . Collections . Immutable ;
11
- using System . Linq ;
12
8
using CommunityToolkit . Mvvm . SourceGenerators . Extensions ;
13
9
using CommunityToolkit . Mvvm . SourceGenerators . Helpers ;
14
10
using Microsoft . CodeAnalysis ;
Original file line number Diff line number Diff line change 6
6
// more info in ThirdPartyNotices.txt in the root of the project.
7
7
8
8
using System ;
9
- using System . Collections . Generic ;
10
- using System . Collections . Immutable ;
11
- using System . Linq ;
12
- using CommunityToolkit . Mvvm . SourceGenerators . Extensions ;
13
9
using CommunityToolkit . Mvvm . SourceGenerators . Helpers ;
14
10
15
11
namespace CommunityToolkit . Mvvm . SourceGenerators . Models ;
You can’t perform that action at this time.
0 commit comments