Skip to content

Commit

Permalink
Merge pull request dotnet#17677 from CyrusNajmabadi/moveNestedTypeOut
Browse files Browse the repository at this point in the history
Move nested type into its own file.
  • Loading branch information
CyrusNajmabadi authored Mar 10, 2017
2 parents 88372e9 + 363a61a commit 0d9d661
Show file tree
Hide file tree
Showing 3 changed files with 859 additions and 840 deletions.
1 change: 1 addition & 0 deletions src/EditorFeatures/Core/EditorFeatures.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@
<Compile Include="Implementation\Intellisense\Completion\FilterResult.cs" />
<Compile Include="Implementation\Structure\BlockTagState.cs" />
<Compile Include="Implementation\Suggestions\SuggestedActionSetComparer.cs" />
<Compile Include="Implementation\Suggestions\SuggestedActionsSource.cs" />
<Compile Include="Tags\ExportImageMonikerServiceAttribute.cs" />
<Compile Include="Implementation\NavigateTo\AbstractNavigateToItemDisplay.cs" />
<Compile Include="CommandArgs.cs" />
Expand Down
Loading

0 comments on commit 0d9d661

Please sign in to comment.