repo_name
stringclasses
6 values
pr_number
int64
512
78.9k
pr_title
stringlengths
3
144
pr_description
stringlengths
0
30.3k
author
stringlengths
2
21
date_created
timestamp[ns, tz=UTC]
date_merged
timestamp[ns, tz=UTC]
previous_commit
stringlengths
40
40
pr_commit
stringlengths
40
40
query
stringlengths
17
30.4k
filepath
stringlengths
9
210
before_content
stringlengths
0
112M
after_content
stringlengths
0
112M
label
int64
-1
1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/Features/Core/Portable/DocumentationComments/DocumentationCommentSnippet.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Microsoft.CodeAnalysis.Text; namespace Microsoft.CodeAnalysis.DocumentationComments { internal class Doc...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Microsoft.CodeAnalysis.Text; namespace Microsoft.CodeAnalysis.DocumentationComments { internal class Doc...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/VisualStudio/Core/Def/Implementation/ColorSchemes/ColorSchemeApplier.Settings.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Immutable; using System.IO; using System.Reflection; using System.Runtime.In...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Immutable; using System.IO; using System.Reflection; using System.Runtime.In...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/Compilers/Core/CodeAnalysisTest/InternalUtilities/StringExtensionsTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using Xunit; namespace Roslyn.Utilities.UnitTests.InternalUtilities { public class StringEx...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using Xunit; namespace Roslyn.Utilities.UnitTests.InternalUtilities { public class StringEx...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/Compilers/Core/Portable/Text/TextSpan.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Runtime.Serialization; using Roslyn.Utilities; namespace Microsoft.CodeAnalysis.Text { ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Runtime.Serialization; using Roslyn.Utilities; namespace Microsoft.CodeAnalysis.Text { ...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/Features/Core/Portable/ChangeSignature/AbstractChangeSignatureCodeRefactoringProvider.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Composition; using System.Diagnostics.CodeAnalysis; using System.Threading.Tasks; u...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Composition; using System.Diagnostics.CodeAnalysis; using System.Threading.Tasks; u...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/VisualStudio/Core/Def/Implementation/ProjectSystem/VisualStudioAddSolutionItemService.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Concurrent; using System.Composition; using System.IO; using System.Threadin...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Concurrent; using System.Composition; using System.IO; using System.Threadin...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/EditorFeatures/Core.Wpf/SignatureHelp/Presentation/Signature.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Generic; using System.Collections.ObjectModel; using Syst...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Generic; using System.Collections.ObjectModel; using Syst...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/Workspaces/Core/Portable/Workspace/Host/PersistentStorage/DefaultPersistentStorageServiceFactory.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Composition; using Microsoft.CodeAnalysis.Host.Mef; namespace Microsoft.CodeAnalysis.Ho...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Composition; using Microsoft.CodeAnalysis.Host.Mef; namespace Microsoft.CodeAnalysis.Ho...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/Compilers/CSharp/Portable/Symbols/SymbolEqualityComparer.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Generic; namespace Microsoft.CodeAnalysis.CSharp.Symbols...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Generic; namespace Microsoft.CodeAnalysis.CSharp.Symbols...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/Analyzers/CSharp/CodeFixes/UseImplicitObjectCreation/CSharpUseImplicitObjectCreationCodeFixProvider.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Immutable; using System.Composition; using System.Diagnostics.CodeAnalysis; ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Immutable; using System.Composition; using System.Diagnostics.CodeAnalysis; ...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/Workspaces/Core/Portable/FindSymbols/SymbolFinder.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics; using...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics; using...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/Workspaces/CoreTest/UtilityTest/SpecializedTasksTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Threading; using System...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Threading; using System...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/EditorFeatures/Core/ExternalAccess/VSTypeScript/Api/VSTypescriptNavigationBarItem.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Immutable; using Microsoft.CodeAnalysis.Text; namespace Microsoft.CodeAnalysis.ExternalAc...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Immutable; using Microsoft.CodeAnalysis.Text; namespace Microsoft.CodeAnalysis.ExternalAc...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/VisualStudio/IntegrationTest/IntegrationTests/CSharp/CSharpNavigationBar.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Threading.Tasks; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.Test.Ut...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Threading.Tasks; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.Test.Ut...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/CSharpFrameDecoder.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Diagnostics; using Microsoft.CodeAnalysis.ExpressionEvaluator; using Microsoft.CodeAnaly...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Diagnostics; using Microsoft.CodeAnalysis.ExpressionEvaluator; using Microsoft.CodeAnaly...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/Formatting/Rules/NextAlignTokensOperationAction.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Collections.Immutable; using Roslyn.Utilities; namespace Microsoft....
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Generic; using System.Collections.Immutable; using Roslyn.Utilities; namespace Microsoft....
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/VisualStudio/IntegrationTest/TestUtilities/InProcess/ObjectBrowserWindow_InProc.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using Microsoft.VisualStudio.Shell.Interop; namespace Microsoft.VisualStudio.IntegrationTest.Utiliti...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using Microsoft.VisualStudio.Shell.Interop; namespace Microsoft.VisualStudio.IntegrationTest.Utiliti...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/Features/CSharp/Portable/CodeRefactorings/AddAwait/CSharpAddAwaitCodeRefactoringProvider.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Composition; using System.Diagnostics.CodeAnalysis; using Microsoft.CodeAnalysis.Co...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Composition; using System.Diagnostics.CodeAnalysis; using Microsoft.CodeAnalysis.Co...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/EditorFeatures/CSharpTest/SymbolKey/SymbolKeyMetadataVsSourceTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Linq; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Symb...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Linq; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis.CSharp.Symb...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/Compilers/CSharp/Test/Symbol/Symbols/AnonymousTypesSymbolTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Immutable; using System.Diagnostics; using System.IO; usi...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Immutable; using System.Diagnostics; using System.IO; usi...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/Compilers/Core/CodeAnalysisTest/Collections/List/ICollection.NonGeneric.Tests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. // NOTE: This code is derived from an implementation originally in dotnet/runtime: // https://github.com/dotnet/run...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. // NOTE: This code is derived from an implementation originally in dotnet/runtime: // https://github.com/dotnet/run...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/VisualStudio/Core/Def/Implementation/AnalyzerDependency/IIgnorableAssemblyList.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using Microsoft.CodeAnalysis; namespace Microsoft.VisualStudio.LanguageServices.Implementation ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using Microsoft.CodeAnalysis; namespace Microsoft.VisualStudio.LanguageServices.Implementation ...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/Workspaces/Core/Portable/CodeCleanup/ICodeCleanerService.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Immutable; using System.Threading; using System.Threading.Tasks; using Microsoft.CodeAnaly...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Immutable; using System.Threading; using System.Threading.Tasks; using Microsoft.CodeAnaly...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/VisualStudio/Core/Def/Implementation/Snippets/SnippetFunctions/AbstractSnippetFunctionSimpleTypeName.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Threading; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.Text; using M...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Threading; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.Text; using M...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/Helpers/RemoveUnnecessaryImports/IUnnecessaryImportsProvider.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Immutable; using System.Threading; namespace Microsoft.C...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Immutable; using System.Threading; namespace Microsoft.C...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/EditorFeatures/Test/CodeGeneration/CodeGenerationTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Generic; using System.Collections.Immutable; using System...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Generic; using System.Collections.Immutable; using System...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/Compilers/Core/Portable/CodeGen/ITokenDeferral.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Immutable; namespace Microsoft.CodeAnalysis.CodeGen { internal interface ITokenDeferr...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Immutable; namespace Microsoft.CodeAnalysis.CodeGen { internal interface ITokenDeferr...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/Interactive/HostTest/InteractiveHostDesktopInitTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. extern alias InteractiveHost; using System.IO; using System.Runtime.InteropServices; using System.Threading.Tasks;...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. extern alias InteractiveHost; using System.IO; using System.Runtime.InteropServices; using System.Threading.Tasks;...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/Features/CSharp/Portable/Completion/KeywordRecommenders/IfKeywordRecommender.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; namespace ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; namespace ...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/EditorFeatures/Core/Extensibility/Highlighting/ExportHighlighterAttribute.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.ComponentModel.Composition; using System.Diagnostics.CodeAnalysis; n...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.ComponentModel.Composition; using System.Diagnostics.CodeAnalysis; n...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/Compilers/Core/Portable/ReferenceManager/CommonReferenceManager.Resolution.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics; using...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics; using...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/EditorFeatures/Core.Wpf/InlineRename/Dashboard/Dashboard.xaml.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Generic; using System.Linq; using System.Windows; using S...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Generic; using System.Linq; using System.Windows; using S...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/Analyzers/Core/CodeFixes/UseCoalesceExpression/UseCoalesceExpressionForNullableCodeFixProvider.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Immutable; using System.Composition; using System.Diagnos...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Immutable; using System.Composition; using System.Diagnos...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/EditorFeatures/CSharpTest/Structure/DestructorDeclarationStructureTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Threading.Tasks; using Microsoft.CodeAnalysis.CSharp.Structure; using Microsoft.Cod...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Threading.Tasks; using Microsoft.CodeAnalysis.CSharp.Structure; using Microsoft.Cod...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/Analyzers/Core/Analyzers/FileHeaders/AbstractFileHeaderDiagnosticAnalyzer.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.IO; using Microsoft.CodeAnalysis.CodeStyle; using Microsoft.CodeAnalysis.Diagnostics; using Roslyn.Uti...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.IO; using Microsoft.CodeAnalysis.CodeStyle; using Microsoft.CodeAnalysis.Diagnostics; using Roslyn.Uti...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/ExpressionEvaluator/Core/Source/ExpressionCompiler/ExpressionCompiler.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Immutable; using System.Collections.ObjectModel; using System.Diagnostics; u...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Immutable; using System.Collections.ObjectModel; using System.Diagnostics; u...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/Workspaces/Core/Portable/Workspace/Host/Caching/IProjectCacheService.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Diagnostics.CodeAnalysis; namespace Microsoft.CodeAnalysis.Host { /// <summary> ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Diagnostics.CodeAnalysis; namespace Microsoft.CodeAnalysis.Host { /// <summary> ...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/Compilers/Core/CodeAnalysisTest/MetadataReferences/MetadataReferencePropertiesTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Immutable; using System.Linq; using Roslyn.Test.Utilities...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Immutable; using System.Linq; using Roslyn.Test.Utilities...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/Test/Diagnostics/PerfMargin/PerfMarginPanel.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Generic; using System.Linq; using System.Windows; using S...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Generic; using System.Linq; using System.Windows; using S...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/Workspaces/SharedUtilitiesAndExtensions/Workspace/Core/Log/LogAggregator.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Threading; namespace Microsoft.CodeAnalysis.Internal.Log { internal class LogA...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Threading; namespace Microsoft.CodeAnalysis.Internal.Log { internal class LogA...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/Services/SyntaxFacts/ExternalSourceInfo.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable namespace Microsoft.CodeAnalysis.LanguageServices { internal struct ExternalSourceInfo {...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable namespace Microsoft.CodeAnalysis.LanguageServices { internal struct ExternalSourceInfo {...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/VisualStudio/CSharp/Impl/LanguageService/CSharpDebuggerIntelliSenseContext.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Threading; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Threading; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/ExpressionEvaluator/CSharp/Source/ExpressionCompiler/CSharpEESymbolProvider.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Immutable; using System.Reflection.Metadata; using Microsoft.CodeAnalysis.CS...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Immutable; using System.Reflection.Metadata; using Microsoft.CodeAnalysis.CS...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/EditorFeatures/Core/Implementation/IntelliSense/AbstractController.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using Microsoft.CodeAnalysis.Editor.Shared.Utilities; using Microsoft.CodeAnalysis...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using Microsoft.CodeAnalysis.Editor.Shared.Utilities; using Microsoft.CodeAnalysis...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/Compilers/CSharp/Portable/Symbols/Source/AttributeLocation.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Text; using Microsoft.CodeAnalysis.CSharp.Symbols; using Microsoft.Co...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Text; using Microsoft.CodeAnalysis.CSharp.Symbols; using Microsoft.Co...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/Features/Core/Portable/ExtractMethod/OperationStatus_Statics.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable namespace Microsoft.CodeAnalysis.ExtractMethod { internal partial class OperationStatus ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable namespace Microsoft.CodeAnalysis.ExtractMethod { internal partial class OperationStatus ...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/Features/Core/Portable/CodeRefactorings/WorkspaceServices/ISymbolRenamedCodeActionOperationFactoryWorkspaceService.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using Microsoft.CodeAnalysis.Host; namespace Microsoft.CodeAnalysis.CodeActions.WorkspaceServic...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using Microsoft.CodeAnalysis.Host; namespace Microsoft.CodeAnalysis.CodeActions.WorkspaceServic...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/ExpressionEvaluator/Core/Source/ExpressionCompiler/NotImplementedMetadataException.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; namespace Microsoft.CodeAnalysis.ExpressionEvaluator { internal sealed class ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; namespace Microsoft.CodeAnalysis.ExpressionEvaluator { internal sealed class ...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/Features/Core/Portable/NavigationBar/NavigationBarItems/RoslynNavigationBarItem.GenerateDefaultConstructorItem.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; namespace Microsoft.CodeAnalysis.NavigationBar { internal abstract partial class RoslynNavigatio...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; namespace Microsoft.CodeAnalysis.NavigationBar { internal abstract partial class RoslynNavigatio...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/VisualStudio/Core/Def/Implementation/Preview/PreviewUpdater.PreviewDialogWorkspace.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Threading; using System.Threading.Tasks; using Microsoft.CodeAnalysis; using Micros...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Threading; using System.Threading.Tasks; using Microsoft.CodeAnalysis; using Micros...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/EditorFeatures/TestUtilities/SignatureHelp/AbstractSignatureHelpProviderTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Generic; using System.Collections.Immutable; using System...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Generic; using System.Collections.Immutable; using System...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/Features/Core/Portable/GenerateMember/GenerateParameterizedMember/IGenerateParameterizedMemberService.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Collections.Immutable; using System.Threading; using System.Threading.Tasks; using ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Collections.Immutable; using System.Threading; using System.Threading.Tasks; using ...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/EditorFeatures/CSharpTest/Structure/ConstructorDeclarationStructureTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Threading.Tasks; using Microsoft.CodeAnalysis.CSharp.Structure; using Microsoft.Cod...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Threading.Tasks; using Microsoft.CodeAnalysis.CSharp.Structure; using Microsoft.Cod...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/VisualStudio/Core/Def/Implementation/DebuggerIntelliSense/DebuggerIntellisenseHelpers.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using Microsoft.VisualStudio.Text; namespace Microsoft.VisualStudio.LanguageServices.Implementa...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using Microsoft.VisualStudio.Text; namespace Microsoft.VisualStudio.LanguageServices.Implementa...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/Features/Core/Portable/RQName/ParenthesesTreeWriter.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Text; using Microsoft.CodeAnalysis.Features.RQName.SimpleTree; namespace Microsoft.CodeAnalysis.Featu...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Text; using Microsoft.CodeAnalysis.Features.RQName.SimpleTree; namespace Microsoft.CodeAnalysis.Featu...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/Features/Core/Portable/IncrementalCaches/SymbolTreeInfoCacheService.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Collections.Concurrent; using System.Threading; using System.Threading.Tasks; using...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Collections.Concurrent; using System.Threading; using System.Threading.Tasks; using...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/EditorFeatures/Core.Wpf/InlineRename/Taggers/ClassificationFormatDefinitions.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.ComponentModel.Composition; using System.Windows.Media; using Microsoft.CodeAnalysis.Hos...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.ComponentModel.Composition; using System.Windows.Media; using Microsoft.CodeAnalysis.Hos...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/Compilers/VisualBasic/BasicAnalyzerDriver/BasicAnalyzerDriver.shproj
<?xml version="1.0" encoding="utf-8"?> <!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE file in the project root for more information. --> <Project> <PropertyGroup Label="Globals"> <ProjectGuid>e8f0baa5-7327-43...
<?xml version="1.0" encoding="utf-8"?> <!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE file in the project root for more information. --> <Project> <PropertyGroup Label="Globals"> <ProjectGuid>e8f0baa5-7327-43...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/Features/Core/Portable/CodeFixes/FirstDiagnosticResult.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using Microsoft.CodeAnalysis.Diagnostics; namespace Microsoft.CodeAnalysis.CodeFixes { inte...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using Microsoft.CodeAnalysis.Diagnostics; namespace Microsoft.CodeAnalysis.CodeFixes { inte...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/Compilers/CSharp/Portable/Errors/LazyArrayElementCantBeRefAnyDiagnosticInfo.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Diagnostics; using System.Threading; using Microsoft.CodeAnalysis.CSharp.Symbols; ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Diagnostics; using System.Threading; using Microsoft.CodeAnalysis.CSharp.Symbols; ...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/VisualStudio/IntegrationTest/IntegrationTests/CSharp/CSharpAddMissingUsingsOnPaste.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.Editor.Shared.Options; using Microsoft.CodeAnalysis.Inte...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.Editor.Shared.Options; using Microsoft.CodeAnalysis.Inte...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/EditorFeatures/CSharpTest/CodeActions/ConvertIfToSwitch/ConvertIfToSwitchTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Threading.Tasks; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis....
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Threading.Tasks; using Microsoft.CodeAnalysis.CSharp; using Microsoft.CodeAnalysis....
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/Features/LanguageServer/ProtocolUnitTests/References/FindImplementationsTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Immutable; using System.Linq; using System.Threading; usi...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Immutable; using System.Linq; using System.Threading; usi...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/Compilers/VisualBasic/Test/Syntax/Parser/ParseXml.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports Microsoft.CodeAnalysis.VisualBasic Imports Microsoft.CodeAnalysis.VisualBasic.Syntax Imports Microsoft.CodeAna...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports Microsoft.CodeAnalysis.VisualBasic Imports Microsoft.CodeAnalysis.VisualBasic.Syntax Imports Microsoft.CodeAna...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/Compilers/VisualBasic/Portable/Symbols/PointerTypeSymbol.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Collections.Immutable Namespace Microsoft.CodeAnalysis.VisualBasic.Symbols ''' <summary> ''' A...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Collections.Immutable Namespace Microsoft.CodeAnalysis.VisualBasic.Symbols ''' <summary> ''' A...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/Analyzers/CSharp/Analyzers/UseIndexOrRangeOperator/Helpers.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Collections; using System.Linq; using Microsoft.CodeAnalysis.CSharp.LanguageService...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Collections; using System.Linq; using Microsoft.CodeAnalysis.CSharp.LanguageService...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/VisualStudio/Core/Test/CodeModel/VisualBasic/ExternalCodeFunctionTests.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Test.Utilities Imports Roslyn.Test.Utilities Namespace ...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Test.Utilities Imports Roslyn.Test.Utilities Namespace ...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/Test/Diagnostics/Roslyn.Hosting.Diagnostics.csproj
<?xml version="1.0" encoding="utf-8"?> <!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE file in the project root for more information. --> <Project Sdk="Microsoft.NET.Sdk.WindowsDesktop"> <PropertyGroup> <Outpu...
<?xml version="1.0" encoding="utf-8"?> <!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE file in the project root for more information. --> <Project Sdk="Microsoft.NET.Sdk.WindowsDesktop"> <PropertyGroup> <Outpu...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/EditorFeatures/CSharpTest/Structure/MetadataAsSource/DestructorDeclarationStructureTests.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Threading.Tasks; using Microsoft.CodeAnalysis.CSharp.Structure; using Microsoft.Cod...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Threading.Tasks; using Microsoft.CodeAnalysis.CSharp.Structure; using Microsoft.Cod...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/Analyzers/Core/CodeFixes/UseObjectInitializer/AbstractUseObjectInitializerCodeFixProvider.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Generic; using System.Collections.Immutable; using System...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Generic; using System.Collections.Immutable; using System...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/VisualStudio/Core/Def/Implementation/PickMembers/PickMembersDialogViewModel.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics.CodeAn...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics.CodeAn...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/Features/VisualBasic/Portable/Structure/Providers/DocumentationCommentStructureProvider.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Threading Imports Microsoft.CodeAnalysis.[Shared].Collections Imports Microsoft.CodeAnalysis.Structure ...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Threading Imports Microsoft.CodeAnalysis.[Shared].Collections Imports Microsoft.CodeAnalysis.Structure ...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/Features/Core/Portable/GenerateMember/GenerateConstructor/GenerateConstructorHelpers.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics; using...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Generic; using System.Collections.Immutable; using System.Diagnostics; using...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/Services/SyntaxFacts/IDocumentationCommentService.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Threading; namespace Microsoft.CodeAnalysis.LanguageServices { internal interf...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Threading; namespace Microsoft.CodeAnalysis.LanguageServices { internal interf...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/Compilers/Test/Resources/Core/DiagnosticTests/ErrTestLib11.dll
MZ@ !L!This program cannot be run in DOS mode. $PEL[L! # @@ @"O@` ...
MZ@ !L!This program cannot be run in DOS mode. $PEL[L! # @@ @"O@` ...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/EditorFeatures/Core.Wpf/SignatureHelp/AbstractSignatureHelpCommandHandler.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using Microsoft.CodeAnalysis.Editor.Implementation.IntelliSense.SignatureHelp; using Microsoft.C...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using Microsoft.CodeAnalysis.Editor.Implementation.IntelliSense.SignatureHelp; using Microsoft.C...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/GetSetKeywordRecommenderTests.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Declarations Public Class GetSetKeyw...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Declarations Public Class GetSetKeyw...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/Analyzers/Core/CodeFixes/MatchFolderAndNamespace/AbstractChangeNamespaceToMatchFolderCodeFixProvider.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Immutable; using System.Diagnostics; using System.Linq; using System.Threadi...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Collections.Immutable; using System.Diagnostics; using System.Linq; using System.Threadi...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/Features/CSharp/Portable/Organizing/Organizers/ModifiersOrganizer.Comparer.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Generic; using System.Collections.Immutable; using Roslyn...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Generic; using System.Collections.Immutable; using Roslyn...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/Compilers/CSharp/Test/Emit/CodeGen/CodeGenStructsAndEnum.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using Microsoft.CodeAnalysis.CSharp.Test.Utilities; using Microsoft.CodeAnalysis.Test.Utilities;...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using Microsoft.CodeAnalysis.CSharp.Test.Utilities; using Microsoft.CodeAnalysis.Test.Utilities;...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/Analyzers/CSharp/Analyzers/CSharpAnalyzers.projitems
<?xml version="1.0" encoding="utf-8"?> <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects> <HasSharedItems>true</HasSharedItems> <SharedGUID>ec946164-1e17-410b-b7d9-7de7e6268d63</Sh...
<?xml version="1.0" encoding="utf-8"?> <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <PropertyGroup> <MSBuildAllProjects>$(MSBuildAllProjects);$(MSBuildThisFileFullPath)</MSBuildAllProjects> <HasSharedItems>true</HasSharedItems> <SharedGUID>ec946164-1e17-410b-b7d9-7de7e6268d63</Sh...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/Workspaces/SharedUtilitiesAndExtensions/Workspace/VisualBasic/Extensions/StringExtensions.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Runtime.CompilerServices Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Simplification I...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Runtime.CompilerServices Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Simplification I...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/Features/CSharp/Portable/Completion/KeywordRecommenders/YieldKeywordRecommender.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; namespace ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions.ContextQuery; namespace ...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/Analyzers/Core/Analyzers/NewLines/ConsecutiveStatementPlacement/AbstractConsecutiveStatementPlacementDiagnosticAnalyzer.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Immutable; using System.Linq; using System.Threading; using Microsoft.CodeAnalysis.CodeSty...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Immutable; using System.Linq; using System.Threading; using Microsoft.CodeAnalysis.CodeSty...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./docs/compilers/Deterministic Inputs.md
Deterministic Inputs ==================== The C# and VB compilers are fully deterministic when the `/deterministic` option is specified (this is the default in the .NET SDK). This means that the "same inputs" will cause the compilers to produce the "same outputs" byte for byte. The following are considered inputs to...
Deterministic Inputs ==================== The C# and VB compilers are fully deterministic when the `/deterministic` option is specified (this is the default in the .NET SDK). This means that the "same inputs" will cause the compilers to produce the "same outputs" byte for byte. The following are considered inputs to...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/Compilers/VisualBasic/Portable/Symbols/PreprocessingSymbol.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Collections.Immutable Namespace Microsoft.CodeAnalysis.VisualBasic.Symbols ''' <summary> ''' R...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Collections.Immutable Namespace Microsoft.CodeAnalysis.VisualBasic.Symbols ''' <summary> ''' R...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/EditorFeatures/VisualBasicTest/SplitOrMergeIfStatements/MergeConsecutiveIfStatementsTests_ElseIf_WithPrevious.vb
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports Microsoft.CodeAnalysis.CodeRefactorings Imports Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.CodeRefact...
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports Microsoft.CodeAnalysis.CodeRefactorings Imports Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.CodeRefact...
-1
dotnet/roslyn
56,258
Null annotate preview generation
jasonmalinowski
2021-09-08T20:32:54Z
2021-09-09T02:35:33Z
897c0d1a277876f02c5d902731b95f2b7cb8e587
3c68fe73e5db8b425152f15019cd80759cedf88f
Null annotate preview generation.
./src/Compilers/CSharp/Portable/Lowering/StateMachineRewriter/StateMachineRewriter.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Generic; using System.Collections.Immutable; using System...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Collections.Generic; using System.Collections.Immutable; using System...
-1
dotnet/roslyn
56,257
Null annotate IDocumentNavigationService
jasonmalinowski
2021-09-08T19:59:35Z
2021-09-08T21:24:36Z
04cef9860ed6b6a6d97c35e0053149f4117f3a10
ef6e65fa1185f7aff571277420227446bf6eafa0
Null annotate IDocumentNavigationService.
./src/EditorFeatures/Core.Wpf/Interactive/InteractiveDocumentNavigationService.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Diagnostics; using System.Threading; using System.Threading.Tasks; us...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Diagnostics; using System.Threading; using System.Threading.Tasks; using Microsoft.CodeA...
1
dotnet/roslyn
56,257
Null annotate IDocumentNavigationService
jasonmalinowski
2021-09-08T19:59:35Z
2021-09-08T21:24:36Z
04cef9860ed6b6a6d97c35e0053149f4117f3a10
ef6e65fa1185f7aff571277420227446bf6eafa0
Null annotate IDocumentNavigationService.
./src/EditorFeatures/Core/Extensibility/NavigationBar/AbstractEditorNavigationBarItemService.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Immutable; using System.Threading; using System.Threading.Tasks; using Microsoft.CodeAnaly...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Collections.Immutable; using System.Threading; using System.Threading.Tasks; using Microsoft.CodeAnaly...
1
dotnet/roslyn
56,257
Null annotate IDocumentNavigationService
jasonmalinowski
2021-09-08T19:59:35Z
2021-09-08T21:24:36Z
04cef9860ed6b6a6d97c35e0053149f4117f3a10
ef6e65fa1185f7aff571277420227446bf6eafa0
Null annotate IDocumentNavigationService.
./src/Features/Core/Portable/Navigation/DefaultDocumentNavigationService.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Threading; using System.Threading.Tasks; using Microsoft.CodeAnalysis.Options; usin...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Threading; using System.Threading.Tasks; using Microsoft.CodeAnalysis.Options; using Microsoft.CodeAna...
1
dotnet/roslyn
56,257
Null annotate IDocumentNavigationService
jasonmalinowski
2021-09-08T19:59:35Z
2021-09-08T21:24:36Z
04cef9860ed6b6a6d97c35e0053149f4117f3a10
ef6e65fa1185f7aff571277420227446bf6eafa0
Null annotate IDocumentNavigationService.
./src/Features/Core/Portable/Navigation/IDocumentNavigationService.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Threading; using System.Threading.Tasks; using Microsoft.CodeAnalysis.Host; using M...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Threading; using System.Threading.Tasks; using Microsoft.CodeAnalysis.Host; using Microsoft.CodeAnalys...
1
dotnet/roslyn
56,257
Null annotate IDocumentNavigationService
jasonmalinowski
2021-09-08T19:59:35Z
2021-09-08T21:24:36Z
04cef9860ed6b6a6d97c35e0053149f4117f3a10
ef6e65fa1185f7aff571277420227446bf6eafa0
Null annotate IDocumentNavigationService.
./src/VisualStudio/Core/Def/Implementation/Workspace/VisualStudioDocumentNavigationService.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Composition; using System.Diagnostics; using System.Linq; using Syste...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Composition; using System.Diagnostics; using System.Linq; using System.Threading; using ...
1
dotnet/roslyn
56,257
Null annotate IDocumentNavigationService
jasonmalinowski
2021-09-08T19:59:35Z
2021-09-08T21:24:36Z
04cef9860ed6b6a6d97c35e0053149f4117f3a10
ef6e65fa1185f7aff571277420227446bf6eafa0
Null annotate IDocumentNavigationService.
./src/VisualStudio/LiveShare/Test/MockDocumentNavigationServiceFactory.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System; using System.Composition; using System.Threading; using System.Threading.Tasks; us...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System; using System.Composition; using System.Threading; using System.Threading.Tasks; using Microsoft.CodeA...
1
dotnet/roslyn
56,257
Null annotate IDocumentNavigationService
jasonmalinowski
2021-09-08T19:59:35Z
2021-09-08T21:24:36Z
04cef9860ed6b6a6d97c35e0053149f4117f3a10
ef6e65fa1185f7aff571277420227446bf6eafa0
Null annotate IDocumentNavigationService.
./src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/FlowAnalysis/SymbolUsageAnalysis/SymbolUsageAnalysis.Walker.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Thre...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Collections.Generic; using System.Diagnostics; using System.Linq; using System.Thre...
-1
dotnet/roslyn
56,257
Null annotate IDocumentNavigationService
jasonmalinowski
2021-09-08T19:59:35Z
2021-09-08T21:24:36Z
04cef9860ed6b6a6d97c35e0053149f4117f3a10
ef6e65fa1185f7aff571277420227446bf6eafa0
Null annotate IDocumentNavigationService.
./src/Workspaces/Core/Portable/ExternalAccess/UnitTesting/Api/UnitTestingProjectExtensions.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Threading; using System.Threading.Tasks; namespace Microsoft.CodeAnalysis.ExternalAccess.UnitTesting....
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Threading; using System.Threading.Tasks; namespace Microsoft.CodeAnalysis.ExternalAccess.UnitTesting....
-1
dotnet/roslyn
56,257
Null annotate IDocumentNavigationService
jasonmalinowski
2021-09-08T19:59:35Z
2021-09-08T21:24:36Z
04cef9860ed6b6a6d97c35e0053149f4117f3a10
ef6e65fa1185f7aff571277420227446bf6eafa0
Null annotate IDocumentNavigationService.
./src/Compilers/Core/CodeAnalysisTest/Collections/ImmutableDictionaryBuilderTestBase.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. // NOTE: This code is derived from an implementation originally in dotnet/runtime: // https://github.com/dotnet/run...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. // NOTE: This code is derived from an implementation originally in dotnet/runtime: // https://github.com/dotnet/run...
-1
dotnet/roslyn
56,257
Null annotate IDocumentNavigationService
jasonmalinowski
2021-09-08T19:59:35Z
2021-09-08T21:24:36Z
04cef9860ed6b6a6d97c35e0053149f4117f3a10
ef6e65fa1185f7aff571277420227446bf6eafa0
Null annotate IDocumentNavigationService.
./src/Features/CSharp/Portable/LanguageServices/CSharpSymbolDisplayService.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Threading; using Microsoft.CodeAnalysis.Host; using Microsoft.CodeAnalysis.Language...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. #nullable disable using System.Threading; using Microsoft.CodeAnalysis.Host; using Microsoft.CodeAnalysis.Language...
-1
dotnet/roslyn
56,257
Null annotate IDocumentNavigationService
jasonmalinowski
2021-09-08T19:59:35Z
2021-09-08T21:24:36Z
04cef9860ed6b6a6d97c35e0053149f4117f3a10
ef6e65fa1185f7aff571277420227446bf6eafa0
Null annotate IDocumentNavigationService.
./src/Analyzers/CSharp/Analyzers/UseNullPropagation/CSharpUseNullPropagationDiagnosticAnalyzer.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Diagnostics.CodeAnalysis; using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions; usin...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using System.Diagnostics.CodeAnalysis; using System.Threading; using Microsoft.CodeAnalysis.CSharp.Extensions; usin...
-1
dotnet/roslyn
56,257
Null annotate IDocumentNavigationService
jasonmalinowski
2021-09-08T19:59:35Z
2021-09-08T21:24:36Z
04cef9860ed6b6a6d97c35e0053149f4117f3a10
ef6e65fa1185f7aff571277420227446bf6eafa0
Null annotate IDocumentNavigationService.
./src/Compilers/Core/Portable/MemberDescriptor.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Roslyn.Utilities; using System; using System.Collections.Immutable; using System.IO; using System.Reflection....
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // See the LICENSE file in the project root for more information. using Roslyn.Utilities; using System; using System.Collections.Immutable; using System.IO; using System.Reflection....
-1