提交 86debe42 编写于 作者: P Petr Houška

PR Feedback cleanup.

上级 8002dbba
......@@ -20,7 +20,7 @@ namespace Microsoft.CodeAnalysis.Editor.UnitTests.RefactoringHelpers
public abstract class RefactoringHelpersTestBase<TWorkspaceFixture> : TestBase, IClassFixture<TWorkspaceFixture>, IDisposable
where TWorkspaceFixture : TestWorkspaceFixture, new()
{
protected TWorkspaceFixture fixture;
protected readonly TWorkspaceFixture fixture;
protected RefactoringHelpersTestBase(TWorkspaceFixture workspaceFixture)
{
......
......@@ -16,7 +16,7 @@ namespace Microsoft.CodeAnalysis.Editor.UnitTests.TypeInferrer
public abstract class TypeInferrerTestBase<TWorkspaceFixture> : TestBase, IClassFixture<TWorkspaceFixture>, IDisposable
where TWorkspaceFixture : TestWorkspaceFixture, new()
{
protected TWorkspaceFixture fixture;
protected readonly TWorkspaceFixture fixture;
protected TypeInferrerTestBase(TWorkspaceFixture workspaceFixture)
{
......

// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
// Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
using System;
using System.Linq;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册