Skip to content

Commit

Permalink
NRT'
Browse files Browse the repository at this point in the history
  • Loading branch information
CyrusNajmabadi committed Dec 18, 2021
1 parent 5acec67 commit 31d442c
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.

#nullable disable

using System;
using System.Threading;
using Microsoft.VisualStudio.ComponentModelHost;
Expand All @@ -14,7 +12,7 @@ namespace Microsoft.VisualStudio.LanguageServices.Implementation.LanguageService
{
internal abstract class AbstractPackage : AsyncPackage
{
private IComponentModel _componentModel_doNotAccessDirectly;
private IComponentModel? _componentModel_doNotAccessDirectly;

internal IComponentModel ComponentModel
{
Expand Down

0 comments on commit 31d442c

Please sign in to comment.