1 instantiation of ExtractInterfaceTestState
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
ExtractInterface\ExtractInterfaceTestState.cs (1)
50return new ExtractInterfaceTestState(workspace);
11 references to ExtractInterfaceTestState
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (6)
ExtractInterface\ExtractInterfaceTests.cs (6)
499using var testState = ExtractInterfaceTestState.Create( 539using var testState = ExtractInterfaceTestState.Create( 580using var testState = ExtractInterfaceTestState.Create( 891using var testState = ExtractInterfaceTestState.Create( 1049using var testState = ExtractInterfaceTestState.Create( 1390using var testState = ExtractInterfaceTestState.Create(markup, LanguageNames.CSharp, compilationOptions: null);
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (5)
ExtractInterface\AbstractExtractInterfaceTests.cs (4)
99using var testState = ExtractInterfaceTestState.Create(markup, languageName, compilationOptions, 160using var testState = ExtractInterfaceTestState.Create(markup, languageName, compilationOptions);
ExtractInterface\ExtractInterfaceTestState.cs (1)
35public static ExtractInterfaceTestState Create(