7 writes to DialogSelection
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (7)
ExtractClass\ExtractClassTests.cs (7)
211DialogSelection = MakeSelection("Method", "Method2") 1606DialogSelection = MakeSelection("Method") 1650DialogSelection = MakeAbstractSelection("Method"), 1703DialogSelection = MakeAbstractSelection("Method", "Method2", "Method3"), 1751DialogSelection = MakeSelection("Method", "Method2"), 1799DialogSelection = MakeSelection("Method2"), 2806DialogSelection = MakeSelection("Field1", "Method"),
1 reference to DialogSelection
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
ExtractClass\ExtractClassTests.cs (1)
42var service = new TestExtractClassOptionsService(DialogSelection, SameFile, IsClassDeclarationSelection)