8 references to Create
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (6)
ExtractInterface\ExtractInterfaceTests.cs (6)
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 (2)
ExtractInterface\AbstractExtractInterfaceTests.cs (2)
94using var testState = ExtractInterfaceTestState.Create( 156using var testState = ExtractInterfaceTestState.Create(markup, languageName, compilationOptions);