1 instantiation of ExtractInterfaceTestState
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
ExtractInterface\ExtractInterfaceTestState.cs (1)
49return new ExtractInterfaceTestState(workspace);
17 references to ExtractInterfaceTestState
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (12)
ExtractInterface\ExtractInterfaceTests.cs (12)
390using var testState = ExtractInterfaceTestState.Create( 430using var testState = ExtractInterfaceTestState.Create( 471using var testState = ExtractInterfaceTestState.Create( 733using var testState = ExtractInterfaceTestState.Create( 899using var testState = ExtractInterfaceTestState.Create( 1154using var testState = ExtractInterfaceTestState.Create(markup, LanguageNames.CSharp, compilationOptions: null);
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (5)
ExtractInterface\AbstractExtractInterfaceTests.cs (4)
94using var testState = ExtractInterfaceTestState.Create( 156using var testState = ExtractInterfaceTestState.Create(markup, languageName, compilationOptions);
ExtractInterface\ExtractInterfaceTestState.cs (1)
34public static ExtractInterfaceTestState Create(