1 instantiation of ExtractInterfaceTestState
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
ExtractInterface\ExtractInterfaceTestState.cs (1)
49return new ExtractInterfaceTestState(workspace);
11 references to ExtractInterfaceTestState
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (6)
ExtractInterface\ExtractInterfaceTests.cs (6)
500using var testState = ExtractInterfaceTestState.Create( 540using var testState = ExtractInterfaceTestState.Create( 581using var testState = ExtractInterfaceTestState.Create( 892using var testState = ExtractInterfaceTestState.Create( 1050using var testState = ExtractInterfaceTestState.Create( 1391using var testState = ExtractInterfaceTestState.Create(markup, LanguageNames.CSharp, compilationOptions: null);
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (5)
ExtractInterface\AbstractExtractInterfaceTests.cs (4)
102using var testState = ExtractInterfaceTestState.Create( 164using var testState = ExtractInterfaceTestState.Create(markup, languageName, compilationOptions);
ExtractInterface\ExtractInterfaceTestState.cs (1)
34public static ExtractInterfaceTestState Create(