File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change
1
+ // Licensed to the .NET Foundation under one or more agreements.
2
+ // The .NET Foundation licenses this file to you under the MIT license.
3
+ // See the LICENSE file in the project root for more information.
4
+
5
+ namespace System . Runtime . CompilerServices
6
+ {
7
+ internal static class IsExternalInit { }
8
+ }
Original file line number Diff line number Diff line change 174
174
<Compile Include =" Helpers\Test_StorageHelper.cs" />
175
175
<Compile Include =" Helpers\Test_StreamHelper.cs" />
176
176
<Compile Include =" Helpers\Test_DeepLinkParser.cs" />
177
+ <Compile Include =" IsExternalInit.cs" />
177
178
<Compile Include =" Markdown\Parse\BoldTests.cs" />
178
179
<Compile Include =" Markdown\Parse\CodeTests.cs" />
179
180
<Compile Include =" Markdown\Parse\HeaderTests.cs" />
You can’t perform that action at this time.
0 commit comments