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,460 | Set CompilerApiVersion in Microsoft.Managed.Core.targets | This allows other targets to understand which compiler will be used.
This is useful in the SDK targets that need figure out the version in order to pick the right analyzer assets.
Contributes to #52265
FYI - @dsplaisted. This resolves the feedback from https://github.com/dotnet/sdk/pull/20793#discussion_r7077888... | eerhardt | 2021-09-16T21:47:36Z | 2021-09-22T00:53:07Z | a10a3720229de8f4227e98736e884d6f926a9950 | aabc2fcbf630ba303e6f17808465349ea9b01a32 | Set CompilerApiVersion in Microsoft.Managed.Core.targets. This allows other targets to understand which compiler will be used.
This is useful in the SDK targets that need figure out the version in order to pick the right analyzer assets.
Contributes to #52265
FYI - @dsplaisted. This resolves the feedback from ht... | ./src/VisualStudio/Core/Def/Telemetry/IVsSQM.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
// WARNING: THIS FILE IS BEING CONSUMED THROUGH INTERNALSVISIBLETO
// BY THE RULSET EDITOR. Unti... | // 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
// WARNING: THIS FILE IS BEING CONSUMED THROUGH INTERNALSVISIBLETO
// BY THE RULSET EDITOR. Unti... | -1 |
dotnet/roslyn | 56,460 | Set CompilerApiVersion in Microsoft.Managed.Core.targets | This allows other targets to understand which compiler will be used.
This is useful in the SDK targets that need figure out the version in order to pick the right analyzer assets.
Contributes to #52265
FYI - @dsplaisted. This resolves the feedback from https://github.com/dotnet/sdk/pull/20793#discussion_r7077888... | eerhardt | 2021-09-16T21:47:36Z | 2021-09-22T00:53:07Z | a10a3720229de8f4227e98736e884d6f926a9950 | aabc2fcbf630ba303e6f17808465349ea9b01a32 | Set CompilerApiVersion in Microsoft.Managed.Core.targets. This allows other targets to understand which compiler will be used.
This is useful in the SDK targets that need figure out the version in order to pick the right analyzer assets.
Contributes to #52265
FYI - @dsplaisted. This resolves the feedback from ht... | ./src/Workspaces/Core/Portable/Options/PerLanguageOption2_operators.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;
namespace Microsoft.CodeAnalysis.Options
{
internal partial class PerLa... | // 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;
namespace Microsoft.CodeAnalysis.Options
{
internal partial class PerLa... | -1 |
dotnet/roslyn | 56,460 | Set CompilerApiVersion in Microsoft.Managed.Core.targets | This allows other targets to understand which compiler will be used.
This is useful in the SDK targets that need figure out the version in order to pick the right analyzer assets.
Contributes to #52265
FYI - @dsplaisted. This resolves the feedback from https://github.com/dotnet/sdk/pull/20793#discussion_r7077888... | eerhardt | 2021-09-16T21:47:36Z | 2021-09-22T00:53:07Z | a10a3720229de8f4227e98736e884d6f926a9950 | aabc2fcbf630ba303e6f17808465349ea9b01a32 | Set CompilerApiVersion in Microsoft.Managed.Core.targets. This allows other targets to understand which compiler will be used.
This is useful in the SDK targets that need figure out the version in order to pick the right analyzer assets.
Contributes to #52265
FYI - @dsplaisted. This resolves the feedback from ht... | ./src/Features/Core/Portable/Intents/IIntentProviderMetadata.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.
namespace Microsoft.CodeAnalysis.Features.Intents
{
internal interface IIntentProviderMetadata
{
pu... | // 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.Features.Intents
{
internal interface IIntentProviderMetadata
{
pu... | -1 |
dotnet/roslyn | 56,460 | Set CompilerApiVersion in Microsoft.Managed.Core.targets | This allows other targets to understand which compiler will be used.
This is useful in the SDK targets that need figure out the version in order to pick the right analyzer assets.
Contributes to #52265
FYI - @dsplaisted. This resolves the feedback from https://github.com/dotnet/sdk/pull/20793#discussion_r7077888... | eerhardt | 2021-09-16T21:47:36Z | 2021-09-22T00:53:07Z | a10a3720229de8f4227e98736e884d6f926a9950 | aabc2fcbf630ba303e6f17808465349ea9b01a32 | Set CompilerApiVersion in Microsoft.Managed.Core.targets. This allows other targets to understand which compiler will be used.
This is useful in the SDK targets that need figure out the version in order to pick the right analyzer assets.
Contributes to #52265
FYI - @dsplaisted. This resolves the feedback from ht... | ./src/Tools/Source/CompilerGeneratorTools/Source/CSharpSyntaxGenerator/SourceGenerator.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.
// We only build the Source Generator in the netstandard target
#if NETSTANDARD
#nullable enable
using System;
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.
// We only build the Source Generator in the netstandard target
#if NETSTANDARD
#nullable enable
using System;
us... | -1 |
dotnet/roslyn | 56,460 | Set CompilerApiVersion in Microsoft.Managed.Core.targets | This allows other targets to understand which compiler will be used.
This is useful in the SDK targets that need figure out the version in order to pick the right analyzer assets.
Contributes to #52265
FYI - @dsplaisted. This resolves the feedback from https://github.com/dotnet/sdk/pull/20793#discussion_r7077888... | eerhardt | 2021-09-16T21:47:36Z | 2021-09-22T00:53:07Z | a10a3720229de8f4227e98736e884d6f926a9950 | aabc2fcbf630ba303e6f17808465349ea9b01a32 | Set CompilerApiVersion in Microsoft.Managed.Core.targets. This allows other targets to understand which compiler will be used.
This is useful in the SDK targets that need figure out the version in order to pick the right analyzer assets.
Contributes to #52265
FYI - @dsplaisted. This resolves the feedback from ht... | ./src/Workspaces/Core/Portable/CodeCleanup/Providers/FormatCodeCleanupProvider.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,460 | Set CompilerApiVersion in Microsoft.Managed.Core.targets | This allows other targets to understand which compiler will be used.
This is useful in the SDK targets that need figure out the version in order to pick the right analyzer assets.
Contributes to #52265
FYI - @dsplaisted. This resolves the feedback from https://github.com/dotnet/sdk/pull/20793#discussion_r7077888... | eerhardt | 2021-09-16T21:47:36Z | 2021-09-22T00:53:07Z | a10a3720229de8f4227e98736e884d6f926a9950 | aabc2fcbf630ba303e6f17808465349ea9b01a32 | Set CompilerApiVersion in Microsoft.Managed.Core.targets. This allows other targets to understand which compiler will be used.
This is useful in the SDK targets that need figure out the version in order to pick the right analyzer assets.
Contributes to #52265
FYI - @dsplaisted. This resolves the feedback from ht... | ./src/VisualStudio/Core/Impl/CodeModel/Collections/BasesCollection.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.Runt... | // 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.Runt... | -1 |
dotnet/roslyn | 56,460 | Set CompilerApiVersion in Microsoft.Managed.Core.targets | This allows other targets to understand which compiler will be used.
This is useful in the SDK targets that need figure out the version in order to pick the right analyzer assets.
Contributes to #52265
FYI - @dsplaisted. This resolves the feedback from https://github.com/dotnet/sdk/pull/20793#discussion_r7077888... | eerhardt | 2021-09-16T21:47:36Z | 2021-09-22T00:53:07Z | a10a3720229de8f4227e98736e884d6f926a9950 | aabc2fcbf630ba303e6f17808465349ea9b01a32 | Set CompilerApiVersion in Microsoft.Managed.Core.targets. This allows other targets to understand which compiler will be used.
This is useful in the SDK targets that need figure out the version in order to pick the right analyzer assets.
Contributes to #52265
FYI - @dsplaisted. This resolves the feedback from ht... | ./src/EditorFeatures/Core/Implementation/InlineRename/CommandHandlers/AbstractRenameCommandHandler_TabHandler.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.CodeAnalysis.Editor.Shared.Extensions;
using Microsoft.VisualStudio.Commanding;
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 Microsoft.CodeAnalysis.Editor.Shared.Extensions;
using Microsoft.VisualStudio.Commanding;
using... | -1 |
dotnet/roslyn | 56,460 | Set CompilerApiVersion in Microsoft.Managed.Core.targets | This allows other targets to understand which compiler will be used.
This is useful in the SDK targets that need figure out the version in order to pick the right analyzer assets.
Contributes to #52265
FYI - @dsplaisted. This resolves the feedback from https://github.com/dotnet/sdk/pull/20793#discussion_r7077888... | eerhardt | 2021-09-16T21:47:36Z | 2021-09-22T00:53:07Z | a10a3720229de8f4227e98736e884d6f926a9950 | aabc2fcbf630ba303e6f17808465349ea9b01a32 | Set CompilerApiVersion in Microsoft.Managed.Core.targets. This allows other targets to understand which compiler will be used.
This is useful in the SDK targets that need figure out the version in order to pick the right analyzer assets.
Contributes to #52265
FYI - @dsplaisted. This resolves the feedback from ht... | ./src/Compilers/VisualBasic/Portable/Emit/AttributeDataAdapter.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
Imports Microsoft.CodeAnalysis.CodeGen
Imports Microsoft.CodeAnalysis.Emit
Import... | ' 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
Imports Microsoft.CodeAnalysis.CodeGen
Imports Microsoft.CodeAnalysis.Emit
Import... | -1 |
dotnet/roslyn | 56,460 | Set CompilerApiVersion in Microsoft.Managed.Core.targets | This allows other targets to understand which compiler will be used.
This is useful in the SDK targets that need figure out the version in order to pick the right analyzer assets.
Contributes to #52265
FYI - @dsplaisted. This resolves the feedback from https://github.com/dotnet/sdk/pull/20793#discussion_r7077888... | eerhardt | 2021-09-16T21:47:36Z | 2021-09-22T00:53:07Z | a10a3720229de8f4227e98736e884d6f926a9950 | aabc2fcbf630ba303e6f17808465349ea9b01a32 | Set CompilerApiVersion in Microsoft.Managed.Core.targets. This allows other targets to understand which compiler will be used.
This is useful in the SDK targets that need figure out the version in order to pick the right analyzer assets.
Contributes to #52265
FYI - @dsplaisted. This resolves the feedback from ht... | ./src/Compilers/CSharp/Portable/Binder/LocalInProgressBinder.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.Symbols;
using Microsoft.CodeAnalysis.CSharp.Syntax;
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 Microsoft.CodeAnalysis.CSharp.Symbols;
using Microsoft.CodeAnalysis.CSharp.Syntax;
using M... | -1 |
dotnet/roslyn | 56,460 | Set CompilerApiVersion in Microsoft.Managed.Core.targets | This allows other targets to understand which compiler will be used.
This is useful in the SDK targets that need figure out the version in order to pick the right analyzer assets.
Contributes to #52265
FYI - @dsplaisted. This resolves the feedback from https://github.com/dotnet/sdk/pull/20793#discussion_r7077888... | eerhardt | 2021-09-16T21:47:36Z | 2021-09-22T00:53:07Z | a10a3720229de8f4227e98736e884d6f926a9950 | aabc2fcbf630ba303e6f17808465349ea9b01a32 | Set CompilerApiVersion in Microsoft.Managed.Core.targets. This allows other targets to understand which compiler will be used.
This is useful in the SDK targets that need figure out the version in order to pick the right analyzer assets.
Contributes to #52265
FYI - @dsplaisted. This resolves the feedback from ht... | ./src/EditorFeatures/CSharpTest/Completion/CompletionProviders/AbstractCSharpCompletionProviderTests.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.Linq;
using System.Threading.Tasks;
using Microso... | // 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.Linq;
using System.Threading.Tasks;
using Microso... | -1 |
dotnet/roslyn | 56,460 | Set CompilerApiVersion in Microsoft.Managed.Core.targets | This allows other targets to understand which compiler will be used.
This is useful in the SDK targets that need figure out the version in order to pick the right analyzer assets.
Contributes to #52265
FYI - @dsplaisted. This resolves the feedback from https://github.com/dotnet/sdk/pull/20793#discussion_r7077888... | eerhardt | 2021-09-16T21:47:36Z | 2021-09-22T00:53:07Z | a10a3720229de8f4227e98736e884d6f926a9950 | aabc2fcbf630ba303e6f17808465349ea9b01a32 | Set CompilerApiVersion in Microsoft.Managed.Core.targets. This allows other targets to understand which compiler will be used.
This is useful in the SDK targets that need figure out the version in order to pick the right analyzer assets.
Contributes to #52265
FYI - @dsplaisted. This resolves the feedback from ht... | ./src/EditorFeatures/VisualBasicTest/ChangeSignature/AddParameterTests.OptionalParameter.Omit.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.ChangeSignature
Imports Microsoft.CodeAnalysis.Editor.UnitTests.ChangeSignature
Imports... | ' 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.ChangeSignature
Imports Microsoft.CodeAnalysis.Editor.UnitTests.ChangeSignature
Imports... | -1 |
dotnet/roslyn | 56,460 | Set CompilerApiVersion in Microsoft.Managed.Core.targets | This allows other targets to understand which compiler will be used.
This is useful in the SDK targets that need figure out the version in order to pick the right analyzer assets.
Contributes to #52265
FYI - @dsplaisted. This resolves the feedback from https://github.com/dotnet/sdk/pull/20793#discussion_r7077888... | eerhardt | 2021-09-16T21:47:36Z | 2021-09-22T00:53:07Z | a10a3720229de8f4227e98736e884d6f926a9950 | aabc2fcbf630ba303e6f17808465349ea9b01a32 | Set CompilerApiVersion in Microsoft.Managed.Core.targets. This allows other targets to understand which compiler will be used.
This is useful in the SDK targets that need figure out the version in order to pick the right analyzer assets.
Contributes to #52265
FYI - @dsplaisted. This resolves the feedback from ht... | ./src/Compilers/Core/Portable/DiaSymReader/Writer/ISymUnmanagedDocumentWriter.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
#pragma warning disable 436 // SuppressUnmanagedCodeSecurityAttribute defined in source and msco... | // 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
#pragma warning disable 436 // SuppressUnmanagedCodeSecurityAttribute defined in source and msco... | -1 |
dotnet/roslyn | 56,460 | Set CompilerApiVersion in Microsoft.Managed.Core.targets | This allows other targets to understand which compiler will be used.
This is useful in the SDK targets that need figure out the version in order to pick the right analyzer assets.
Contributes to #52265
FYI - @dsplaisted. This resolves the feedback from https://github.com/dotnet/sdk/pull/20793#discussion_r7077888... | eerhardt | 2021-09-16T21:47:36Z | 2021-09-22T00:53:07Z | a10a3720229de8f4227e98736e884d6f926a9950 | aabc2fcbf630ba303e6f17808465349ea9b01a32 | Set CompilerApiVersion in Microsoft.Managed.Core.targets. This allows other targets to understand which compiler will be used.
This is useful in the SDK targets that need figure out the version in order to pick the right analyzer assets.
Contributes to #52265
FYI - @dsplaisted. This resolves the feedback from ht... | ./src/ExpressionEvaluator/Core/Source/ResultProvider/Portable/xlf/Resources.ru.xlf | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="ru" or... | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="ru" or... | -1 |
dotnet/roslyn | 56,460 | Set CompilerApiVersion in Microsoft.Managed.Core.targets | This allows other targets to understand which compiler will be used.
This is useful in the SDK targets that need figure out the version in order to pick the right analyzer assets.
Contributes to #52265
FYI - @dsplaisted. This resolves the feedback from https://github.com/dotnet/sdk/pull/20793#discussion_r7077888... | eerhardt | 2021-09-16T21:47:36Z | 2021-09-22T00:53:07Z | a10a3720229de8f4227e98736e884d6f926a9950 | aabc2fcbf630ba303e6f17808465349ea9b01a32 | Set CompilerApiVersion in Microsoft.Managed.Core.targets. This allows other targets to understand which compiler will be used.
This is useful in the SDK targets that need figure out the version in order to pick the right analyzer assets.
Contributes to #52265
FYI - @dsplaisted. This resolves the feedback from ht... | ./src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/StructureKeywordRecommender.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
Imports System.Threading
Imports Microsoft.CodeAnalysis.Completion.Providers
Impo... | ' 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
Imports System.Threading
Imports Microsoft.CodeAnalysis.Completion.Providers
Impo... | -1 |
dotnet/roslyn | 56,460 | Set CompilerApiVersion in Microsoft.Managed.Core.targets | This allows other targets to understand which compiler will be used.
This is useful in the SDK targets that need figure out the version in order to pick the right analyzer assets.
Contributes to #52265
FYI - @dsplaisted. This resolves the feedback from https://github.com/dotnet/sdk/pull/20793#discussion_r7077888... | eerhardt | 2021-09-16T21:47:36Z | 2021-09-22T00:53:07Z | a10a3720229de8f4227e98736e884d6f926a9950 | aabc2fcbf630ba303e6f17808465349ea9b01a32 | Set CompilerApiVersion in Microsoft.Managed.Core.targets. This allows other targets to understand which compiler will be used.
This is useful in the SDK targets that need figure out the version in order to pick the right analyzer assets.
Contributes to #52265
FYI - @dsplaisted. This resolves the feedback from ht... | ./src/EditorFeatures/DiagnosticsTestUtilities/CodeActions/AbstractCodeActionTest.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,460 | Set CompilerApiVersion in Microsoft.Managed.Core.targets | This allows other targets to understand which compiler will be used.
This is useful in the SDK targets that need figure out the version in order to pick the right analyzer assets.
Contributes to #52265
FYI - @dsplaisted. This resolves the feedback from https://github.com/dotnet/sdk/pull/20793#discussion_r7077888... | eerhardt | 2021-09-16T21:47:36Z | 2021-09-22T00:53:07Z | a10a3720229de8f4227e98736e884d6f926a9950 | aabc2fcbf630ba303e6f17808465349ea9b01a32 | Set CompilerApiVersion in Microsoft.Managed.Core.targets. This allows other targets to understand which compiler will be used.
This is useful in the SDK targets that need figure out the version in order to pick the right analyzer assets.
Contributes to #52265
FYI - @dsplaisted. This resolves the feedback from ht... | ./src/EditorFeatures/CSharpTest/ExtractMethod/ExtractMethodBase.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.Linq;
using System.Threading;
using System.Thread... | // 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.Linq;
using System.Threading;
using System.Thread... | -1 |
dotnet/roslyn | 56,460 | Set CompilerApiVersion in Microsoft.Managed.Core.targets | This allows other targets to understand which compiler will be used.
This is useful in the SDK targets that need figure out the version in order to pick the right analyzer assets.
Contributes to #52265
FYI - @dsplaisted. This resolves the feedback from https://github.com/dotnet/sdk/pull/20793#discussion_r7077888... | eerhardt | 2021-09-16T21:47:36Z | 2021-09-22T00:53:07Z | a10a3720229de8f4227e98736e884d6f926a9950 | aabc2fcbf630ba303e6f17808465349ea9b01a32 | Set CompilerApiVersion in Microsoft.Managed.Core.targets. This allows other targets to understand which compiler will be used.
This is useful in the SDK targets that need figure out the version in order to pick the right analyzer assets.
Contributes to #52265
FYI - @dsplaisted. This resolves the feedback from ht... | ./src/Analyzers/CSharp/Analyzers/UsePatternMatching/CSharpAsAndNullCheckDiagnosticAnalyzer.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.Diagnostics.CodeAnalysis;
using System.Linq;
using Microsoft.CodeA... | // 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.Diagnostics.CodeAnalysis;
using System.Linq;
using Microsoft.CodeA... | -1 |
dotnet/roslyn | 56,460 | Set CompilerApiVersion in Microsoft.Managed.Core.targets | This allows other targets to understand which compiler will be used.
This is useful in the SDK targets that need figure out the version in order to pick the right analyzer assets.
Contributes to #52265
FYI - @dsplaisted. This resolves the feedback from https://github.com/dotnet/sdk/pull/20793#discussion_r7077888... | eerhardt | 2021-09-16T21:47:36Z | 2021-09-22T00:53:07Z | a10a3720229de8f4227e98736e884d6f926a9950 | aabc2fcbf630ba303e6f17808465349ea9b01a32 | Set CompilerApiVersion in Microsoft.Managed.Core.targets. This allows other targets to understand which compiler will be used.
This is useful in the SDK targets that need figure out the version in order to pick the right analyzer assets.
Contributes to #52265
FYI - @dsplaisted. This resolves the feedback from ht... | ./src/Workspaces/CSharp/Portable/xlf/CSharpWorkspaceResources.zh-Hans.xlf | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="zh-Han... | <?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-transitional.xsd">
<file datatype="xml" source-language="en" target-language="zh-Han... | -1 |
dotnet/roslyn | 56,460 | Set CompilerApiVersion in Microsoft.Managed.Core.targets | This allows other targets to understand which compiler will be used.
This is useful in the SDK targets that need figure out the version in order to pick the right analyzer assets.
Contributes to #52265
FYI - @dsplaisted. This resolves the feedback from https://github.com/dotnet/sdk/pull/20793#discussion_r7077888... | eerhardt | 2021-09-16T21:47:36Z | 2021-09-22T00:53:07Z | a10a3720229de8f4227e98736e884d6f926a9950 | aabc2fcbf630ba303e6f17808465349ea9b01a32 | Set CompilerApiVersion in Microsoft.Managed.Core.targets. This allows other targets to understand which compiler will be used.
This is useful in the SDK targets that need figure out the version in order to pick the right analyzer assets.
Contributes to #52265
FYI - @dsplaisted. This resolves the feedback from ht... | ./src/Features/Core/Portable/EditAndContinue/EditAndContinueDocumentAnalysesCache.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,460 | Set CompilerApiVersion in Microsoft.Managed.Core.targets | This allows other targets to understand which compiler will be used.
This is useful in the SDK targets that need figure out the version in order to pick the right analyzer assets.
Contributes to #52265
FYI - @dsplaisted. This resolves the feedback from https://github.com/dotnet/sdk/pull/20793#discussion_r7077888... | eerhardt | 2021-09-16T21:47:36Z | 2021-09-22T00:53:07Z | a10a3720229de8f4227e98736e884d6f926a9950 | aabc2fcbf630ba303e6f17808465349ea9b01a32 | Set CompilerApiVersion in Microsoft.Managed.Core.targets. This allows other targets to understand which compiler will be used.
This is useful in the SDK targets that need figure out the version in order to pick the right analyzer assets.
Contributes to #52265
FYI - @dsplaisted. This resolves the feedback from ht... | ./src/Analyzers/CSharp/Analyzers/PopulateSwitch/CSharpPopulateSwitchExpressionDiagnosticAnalyzer.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.CSharp.Syntax;
using Microsoft.CodeAnalysis.Diagnostics;
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.
using Microsoft.CodeAnalysis.CSharp.Syntax;
using Microsoft.CodeAnalysis.Diagnostics;
using Microsoft.CodeAnalysis.... | -1 |
dotnet/roslyn | 56,460 | Set CompilerApiVersion in Microsoft.Managed.Core.targets | This allows other targets to understand which compiler will be used.
This is useful in the SDK targets that need figure out the version in order to pick the right analyzer assets.
Contributes to #52265
FYI - @dsplaisted. This resolves the feedback from https://github.com/dotnet/sdk/pull/20793#discussion_r7077888... | eerhardt | 2021-09-16T21:47:36Z | 2021-09-22T00:53:07Z | a10a3720229de8f4227e98736e884d6f926a9950 | aabc2fcbf630ba303e6f17808465349ea9b01a32 | Set CompilerApiVersion in Microsoft.Managed.Core.targets. This allows other targets to understand which compiler will be used.
This is useful in the SDK targets that need figure out the version in order to pick the right analyzer assets.
Contributes to #52265
FYI - @dsplaisted. This resolves the feedback from ht... | ./src/Features/VisualBasic/Portable/IntroduceVariable/VisualBasicIntroduceVariableService.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
Imports Microsoft.CodeAnalysis.IntroduceVariable
Imports Micro... | ' 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
Imports Microsoft.CodeAnalysis.IntroduceVariable
Imports Micro... | -1 |
dotnet/roslyn | 56,460 | Set CompilerApiVersion in Microsoft.Managed.Core.targets | This allows other targets to understand which compiler will be used.
This is useful in the SDK targets that need figure out the version in order to pick the right analyzer assets.
Contributes to #52265
FYI - @dsplaisted. This resolves the feedback from https://github.com/dotnet/sdk/pull/20793#discussion_r7077888... | eerhardt | 2021-09-16T21:47:36Z | 2021-09-22T00:53:07Z | a10a3720229de8f4227e98736e884d6f926a9950 | aabc2fcbf630ba303e6f17808465349ea9b01a32 | Set CompilerApiVersion in Microsoft.Managed.Core.targets. This allows other targets to understand which compiler will be used.
This is useful in the SDK targets that need figure out the version in order to pick the right analyzer assets.
Contributes to #52265
FYI - @dsplaisted. This resolves the feedback from ht... | ./src/Workspaces/VisualBasic/Portable/CaseCorrection/VisualBasicCaseCorrectionServiceFactory.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.Composition
Imports Microsoft.CodeAnalysis.CaseCorrection
Imports Microsoft.CodeAnalysis.Host
Imports 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.
Imports System.Composition
Imports Microsoft.CodeAnalysis.CaseCorrection
Imports Microsoft.CodeAnalysis.Host
Imports M... | -1 |
dotnet/roslyn | 56,460 | Set CompilerApiVersion in Microsoft.Managed.Core.targets | This allows other targets to understand which compiler will be used.
This is useful in the SDK targets that need figure out the version in order to pick the right analyzer assets.
Contributes to #52265
FYI - @dsplaisted. This resolves the feedback from https://github.com/dotnet/sdk/pull/20793#discussion_r7077888... | eerhardt | 2021-09-16T21:47:36Z | 2021-09-22T00:53:07Z | a10a3720229de8f4227e98736e884d6f926a9950 | aabc2fcbf630ba303e6f17808465349ea9b01a32 | Set CompilerApiVersion in Microsoft.Managed.Core.targets. This allows other targets to understand which compiler will be used.
This is useful in the SDK targets that need figure out the version in order to pick the right analyzer assets.
Contributes to #52265
FYI - @dsplaisted. This resolves the feedback from ht... | ./src/Workspaces/CSharp/Portable/SemanticModelReuse/CSharpSemanticModelReuseLanguageService.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 System.Threading;
using System.Threading.Tasks;
using Microsoft.CodeA... | // 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,460 | Set CompilerApiVersion in Microsoft.Managed.Core.targets | This allows other targets to understand which compiler will be used.
This is useful in the SDK targets that need figure out the version in order to pick the right analyzer assets.
Contributes to #52265
FYI - @dsplaisted. This resolves the feedback from https://github.com/dotnet/sdk/pull/20793#discussion_r7077888... | eerhardt | 2021-09-16T21:47:36Z | 2021-09-22T00:53:07Z | a10a3720229de8f4227e98736e884d6f926a9950 | aabc2fcbf630ba303e6f17808465349ea9b01a32 | Set CompilerApiVersion in Microsoft.Managed.Core.targets. This allows other targets to understand which compiler will be used.
This is useful in the SDK targets that need figure out the version in order to pick the right analyzer assets.
Contributes to #52265
FYI - @dsplaisted. This resolves the feedback from ht... | ./src/Workspaces/MSBuildTest/Resources/SourceFiles/VisualBasic/Application.myapp | <?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. -->
<MyApplicationData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xml... | <?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. -->
<MyApplicationData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xml... | -1 |
dotnet/roslyn | 56,460 | Set CompilerApiVersion in Microsoft.Managed.Core.targets | This allows other targets to understand which compiler will be used.
This is useful in the SDK targets that need figure out the version in order to pick the right analyzer assets.
Contributes to #52265
FYI - @dsplaisted. This resolves the feedback from https://github.com/dotnet/sdk/pull/20793#discussion_r7077888... | eerhardt | 2021-09-16T21:47:36Z | 2021-09-22T00:53:07Z | a10a3720229de8f4227e98736e884d6f926a9950 | aabc2fcbf630ba303e6f17808465349ea9b01a32 | Set CompilerApiVersion in Microsoft.Managed.Core.targets. This allows other targets to understand which compiler will be used.
This is useful in the SDK targets that need figure out the version in order to pick the right analyzer assets.
Contributes to #52265
FYI - @dsplaisted. This resolves the feedback from ht... | ./src/EditorFeatures/Test2/ReferenceHighlighting/CSharpReferenceHighlightingTests.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.Remote.Testing
Namespace Microsoft.CodeAnalysis.Editor.UnitTests.ReferenceHighlighting... | ' 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.Remote.Testing
Namespace Microsoft.CodeAnalysis.Editor.UnitTests.ReferenceHighlighting... | -1 |
dotnet/roslyn | 56,460 | Set CompilerApiVersion in Microsoft.Managed.Core.targets | This allows other targets to understand which compiler will be used.
This is useful in the SDK targets that need figure out the version in order to pick the right analyzer assets.
Contributes to #52265
FYI - @dsplaisted. This resolves the feedback from https://github.com/dotnet/sdk/pull/20793#discussion_r7077888... | eerhardt | 2021-09-16T21:47:36Z | 2021-09-22T00:53:07Z | a10a3720229de8f4227e98736e884d6f926a9950 | aabc2fcbf630ba303e6f17808465349ea9b01a32 | Set CompilerApiVersion in Microsoft.Managed.Core.targets. This allows other targets to understand which compiler will be used.
This is useful in the SDK targets that need figure out the version in order to pick the right analyzer assets.
Contributes to #52265
FYI - @dsplaisted. This resolves the feedback from ht... | ./src/EditorFeatures/VisualBasicTest/ConvertForEachToFor/ConvertForEachToForTests.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,450 | Implement INamespaceTypeReference.GetUnit for RootModuleType | Fixes #56412. | AlekseyTs | 2021-09-16T16:44:04Z | 2021-09-17T18:21:59Z | 4b06ee428bafa0141c9eb3250003a19109dcfc86 | d695369176aa109f0e0fb8b0019294aaa0823a54 | Implement INamespaceTypeReference.GetUnit for RootModuleType. Fixes #56412. | ./src/Compilers/CSharp/Test/Symbol/Symbols/ModuleInitializers/ModuleInitializersTests.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.Reflection;
using Microsoft.CodeAnalysis.CSharp... | // 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.Reflection;
using Microsoft.CodeAnalysis.CSharp... | 1 |
dotnet/roslyn | 56,450 | Implement INamespaceTypeReference.GetUnit for RootModuleType | Fixes #56412. | AlekseyTs | 2021-09-16T16:44:04Z | 2021-09-17T18:21:59Z | 4b06ee428bafa0141c9eb3250003a19109dcfc86 | d695369176aa109f0e0fb8b0019294aaa0823a54 | Implement INamespaceTypeReference.GetUnit for RootModuleType. Fixes #56412. | ./src/Compilers/Core/Portable/Emit/CommonPEModuleBuilder.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.Concurrent;
using System.Collections.Generic;
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.
#nullable disable
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using Syste... | 1 |
dotnet/roslyn | 56,450 | Implement INamespaceTypeReference.GetUnit for RootModuleType | Fixes #56412. | AlekseyTs | 2021-09-16T16:44:04Z | 2021-09-17T18:21:59Z | 4b06ee428bafa0141c9eb3250003a19109dcfc86 | d695369176aa109f0e0fb8b0019294aaa0823a54 | Implement INamespaceTypeReference.GetUnit for RootModuleType. Fixes #56412. | ./src/Compilers/Core/Portable/PEWriter/RootModuleType.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 System.Diagnostics;
using System.Reflec... | // 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 System.Diagnostics;
using System.Reflec... | 1 |
dotnet/roslyn | 56,450 | Implement INamespaceTypeReference.GetUnit for RootModuleType | Fixes #56412. | AlekseyTs | 2021-09-16T16:44:04Z | 2021-09-17T18:21:59Z | 4b06ee428bafa0141c9eb3250003a19109dcfc86 | d695369176aa109f0e0fb8b0019294aaa0823a54 | Implement INamespaceTypeReference.GetUnit for RootModuleType. Fixes #56412. | ./src/Workspaces/CSharp/Portable/CodeGeneration/NamedTypeGenerator.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 System.Linq;
using System.Threading;
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.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
using System.Threading;
us... | -1 |
dotnet/roslyn | 56,450 | Implement INamespaceTypeReference.GetUnit for RootModuleType | Fixes #56412. | AlekseyTs | 2021-09-16T16:44:04Z | 2021-09-17T18:21:59Z | 4b06ee428bafa0141c9eb3250003a19109dcfc86 | d695369176aa109f0e0fb8b0019294aaa0823a54 | Implement INamespaceTypeReference.GetUnit for RootModuleType. Fixes #56412. | ./src/Workspaces/Remote/ServiceHub/Host/RemoteWorkspaceManager.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;
using System.Threading;
using System.Thr... | // 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;
using System.Threading;
using System.Thr... | -1 |
dotnet/roslyn | 56,450 | Implement INamespaceTypeReference.GetUnit for RootModuleType | Fixes #56412. | AlekseyTs | 2021-09-16T16:44:04Z | 2021-09-17T18:21:59Z | 4b06ee428bafa0141c9eb3250003a19109dcfc86 | d695369176aa109f0e0fb8b0019294aaa0823a54 | Implement INamespaceTypeReference.GetUnit for RootModuleType. Fixes #56412. | ./src/Workspaces/Core/Portable/ExternalAccess/VSTypeScript/Api/VSTypeScriptDocumentationCommentWrapper.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.Shared.Utilities;
namespace Microsoft.CodeAnalysis.ExternalAccess.VSTypeScript.Api
{
... | // 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.Shared.Utilities;
namespace Microsoft.CodeAnalysis.ExternalAccess.VSTypeScript.Api
{
... | -1 |
dotnet/roslyn | 56,450 | Implement INamespaceTypeReference.GetUnit for RootModuleType | Fixes #56412. | AlekseyTs | 2021-09-16T16:44:04Z | 2021-09-17T18:21:59Z | 4b06ee428bafa0141c9eb3250003a19109dcfc86 | d695369176aa109f0e0fb8b0019294aaa0823a54 | Implement INamespaceTypeReference.GetUnit for RootModuleType. Fixes #56412. | ./src/Compilers/CSharp/Portable/Utilities/ValueSetFactory.SByteTC.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;
namespace Microsoft.CodeAnalysis.CSharp
{
using static BinaryOperatorK... | // 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;
namespace Microsoft.CodeAnalysis.CSharp
{
using static BinaryOperatorK... | -1 |
dotnet/roslyn | 56,450 | Implement INamespaceTypeReference.GetUnit for RootModuleType | Fixes #56412. | AlekseyTs | 2021-09-16T16:44:04Z | 2021-09-17T18:21:59Z | 4b06ee428bafa0141c9eb3250003a19109dcfc86 | d695369176aa109f0e0fb8b0019294aaa0823a54 | Implement INamespaceTypeReference.GetUnit for RootModuleType. Fixes #56412. | ./src/Compilers/Core/MSBuildTaskTests/TestUtilities/DotNetSdkVersionAttribute.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.BuildTasks.UnitTests
{
/// <summary>
/// Attribute added to... | // 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.BuildTasks.UnitTests
{
/// <summary>
/// Attribute added to... | -1 |
dotnet/roslyn | 56,450 | Implement INamespaceTypeReference.GetUnit for RootModuleType | Fixes #56412. | AlekseyTs | 2021-09-16T16:44:04Z | 2021-09-17T18:21:59Z | 4b06ee428bafa0141c9eb3250003a19109dcfc86 | d695369176aa109f0e0fb8b0019294aaa0823a54 | Implement INamespaceTypeReference.GetUnit for RootModuleType. Fixes #56412. | ./src/Workspaces/Core/Portable/Workspace/Solution/SolutionState.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,450 | Implement INamespaceTypeReference.GetUnit for RootModuleType | Fixes #56412. | AlekseyTs | 2021-09-16T16:44:04Z | 2021-09-17T18:21:59Z | 4b06ee428bafa0141c9eb3250003a19109dcfc86 | d695369176aa109f0e0fb8b0019294aaa0823a54 | Implement INamespaceTypeReference.GetUnit for RootModuleType. Fixes #56412. | ./src/EditorFeatures/CSharpTest/PullMemberUp/CSharpPullMemberUpTests.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 System.Threading.Tasks;
using Microsoft.CodeAnalysis.CodeRefactorings;
... | // 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 System.Threading.Tasks;
using Microsoft.CodeAnalysis.CodeRefactorings;
... | -1 |
dotnet/roslyn | 56,450 | Implement INamespaceTypeReference.GetUnit for RootModuleType | Fixes #56412. | AlekseyTs | 2021-09-16T16:44:04Z | 2021-09-17T18:21:59Z | 4b06ee428bafa0141c9eb3250003a19109dcfc86 | d695369176aa109f0e0fb8b0019294aaa0823a54 | Implement INamespaceTypeReference.GetUnit for RootModuleType. Fixes #56412. | ./src/Interactive/HostTest/StressTests.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;
using System.Diagnostics;
using System.Globalization;
using System.Thr... | // 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;
using System.Diagnostics;
using System.Globalization;
using System.Thr... | -1 |
dotnet/roslyn | 56,450 | Implement INamespaceTypeReference.GetUnit for RootModuleType | Fixes #56412. | AlekseyTs | 2021-09-16T16:44:04Z | 2021-09-17T18:21:59Z | 4b06ee428bafa0141c9eb3250003a19109dcfc86 | d695369176aa109f0e0fb8b0019294aaa0823a54 | Implement INamespaceTypeReference.GetUnit for RootModuleType. Fixes #56412. | ./src/Compilers/CSharp/Portable/Binder/BinderFlagsExtensions.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.CSharp
{
/// <summary>
/// Extension methods for the <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
namespace Microsoft.CodeAnalysis.CSharp
{
/// <summary>
/// Extension methods for the <s... | -1 |
dotnet/roslyn | 56,450 | Implement INamespaceTypeReference.GetUnit for RootModuleType | Fixes #56412. | AlekseyTs | 2021-09-16T16:44:04Z | 2021-09-17T18:21:59Z | 4b06ee428bafa0141c9eb3250003a19109dcfc86 | d695369176aa109f0e0fb8b0019294aaa0823a54 | Implement INamespaceTypeReference.GetUnit for RootModuleType. Fixes #56412. | ./src/Compilers/Core/Portable/Emit/StateMachineMoveNextDebugInfo.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;
namespace Microsoft.CodeAnalysis.Emit
{
/// <summary>
/// Inf... | // 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;
namespace Microsoft.CodeAnalysis.Emit
{
/// <summary>
/// Inf... | -1 |
dotnet/roslyn | 56,450 | Implement INamespaceTypeReference.GetUnit for RootModuleType | Fixes #56412. | AlekseyTs | 2021-09-16T16:44:04Z | 2021-09-17T18:21:59Z | 4b06ee428bafa0141c9eb3250003a19109dcfc86 | d695369176aa109f0e0fb8b0019294aaa0823a54 | Implement INamespaceTypeReference.GetUnit for RootModuleType. Fixes #56412. | ./src/Features/Core/Portable/EmbeddedLanguages/RegularExpressions/RegexItem.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.Completion;
namespace Microsoft.CodeAnalysis.Features.EmbeddedLang... | // 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.Completion;
namespace Microsoft.CodeAnalysis.Features.EmbeddedLang... | -1 |
dotnet/roslyn | 56,450 | Implement INamespaceTypeReference.GetUnit for RootModuleType | Fixes #56412. | AlekseyTs | 2021-09-16T16:44:04Z | 2021-09-17T18:21:59Z | 4b06ee428bafa0141c9eb3250003a19109dcfc86 | d695369176aa109f0e0fb8b0019294aaa0823a54 | Implement INamespaceTypeReference.GetUnit for RootModuleType. Fixes #56412. | ./src/Compilers/CSharp/Test/Syntax/Parsing/ReadOnlyStructs.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;
using System.Linq;
using Microsoft.CodeAnalysis.CSharp.Test.Utilities;
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 Xunit;
using System.Linq;
using Microsoft.CodeAnalysis.CSharp.Test.Utilities;
using Micros... | -1 |
dotnet/roslyn | 56,450 | Implement INamespaceTypeReference.GetUnit for RootModuleType | Fixes #56412. | AlekseyTs | 2021-09-16T16:44:04Z | 2021-09-17T18:21:59Z | 4b06ee428bafa0141c9eb3250003a19109dcfc86 | d695369176aa109f0e0fb8b0019294aaa0823a54 | Implement INamespaceTypeReference.GetUnit for RootModuleType. Fixes #56412. | ./src/Compilers/CSharp/Portable/Binder/Semantics/Operators/UnaryOperatorOverloadResolutionResult.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.Text;
using Microsoft.CodeAnalysis.PooledObjects;
using Roslyn.Utilities;
namespac... | // 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.Text;
using Microsoft.CodeAnalysis.PooledObjects;
using Roslyn.Utilities;
namespac... | -1 |
dotnet/roslyn | 56,450 | Implement INamespaceTypeReference.GetUnit for RootModuleType | Fixes #56412. | AlekseyTs | 2021-09-16T16:44:04Z | 2021-09-17T18:21:59Z | 4b06ee428bafa0141c9eb3250003a19109dcfc86 | d695369176aa109f0e0fb8b0019294aaa0823a54 | Implement INamespaceTypeReference.GetUnit for RootModuleType. Fixes #56412. | ./src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/Utilities/BKTree.Node.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 Roslyn.Utilities
{
internal partial class BKTree
{
pr... | // 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 Roslyn.Utilities
{
internal partial class BKTree
{
pr... | -1 |
dotnet/roslyn | 56,450 | Implement INamespaceTypeReference.GetUnit for RootModuleType | Fixes #56412. | AlekseyTs | 2021-09-16T16:44:04Z | 2021-09-17T18:21:59Z | 4b06ee428bafa0141c9eb3250003a19109dcfc86 | d695369176aa109f0e0fb8b0019294aaa0823a54 | Implement INamespaceTypeReference.GetUnit for RootModuleType. Fixes #56412. | ./src/Features/Core/Portable/ClassifiedSpansAndHighlightSpan.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 Microsoft.CodeAnalysis.Text;
namespace Microsoft.Code... | // 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 Microsoft.CodeAnalysis.Text;
namespace Microsoft.Code... | -1 |
dotnet/roslyn | 56,450 | Implement INamespaceTypeReference.GetUnit for RootModuleType | Fixes #56412. | AlekseyTs | 2021-09-16T16:44:04Z | 2021-09-17T18:21:59Z | 4b06ee428bafa0141c9eb3250003a19109dcfc86 | d695369176aa109f0e0fb8b0019294aaa0823a54 | Implement INamespaceTypeReference.GetUnit for RootModuleType. Fixes #56412. | ./src/Analyzers/CSharp/Tests/InlineDeclaration/CSharpInlineDeclarationTests_FixAllTests.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.Test.Utilities;
using Roslyn.Test.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.
#nullable disable
using System.Threading.Tasks;
using Microsoft.CodeAnalysis.Test.Utilities;
using Roslyn.Test.Uti... | -1 |
dotnet/roslyn | 56,450 | Implement INamespaceTypeReference.GetUnit for RootModuleType | Fixes #56412. | AlekseyTs | 2021-09-16T16:44:04Z | 2021-09-17T18:21:59Z | 4b06ee428bafa0141c9eb3250003a19109dcfc86 | d695369176aa109f0e0fb8b0019294aaa0823a54 | Implement INamespaceTypeReference.GetUnit for RootModuleType. Fixes #56412. | ./src/Compilers/Core/CodeAnalysisTest/CommonSqmUtilitiesTests.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.Text;
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.Linq;
using System.Text;
using Syst... | -1 |
dotnet/roslyn | 56,450 | Implement INamespaceTypeReference.GetUnit for RootModuleType | Fixes #56412. | AlekseyTs | 2021-09-16T16:44:04Z | 2021-09-17T18:21:59Z | 4b06ee428bafa0141c9eb3250003a19109dcfc86 | d695369176aa109f0e0fb8b0019294aaa0823a54 | Implement INamespaceTypeReference.GetUnit for RootModuleType. Fixes #56412. | ./src/Features/Core/Portable/InvertLogical/AbstractInvertLogicalCodeRefactoringProvider.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.Linq;
using System.Threading;
using System.Threading.Tasks;
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.
using System;
using System.Linq;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.CodeAnalysis... | -1 |
dotnet/roslyn | 56,450 | Implement INamespaceTypeReference.GetUnit for RootModuleType | Fixes #56412. | AlekseyTs | 2021-09-16T16:44:04Z | 2021-09-17T18:21:59Z | 4b06ee428bafa0141c9eb3250003a19109dcfc86 | d695369176aa109f0e0fb8b0019294aaa0823a54 | Implement INamespaceTypeReference.GetUnit for RootModuleType. Fixes #56412. | ./src/EditorFeatures/Test/EditAndContinue/EditAndContinueWorkspaceServiceTests.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,450 | Implement INamespaceTypeReference.GetUnit for RootModuleType | Fixes #56412. | AlekseyTs | 2021-09-16T16:44:04Z | 2021-09-17T18:21:59Z | 4b06ee428bafa0141c9eb3250003a19109dcfc86 | d695369176aa109f0e0fb8b0019294aaa0823a54 | Implement INamespaceTypeReference.GetUnit for RootModuleType. Fixes #56412. | ./src/Compilers/VisualBasic/Portable/Emit/FieldSymbolAdapter.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
Imports Microsoft.Cci
Imports Microsoft.CodeAnalysis.CodeGen
Imports 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.
Imports System.Collections.Immutable
Imports Microsoft.Cci
Imports Microsoft.CodeAnalysis.CodeGen
Imports Microsoft.Co... | -1 |
dotnet/roslyn | 56,450 | Implement INamespaceTypeReference.GetUnit for RootModuleType | Fixes #56412. | AlekseyTs | 2021-09-16T16:44:04Z | 2021-09-17T18:21:59Z | 4b06ee428bafa0141c9eb3250003a19109dcfc86 | d695369176aa109f0e0fb8b0019294aaa0823a54 | Implement INamespaceTypeReference.GetUnit for RootModuleType. Fixes #56412. | ./src/Compilers/VisualBasic/Test/Emit/ExpressionTrees/Results/CheckedConcatenate.txt | -=-=-=-=-=-=-=-=- SByte & String => String -=-=-=-=-=-=-=-=-
Lambda(
Parameter(
x
type: System.SByte
)
Parameter(
y
type: System.String
)
body {
Call(
<NULL>
method: System.String Concat(System.String, System.String) in System.String (
Convert(
ConvertChecked... | -=-=-=-=-=-=-=-=- SByte & String => String -=-=-=-=-=-=-=-=-
Lambda(
Parameter(
x
type: System.SByte
)
Parameter(
y
type: System.String
)
body {
Call(
<NULL>
method: System.String Concat(System.String, System.String) in System.String (
Convert(
ConvertChecked... | -1 |
dotnet/roslyn | 56,450 | Implement INamespaceTypeReference.GetUnit for RootModuleType | Fixes #56412. | AlekseyTs | 2021-09-16T16:44:04Z | 2021-09-17T18:21:59Z | 4b06ee428bafa0141c9eb3250003a19109dcfc86 | d695369176aa109f0e0fb8b0019294aaa0823a54 | Implement INamespaceTypeReference.GetUnit for RootModuleType. Fixes #56412. | ./src/EditorFeatures/VisualBasic/AutomaticEndConstructCorrection/ViewCreationListener.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.ObjectModel
Imports System.ComponentModel.Composition
Imports Microsoft.CodeAnalysis.Editor... | ' 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.ObjectModel
Imports System.ComponentModel.Composition
Imports Microsoft.CodeAnalysis.Editor... | -1 |
dotnet/roslyn | 56,450 | Implement INamespaceTypeReference.GetUnit for RootModuleType | Fixes #56412. | AlekseyTs | 2021-09-16T16:44:04Z | 2021-09-17T18:21:59Z | 4b06ee428bafa0141c9eb3250003a19109dcfc86 | d695369176aa109f0e0fb8b0019294aaa0823a54 | Implement INamespaceTypeReference.GetUnit for RootModuleType. Fixes #56412. | ./src/Analyzers/Core/Analyzers/SimplifyBooleanExpression/SimplifyBooleanExpressionConstants.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.
namespace Microsoft.CodeAnalysis.SimplifyBooleanExpression
{
internal static class SimplifyBooleanExpressionCon... | // 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.SimplifyBooleanExpression
{
internal static class SimplifyBooleanExpressionCon... | -1 |
dotnet/roslyn | 56,450 | Implement INamespaceTypeReference.GetUnit for RootModuleType | Fixes #56412. | AlekseyTs | 2021-09-16T16:44:04Z | 2021-09-17T18:21:59Z | 4b06ee428bafa0141c9eb3250003a19109dcfc86 | d695369176aa109f0e0fb8b0019294aaa0823a54 | Implement INamespaceTypeReference.GetUnit for RootModuleType. Fixes #56412. | ./src/Compilers/Core/Portable/Syntax/AbstractWarningStateMap.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.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.Diagnostics;
using System.Diagnostics.CodeAnalysis;
... | -1 |
dotnet/roslyn | 56,450 | Implement INamespaceTypeReference.GetUnit for RootModuleType | Fixes #56412. | AlekseyTs | 2021-09-16T16:44:04Z | 2021-09-17T18:21:59Z | 4b06ee428bafa0141c9eb3250003a19109dcfc86 | d695369176aa109f0e0fb8b0019294aaa0823a54 | Implement INamespaceTypeReference.GetUnit for RootModuleType. Fixes #56412. | ./src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/CodeStyle/CodeStyleOptions2.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.Diagnostics;
using Microsoft.CodeAnalysis.Options;
using Roslyn.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.
using System.Collections.Immutable;
using System.Diagnostics;
using Microsoft.CodeAnalysis.Options;
using Roslyn.Ut... | -1 |
dotnet/roslyn | 56,450 | Implement INamespaceTypeReference.GetUnit for RootModuleType | Fixes #56412. | AlekseyTs | 2021-09-16T16:44:04Z | 2021-09-17T18:21:59Z | 4b06ee428bafa0141c9eb3250003a19109dcfc86 | d695369176aa109f0e0fb8b0019294aaa0823a54 | Implement INamespaceTypeReference.GetUnit for RootModuleType. Fixes #56412. | ./src/Features/CSharp/Portable/Debugging/CSharpBreakpointResolutionService.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.Composition;
using System.Diagnosti... | // 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.Composition;
using System.Diagnosti... | -1 |
dotnet/roslyn | 56,450 | Implement INamespaceTypeReference.GetUnit for RootModuleType | Fixes #56412. | AlekseyTs | 2021-09-16T16:44:04Z | 2021-09-17T18:21:59Z | 4b06ee428bafa0141c9eb3250003a19109dcfc86 | d695369176aa109f0e0fb8b0019294aaa0823a54 | Implement INamespaceTypeReference.GetUnit for RootModuleType. Fixes #56412. | ./src/VisualStudio/CSharp/Impl/Options/IntelliSenseOptionPageStrings.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.VisualStudio.LanguageServices.CSharp.Options
{
internal static class Int... | // 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.VisualStudio.LanguageServices.CSharp.Options
{
internal static class Int... | -1 |
dotnet/roslyn | 56,450 | Implement INamespaceTypeReference.GetUnit for RootModuleType | Fixes #56412. | AlekseyTs | 2021-09-16T16:44:04Z | 2021-09-17T18:21:59Z | 4b06ee428bafa0141c9eb3250003a19109dcfc86 | d695369176aa109f0e0fb8b0019294aaa0823a54 | Implement INamespaceTypeReference.GetUnit for RootModuleType. Fixes #56412. | ./src/Analyzers/CSharp/CodeFixes/MisplacedUsingDirectives/MisplacedUsingDirectivesCodeFixProvider.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.Composition;
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.Composition;
using... | -1 |
dotnet/roslyn | 56,450 | Implement INamespaceTypeReference.GetUnit for RootModuleType | Fixes #56412. | AlekseyTs | 2021-09-16T16:44:04Z | 2021-09-17T18:21:59Z | 4b06ee428bafa0141c9eb3250003a19109dcfc86 | d695369176aa109f0e0fb8b0019294aaa0823a54 | Implement INamespaceTypeReference.GetUnit for RootModuleType. Fixes #56412. | ./src/Compilers/Core/Portable/PEWriter/LocalScope.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.Diagnostics;
using System.Linq;
using Microsoft.CodeAnalysis;
nam... | // 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.Diagnostics;
using System.Linq;
using Microsoft.CodeAnalysis;
nam... | -1 |
dotnet/roslyn | 56,450 | Implement INamespaceTypeReference.GetUnit for RootModuleType | Fixes #56412. | AlekseyTs | 2021-09-16T16:44:04Z | 2021-09-17T18:21:59Z | 4b06ee428bafa0141c9eb3250003a19109dcfc86 | d695369176aa109f0e0fb8b0019294aaa0823a54 | Implement INamespaceTypeReference.GetUnit for RootModuleType. Fixes #56412. | ./src/Compilers/CSharp/Portable/Symbols/TypeSymbol.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.Concurrent;
using System.Collections.Generic;
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.
#nullable disable
using System;
using System.Collections.Concurrent;
using System.Collections.Generic;
using Syste... | -1 |
dotnet/roslyn | 56,433 | Only allow Contract.ThrowIfNull() to be called on nullable types | We had some places we were calling it on bools. | jasonmalinowski | 2021-09-16T01:20:43Z | 2021-09-16T18:44:11Z | 736fc1b5e6e2847689c0154b3e5f23ea99dd56af | 6d0f4e3f972ceb561b04574e7f957a4ff458e272 | Only allow Contract.ThrowIfNull() to be called on nullable types. We had some places we were calling it on bools. | ./src/Features/Core/Portable/Completion/Providers/AbstractSymbolCompletionProvider.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.Linq;
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.Collections.Generic;
using System.Collections.Immutable;
using System.Linq;
using System... | 1 |
dotnet/roslyn | 56,433 | Only allow Contract.ThrowIfNull() to be called on nullable types | We had some places we were calling it on bools. | jasonmalinowski | 2021-09-16T01:20:43Z | 2021-09-16T18:44:11Z | 736fc1b5e6e2847689c0154b3e5f23ea99dd56af | 6d0f4e3f972ceb561b04574e7f957a4ff458e272 | Only allow Contract.ThrowIfNull() to be called on nullable types. We had some places we were calling it on bools. | ./src/Interactive/Host/Interactive/Core/InteractiveHost.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,433 | Only allow Contract.ThrowIfNull() to be called on nullable types | We had some places we were calling it on bools. | jasonmalinowski | 2021-09-16T01:20:43Z | 2021-09-16T18:44:11Z | 736fc1b5e6e2847689c0154b3e5f23ea99dd56af | 6d0f4e3f972ceb561b04574e7f957a4ff458e272 | Only allow Contract.ThrowIfNull() to be called on nullable types. We had some places we were calling it on bools. | ./src/VisualStudio/Core/Impl/SolutionExplorer/SourceGeneratedFileItems/SourceGeneratedFileItemSource.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;
using System.Collections.ObjectModel;
using System.ComponentModel;
using Sy... | // 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;
using System.Collections.ObjectModel;
using System.ComponentModel;
using Sy... | 1 |
dotnet/roslyn | 56,433 | Only allow Contract.ThrowIfNull() to be called on nullable types | We had some places we were calling it on bools. | jasonmalinowski | 2021-09-16T01:20:43Z | 2021-09-16T18:44:11Z | 736fc1b5e6e2847689c0154b3e5f23ea99dd56af | 6d0f4e3f972ceb561b04574e7f957a4ff458e272 | Only allow Contract.ThrowIfNull() to be called on nullable types. We had some places we were calling it on bools. | ./src/VisualStudio/Core/Test.Next/Remote/SerializationValidator.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;
using System.Collections.Generic;
using System.Collections.Immutable;
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;
using System.Collections.Generic;
using System.Collections.Immutable;
using... | 1 |
dotnet/roslyn | 56,433 | Only allow Contract.ThrowIfNull() to be called on nullable types | We had some places we were calling it on bools. | jasonmalinowski | 2021-09-16T01:20:43Z | 2021-09-16T18:44:11Z | 736fc1b5e6e2847689c0154b3e5f23ea99dd56af | 6d0f4e3f972ceb561b04574e7f957a4ff458e272 | Only allow Contract.ThrowIfNull() to be called on nullable types. We had some places we were calling it on bools. | ./src/VisualStudio/Xaml/Impl/Implementation/LanguageServer/Handler/OnTypeRename/OnTypeRenameHandler.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 System.Linq;
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.Linq;
using System.Threading;
using System.Threading.Tasks;
us... | 1 |
dotnet/roslyn | 56,433 | Only allow Contract.ThrowIfNull() to be called on nullable types | We had some places we were calling it on bools. | jasonmalinowski | 2021-09-16T01:20:43Z | 2021-09-16T18:44:11Z | 736fc1b5e6e2847689c0154b3e5f23ea99dd56af | 6d0f4e3f972ceb561b04574e7f957a4ff458e272 | Only allow Contract.ThrowIfNull() to be called on nullable types. We had some places we were calling it on bools. | ./src/Workspaces/Core/Portable/FindSymbols/SymbolTree/SymbolTreeInfo_Metadata.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,433 | Only allow Contract.ThrowIfNull() to be called on nullable types | We had some places we were calling it on bools. | jasonmalinowski | 2021-09-16T01:20:43Z | 2021-09-16T18:44:11Z | 736fc1b5e6e2847689c0154b3e5f23ea99dd56af | 6d0f4e3f972ceb561b04574e7f957a4ff458e272 | Only allow Contract.ThrowIfNull() to be called on nullable types. We had some places we were calling it on bools. | ./src/Workspaces/SharedUtilitiesAndExtensions/Compiler/Core/Utilities/Contract.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.Runtime.CompilerService... | // 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.Runtime.CompilerService... | 1 |
dotnet/roslyn | 56,433 | Only allow Contract.ThrowIfNull() to be called on nullable types | We had some places we were calling it on bools. | jasonmalinowski | 2021-09-16T01:20:43Z | 2021-09-16T18:44:11Z | 736fc1b5e6e2847689c0154b3e5f23ea99dd56af | 6d0f4e3f972ceb561b04574e7f957a4ff458e272 | Only allow Contract.ThrowIfNull() to be called on nullable types. We had some places we were calling it on bools. | ./src/Analyzers/Core/Analyzers/MatchFolderAndNamespace/MatchFolderAndNamespaceConstants.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.
namespace Microsoft.CodeAnalysis.Analyzers.MatchFolderAndNamespace
{
internal static class MatchFolderAndNamesp... | // 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.Analyzers.MatchFolderAndNamespace
{
internal static class MatchFolderAndNamesp... | -1 |
dotnet/roslyn | 56,433 | Only allow Contract.ThrowIfNull() to be called on nullable types | We had some places we were calling it on bools. | jasonmalinowski | 2021-09-16T01:20:43Z | 2021-09-16T18:44:11Z | 736fc1b5e6e2847689c0154b3e5f23ea99dd56af | 6d0f4e3f972ceb561b04574e7f957a4ff458e272 | Only allow Contract.ThrowIfNull() to be called on nullable types. We had some places we were calling it on bools. | ./src/Compilers/Core/Portable/SourceGeneration/Nodes/IIncrementalGeneratorNode.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.Threading;
namespace Microsoft.CodeAnalysis
{
/// <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.Collections.Generic;
using System.Threading;
namespace Microsoft.CodeAnalysis
{
/// <summary>
... | -1 |
dotnet/roslyn | 56,433 | Only allow Contract.ThrowIfNull() to be called on nullable types | We had some places we were calling it on bools. | jasonmalinowski | 2021-09-16T01:20:43Z | 2021-09-16T18:44:11Z | 736fc1b5e6e2847689c0154b3e5f23ea99dd56af | 6d0f4e3f972ceb561b04574e7f957a4ff458e272 | Only allow Contract.ThrowIfNull() to be called on nullable types. We had some places we were calling it on bools. | ./src/Workspaces/Core/Portable/Workspace/Solution/AnalyzerConfigDocument.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.
namespace Microsoft.CodeAnalysis
{
public sealed class AnalyzerConfigDocument : TextDocument
{
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.
namespace Microsoft.CodeAnalysis
{
public sealed class AnalyzerConfigDocument : TextDocument
{
inte... | -1 |
dotnet/roslyn | 56,433 | Only allow Contract.ThrowIfNull() to be called on nullable types | We had some places we were calling it on bools. | jasonmalinowski | 2021-09-16T01:20:43Z | 2021-09-16T18:44:11Z | 736fc1b5e6e2847689c0154b3e5f23ea99dd56af | 6d0f4e3f972ceb561b04574e7f957a4ff458e272 | Only allow Contract.ThrowIfNull() to be called on nullable types. We had some places we were calling it on bools. | ./src/Compilers/CSharp/Portable/Symbols/RefKindExtensions.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 Roslyn.Utilities;
namespace Microsoft.CodeAnalysis.CSharp.Symbo... | // 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 Roslyn.Utilities;
namespace Microsoft.CodeAnalysis.CSharp.Symbo... | -1 |
dotnet/roslyn | 56,433 | Only allow Contract.ThrowIfNull() to be called on nullable types | We had some places we were calling it on bools. | jasonmalinowski | 2021-09-16T01:20:43Z | 2021-09-16T18:44:11Z | 736fc1b5e6e2847689c0154b3e5f23ea99dd56af | 6d0f4e3f972ceb561b04574e7f957a4ff458e272 | Only allow Contract.ThrowIfNull() to be called on nullable types. We had some places we were calling it on bools. | ./src/Compilers/CSharp/Portable/Symbols/Attributes/PEAttributeData.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 System.Diagnostics;
using System.Diagno... | // 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 System.Diagnostics;
using System.Diagno... | -1 |
dotnet/roslyn | 56,433 | Only allow Contract.ThrowIfNull() to be called on nullable types | We had some places we were calling it on bools. | jasonmalinowski | 2021-09-16T01:20:43Z | 2021-09-16T18:44:11Z | 736fc1b5e6e2847689c0154b3e5f23ea99dd56af | 6d0f4e3f972ceb561b04574e7f957a4ff458e272 | Only allow Contract.ThrowIfNull() to be called on nullable types. We had some places we were calling it on bools. | ./src/EditorFeatures/CSharpTest/PullMemberUp/CSharpPullMemberUpTests.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 System.Threading.Tasks;
using Microsoft.CodeAnalysis.CodeRefactorings;
... | // 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 System.Threading.Tasks;
using Microsoft.CodeAnalysis.CodeRefactorings;
... | -1 |
dotnet/roslyn | 56,433 | Only allow Contract.ThrowIfNull() to be called on nullable types | We had some places we were calling it on bools. | jasonmalinowski | 2021-09-16T01:20:43Z | 2021-09-16T18:44:11Z | 736fc1b5e6e2847689c0154b3e5f23ea99dd56af | 6d0f4e3f972ceb561b04574e7f957a4ff458e272 | Only allow Contract.ThrowIfNull() to be called on nullable types. We had some places we were calling it on bools. | ./src/Workspaces/Core/Portable/Shared/Extensions/SemanticModelExtensions.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.CodeAnalysis;
using System.Linq;
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.
using System;
using System.Collections.Immutable;
using System.Diagnostics.CodeAnalysis;
using System.Linq;
using S... | -1 |
dotnet/roslyn | 56,433 | Only allow Contract.ThrowIfNull() to be called on nullable types | We had some places we were calling it on bools. | jasonmalinowski | 2021-09-16T01:20:43Z | 2021-09-16T18:44:11Z | 736fc1b5e6e2847689c0154b3e5f23ea99dd56af | 6d0f4e3f972ceb561b04574e7f957a4ff458e272 | Only allow Contract.ThrowIfNull() to be called on nullable types. We had some places we were calling it on bools. | ./src/Tools/Source/RunTests/Logger.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.IO;
using System.Linq;
using System.Text;
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.Collections.Generic;
using System.IO;
using System.Linq;
using System.Text;
using System... | -1 |
dotnet/roslyn | 56,433 | Only allow Contract.ThrowIfNull() to be called on nullable types | We had some places we were calling it on bools. | jasonmalinowski | 2021-09-16T01:20:43Z | 2021-09-16T18:44:11Z | 736fc1b5e6e2847689c0154b3e5f23ea99dd56af | 6d0f4e3f972ceb561b04574e7f957a4ff458e272 | Only allow Contract.ThrowIfNull() to be called on nullable types. We had some places we were calling it on bools. | ./src/VisualStudio/Core/Def/Implementation/Interactive/IAbstractResetInteractiveCommand.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 Roslyn.VisualStudio.Services.Interactive
{
/// <summary>
/// An interface that... | // 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 Roslyn.VisualStudio.Services.Interactive
{
/// <summary>
/// An interface that... | -1 |
dotnet/roslyn | 56,433 | Only allow Contract.ThrowIfNull() to be called on nullable types | We had some places we were calling it on bools. | jasonmalinowski | 2021-09-16T01:20:43Z | 2021-09-16T18:44:11Z | 736fc1b5e6e2847689c0154b3e5f23ea99dd56af | 6d0f4e3f972ceb561b04574e7f957a4ff458e272 | Only allow Contract.ThrowIfNull() to be called on nullable types. We had some places we were calling it on bools. | ./src/Workspaces/Core/Portable/Classification/SyntaxClassification/EmbeddedLanguagesClassifier.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.Embedde... | // 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.Embedde... | -1 |
dotnet/roslyn | 56,433 | Only allow Contract.ThrowIfNull() to be called on nullable types | We had some places we were calling it on bools. | jasonmalinowski | 2021-09-16T01:20:43Z | 2021-09-16T18:44:11Z | 736fc1b5e6e2847689c0154b3e5f23ea99dd56af | 6d0f4e3f972ceb561b04574e7f957a4ff458e272 | Only allow Contract.ThrowIfNull() to be called on nullable types. We had some places we were calling it on bools. | ./src/Compilers/CSharp/Test/Syntax/Parsing/NullableParsingTests.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 Roslyn.Test.Utilities;
using Xunit;
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.
#nullable disable
using Microsoft.CodeAnalysis.CSharp.Test.Utilities;
using Roslyn.Test.Utilities;
using Xunit;
us... | -1 |
dotnet/roslyn | 56,433 | Only allow Contract.ThrowIfNull() to be called on nullable types | We had some places we were calling it on bools. | jasonmalinowski | 2021-09-16T01:20:43Z | 2021-09-16T18:44:11Z | 736fc1b5e6e2847689c0154b3e5f23ea99dd56af | 6d0f4e3f972ceb561b04574e7f957a4ff458e272 | Only allow Contract.ThrowIfNull() to be called on nullable types. We had some places we were calling it on bools. | ./src/Features/Core/Portable/ValueTracking/ValueTrackedItem.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.Linq;
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.
using System.Linq;
using System.Collections.Immutable;
using System.Threading;
using System.Threading.Tasks;
using ... | -1 |
dotnet/roslyn | 56,433 | Only allow Contract.ThrowIfNull() to be called on nullable types | We had some places we were calling it on bools. | jasonmalinowski | 2021-09-16T01:20:43Z | 2021-09-16T18:44:11Z | 736fc1b5e6e2847689c0154b3e5f23ea99dd56af | 6d0f4e3f972ceb561b04574e7f957a4ff458e272 | Only allow Contract.ThrowIfNull() to be called on nullable types. We had some places we were calling it on bools. | ./src/Workspaces/SharedUtilitiesAndExtensions/Workspace/CSharp/LanguageServices/CSharpSyntaxFactsService.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.Diagnostics;
using System.Linq;
using System.Th... | // 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.Diagnostics;
using System.Linq;
using System.Th... | -1 |
dotnet/roslyn | 56,433 | Only allow Contract.ThrowIfNull() to be called on nullable types | We had some places we were calling it on bools. | jasonmalinowski | 2021-09-16T01:20:43Z | 2021-09-16T18:44:11Z | 736fc1b5e6e2847689c0154b3e5f23ea99dd56af | 6d0f4e3f972ceb561b04574e7f957a4ff458e272 | Only allow Contract.ThrowIfNull() to be called on nullable types. We had some places we were calling it on bools. | ./src/Compilers/Core/Portable/Diagnostic/SuppressionInfo.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.
namespace Microsoft.CodeAnalysis.Diagnostics
{
/// <summary>
/// Contains information about the source of d... | // 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.Diagnostics
{
/// <summary>
/// Contains information about the source of d... | -1 |
dotnet/roslyn | 56,433 | Only allow Contract.ThrowIfNull() to be called on nullable types | We had some places we were calling it on bools. | jasonmalinowski | 2021-09-16T01:20:43Z | 2021-09-16T18:44:11Z | 736fc1b5e6e2847689c0154b3e5f23ea99dd56af | 6d0f4e3f972ceb561b04574e7f957a4ff458e272 | Only allow Contract.ThrowIfNull() to be called on nullable types. We had some places we were calling it on bools. | ./src/Compilers/CSharp/Portable/Lowering/LocalRewriter/LocalRewriter_UsingStatement.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 Microsoft.Code... | // 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 Microsoft.Code... | -1 |
dotnet/roslyn | 56,433 | Only allow Contract.ThrowIfNull() to be called on nullable types | We had some places we were calling it on bools. | jasonmalinowski | 2021-09-16T01:20:43Z | 2021-09-16T18:44:11Z | 736fc1b5e6e2847689c0154b3e5f23ea99dd56af | 6d0f4e3f972ceb561b04574e7f957a4ff458e272 | Only allow Contract.ThrowIfNull() to be called on nullable types. We had some places we were calling it on bools. | ./src/Compilers/CSharp/Test/Emit/Emit/EditAndContinue/EditAndContinueTest.GenerationVerifier.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.Linq;
using System.Reflection.Metadata;
using System.Reflection.Meta... | // 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.Linq;
using System.Reflection.Metadata;
using System.Reflection.Meta... | -1 |
dotnet/roslyn | 56,433 | Only allow Contract.ThrowIfNull() to be called on nullable types | We had some places we were calling it on bools. | jasonmalinowski | 2021-09-16T01:20:43Z | 2021-09-16T18:44:11Z | 736fc1b5e6e2847689c0154b3e5f23ea99dd56af | 6d0f4e3f972ceb561b04574e7f957a4ff458e272 | Only allow Contract.ThrowIfNull() to be called on nullable types. We had some places we were calling it on bools. | ./src/Compilers/Core/Portable/OutputKind.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;
using System;
using Roslyn.Utilities;
namespace 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.
using Microsoft.CodeAnalysis.Text;
using System;
using Roslyn.Utilities;
namespace Microsoft.CodeAnalysis
{
//... | -1 |
dotnet/roslyn | 56,433 | Only allow Contract.ThrowIfNull() to be called on nullable types | We had some places we were calling it on bools. | jasonmalinowski | 2021-09-16T01:20:43Z | 2021-09-16T18:44:11Z | 736fc1b5e6e2847689c0154b3e5f23ea99dd56af | 6d0f4e3f972ceb561b04574e7f957a4ff458e272 | Only allow Contract.ThrowIfNull() to be called on nullable types. We had some places we were calling it on bools. | ./src/Workspaces/SharedUtilitiesAndExtensions/Workspace/CSharp/Extensions/ITypeSymbolExtensions.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.Diagnostics.CodeAnalysis;
using System.Diagnostics;
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.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Diagnostics;
us... | -1 |
dotnet/roslyn | 56,433 | Only allow Contract.ThrowIfNull() to be called on nullable types | We had some places we were calling it on bools. | jasonmalinowski | 2021-09-16T01:20:43Z | 2021-09-16T18:44:11Z | 736fc1b5e6e2847689c0154b3e5f23ea99dd56af | 6d0f4e3f972ceb561b04574e7f957a4ff458e272 | Only allow Contract.ThrowIfNull() to be called on nullable types. We had some places we were calling it on bools. | ./src/Workspaces/CoreTest/FindAllDeclarationsTests.TestSolutionsAndProject.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 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.Collections.Generic;
using System.Linq;
using Microsoft.CodeAnalysis.... | -1 |
dotnet/roslyn | 56,433 | Only allow Contract.ThrowIfNull() to be called on nullable types | We had some places we were calling it on bools. | jasonmalinowski | 2021-09-16T01:20:43Z | 2021-09-16T18:44:11Z | 736fc1b5e6e2847689c0154b3e5f23ea99dd56af | 6d0f4e3f972ceb561b04574e7f957a4ff458e272 | Only allow Contract.ThrowIfNull() to be called on nullable types. We had some places we were calling it on bools. | ./src/Workspaces/Remote/ServiceHub/Host/RemoteGlobalOperationNotificationService.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 Microsoft.CodeAnalysis.Host.Mef;
... | // 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 Microsoft.CodeAnalysis.Host.Mef;
... | -1 |
dotnet/roslyn | 56,433 | Only allow Contract.ThrowIfNull() to be called on nullable types | We had some places we were calling it on bools. | jasonmalinowski | 2021-09-16T01:20:43Z | 2021-09-16T18:44:11Z | 736fc1b5e6e2847689c0154b3e5f23ea99dd56af | 6d0f4e3f972ceb561b04574e7f957a4ff458e272 | Only allow Contract.ThrowIfNull() to be called on nullable types. We had some places we were calling it on bools. | ./src/EditorFeatures/CSharpTest/Classification/TotalClassifierTests_Dynamic.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.Remote.Testing;
using Microsoft.CodeA... | // 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.Remote.Testing;
using Microsoft.CodeA... | -1 |
dotnet/roslyn | 56,433 | Only allow Contract.ThrowIfNull() to be called on nullable types | We had some places we were calling it on bools. | jasonmalinowski | 2021-09-16T01:20:43Z | 2021-09-16T18:44:11Z | 736fc1b5e6e2847689c0154b3e5f23ea99dd56af | 6d0f4e3f972ceb561b04574e7f957a4ff458e272 | Only allow Contract.ThrowIfNull() to be called on nullable types. We had some places we were calling it on bools. | ./src/Compilers/CSharp/Portable/Binder/ConstantFieldsInProgress.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 Microsoft.CodeAnalysis.CSharp.Symbols;
using Roslyn.Util... | // 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 Microsoft.CodeAnalysis.CSharp.Symbols;
using Roslyn.Util... | -1 |
dotnet/roslyn | 56,433 | Only allow Contract.ThrowIfNull() to be called on nullable types | We had some places we were calling it on bools. | jasonmalinowski | 2021-09-16T01:20:43Z | 2021-09-16T18:44:11Z | 736fc1b5e6e2847689c0154b3e5f23ea99dd56af | 6d0f4e3f972ceb561b04574e7f957a4ff458e272 | Only allow Contract.ThrowIfNull() to be called on nullable types. We had some places we were calling it on bools. | ./src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmClrObjectFavoritesInfo.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
#region Assembly Microsoft.VisualStudio.Debugger.Engine, Version=1.0.0.0, Culture=neutral, Publi... | // 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
#region Assembly Microsoft.VisualStudio.Debugger.Engine, Version=1.0.0.0, Culture=neutral, Publi... | -1 |
dotnet/roslyn | 56,433 | Only allow Contract.ThrowIfNull() to be called on nullable types | We had some places we were calling it on bools. | jasonmalinowski | 2021-09-16T01:20:43Z | 2021-09-16T18:44:11Z | 736fc1b5e6e2847689c0154b3e5f23ea99dd56af | 6d0f4e3f972ceb561b04574e7f957a4ff458e272 | Only allow Contract.ThrowIfNull() to be called on nullable types. We had some places we were calling it on bools. | ./src/Workspaces/Core/Portable/Shared/TestHooks/AsynchronousOperationListenerProvider.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.Collections.Generic;
using System.Collections.Immut... | // 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.Collections.Generic;
using System.Collections.Immut... | -1 |
dotnet/roslyn | 56,433 | Only allow Contract.ThrowIfNull() to be called on nullable types | We had some places we were calling it on bools. | jasonmalinowski | 2021-09-16T01:20:43Z | 2021-09-16T18:44:11Z | 736fc1b5e6e2847689c0154b3e5f23ea99dd56af | 6d0f4e3f972ceb561b04574e7f957a4ff458e272 | Only allow Contract.ThrowIfNull() to be called on nullable types. We had some places we were calling it on bools. | ./src/Compilers/Core/Portable/DiagnosticAnalyzer/AnalysisState.StateKind.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.Diagnostics
{
internal partial class AnalysisState
{
... | // 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.Diagnostics
{
internal partial class AnalysisState
{
... | -1 |
dotnet/roslyn | 56,433 | Only allow Contract.ThrowIfNull() to be called on nullable types | We had some places we were calling it on bools. | jasonmalinowski | 2021-09-16T01:20:43Z | 2021-09-16T18:44:11Z | 736fc1b5e6e2847689c0154b3e5f23ea99dd56af | 6d0f4e3f972ceb561b04574e7f957a4ff458e272 | Only allow Contract.ThrowIfNull() to be called on nullable types. We had some places we were calling it on bools. | ./src/Compilers/CSharp/Portable/Syntax/NamespaceDeclarationSyntax.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.CSharp.Symbols;
using Microsoft.CodeAnalysis.CSharp.Syntax;
using Microsoft.CodeAnalys... | // 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.CSharp.Symbols;
using Microsoft.CodeAnalysis.CSharp.Syntax;
using Microsoft.CodeAnalys... | -1 |
dotnet/roslyn | 56,433 | Only allow Contract.ThrowIfNull() to be called on nullable types | We had some places we were calling it on bools. | jasonmalinowski | 2021-09-16T01:20:43Z | 2021-09-16T18:44:11Z | 736fc1b5e6e2847689c0154b3e5f23ea99dd56af | 6d0f4e3f972ceb561b04574e7f957a4ff458e272 | Only allow Contract.ThrowIfNull() to be called on nullable types. We had some places we were calling it on bools. | ./src/EditorFeatures/Core/Extensibility/SignatureHelp/SignatureHelpItemEventArgs.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.SignatureHelp;
namespace Microsoft.CodeAnalysis.Edit... | // 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.SignatureHelp;
namespace Microsoft.CodeAnalysis.Edit... | -1 |
dotnet/roslyn | 56,433 | Only allow Contract.ThrowIfNull() to be called on nullable types | We had some places we were calling it on bools. | jasonmalinowski | 2021-09-16T01:20:43Z | 2021-09-16T18:44:11Z | 736fc1b5e6e2847689c0154b3e5f23ea99dd56af | 6d0f4e3f972ceb561b04574e7f957a4ff458e272 | Only allow Contract.ThrowIfNull() to be called on nullable types. We had some places we were calling it on bools. | ./src/Features/Core/Portable/GenerateMember/GenerateParameterizedMember/AbstractGenerateConversionService.State.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.Shared.Extens... | // 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.Shared.Extens... | -1 |
dotnet/roslyn | 56,433 | Only allow Contract.ThrowIfNull() to be called on nullable types | We had some places we were calling it on bools. | jasonmalinowski | 2021-09-16T01:20:43Z | 2021-09-16T18:44:11Z | 736fc1b5e6e2847689c0154b3e5f23ea99dd56af | 6d0f4e3f972ceb561b04574e7f957a4ff458e272 | Only allow Contract.ThrowIfNull() to be called on nullable types. We had some places we were calling it on bools. | ./src/Compilers/Core/Portable/Emit/EditAndContinue/DefinitionMap.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,433 | Only allow Contract.ThrowIfNull() to be called on nullable types | We had some places we were calling it on bools. | jasonmalinowski | 2021-09-16T01:20:43Z | 2021-09-16T18:44:11Z | 736fc1b5e6e2847689c0154b3e5f23ea99dd56af | 6d0f4e3f972ceb561b04574e7f957a4ff458e272 | Only allow Contract.ThrowIfNull() to be called on nullable types. We had some places we were calling it on bools. | ./src/Compilers/CSharp/Test/IOperation/IOperation/IOperationTests_IUnaryOperatorExpression.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.Syntax;
using Microsoft.CodeAnalysis.Operations;
using Micro... | // 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.Syntax;
using Microsoft.CodeAnalysis.Operations;
using Micro... | -1 |
dotnet/roslyn | 56,433 | Only allow Contract.ThrowIfNull() to be called on nullable types | We had some places we were calling it on bools. | jasonmalinowski | 2021-09-16T01:20:43Z | 2021-09-16T18:44:11Z | 736fc1b5e6e2847689c0154b3e5f23ea99dd56af | 6d0f4e3f972ceb561b04574e7f957a4ff458e272 | Only allow Contract.ThrowIfNull() to be called on nullable types. We had some places we were calling it on bools. | ./src/EditorFeatures/Core/ExternalAccess/VSTypeScript/Api/IVSTypeScriptFormattingInteractionService.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.Threading;
using System.Threading.Tasks;
using Micro... | // 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.Threading;
using System.Threading.Tasks;
using Micro... | -1 |
dotnet/roslyn | 56,433 | Only allow Contract.ThrowIfNull() to be called on nullable types | We had some places we were calling it on bools. | jasonmalinowski | 2021-09-16T01:20:43Z | 2021-09-16T18:44:11Z | 736fc1b5e6e2847689c0154b3e5f23ea99dd56af | 6d0f4e3f972ceb561b04574e7f957a4ff458e272 | Only allow Contract.ThrowIfNull() to be called on nullable types. We had some places we were calling it on bools. | ./src/ExpressionEvaluator/Core/Test/ResultProvider/Debugger/Engine/DkmMisc.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
#region Assembly Microsoft.VisualStudio.Debugger.Engine, Version=1.0.0.0, Culture=neutral, Publi... | // 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
#region Assembly Microsoft.VisualStudio.Debugger.Engine, Version=1.0.0.0, Culture=neutral, Publi... | -1 |
dotnet/roslyn | 56,433 | Only allow Contract.ThrowIfNull() to be called on nullable types | We had some places we were calling it on bools. | jasonmalinowski | 2021-09-16T01:20:43Z | 2021-09-16T18:44:11Z | 736fc1b5e6e2847689c0154b3e5f23ea99dd56af | 6d0f4e3f972ceb561b04574e7f957a4ff458e272 | Only allow Contract.ThrowIfNull() to be called on nullable types. We had some places we were calling it on bools. | ./src/Compilers/Core/Portable/PEWriter/MemberRefComparer.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.Diagnostics.CodeAnalysis;
using Roslyn.Utilities;
namespace Microso... | // 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.Diagnostics.CodeAnalysis;
using Roslyn.Utilities;
namespace Microso... | -1 |
dotnet/roslyn | 56,433 | Only allow Contract.ThrowIfNull() to be called on nullable types | We had some places we were calling it on bools. | jasonmalinowski | 2021-09-16T01:20:43Z | 2021-09-16T18:44:11Z | 736fc1b5e6e2847689c0154b3e5f23ea99dd56af | 6d0f4e3f972ceb561b04574e7f957a4ff458e272 | Only allow Contract.ThrowIfNull() to be called on nullable types. We had some places we were calling it on bools. | ./src/Scripting/Core/Hosting/AssemblyLoader/AssemblyLoadResult.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.Scripting.Hosting
{
/// <summary>
/// The result of loa... | // 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.Scripting.Hosting
{
/// <summary>
/// The result of loa... | -1 |