1 write to GeneratedNameTypeParameterSuffix
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
ExtractInterface\TestExtractInterfaceOptions.cs (1)
56this.GeneratedNameTypeParameterSuffix = generatedNameTypeParameterSuffix;
1 reference to GeneratedNameTypeParameterSuffix
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
ExtractInterface\AbstractExtractInterfaceTests.cs (1)
130Assert.Equal(expectedTypeParameterSuffix, testState.TestExtractInterfaceOptionsService.GeneratedNameTypeParameterSuffix);