1 instantiation of StringCopyPasteTestState
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
StringCopyPaste\StringCopyPasteCommandHandlerTests.cs (1)
56=> new(GetWorkspaceXml(copyFileMarkup, pasteFileMarkup), mockCopyPasteService);
7 references to StringCopyPasteTestState
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (7)
StringCopyPaste\StringCopyPasteCommandHandlerKnownSourceTests.cs (4)
18using var state = StringCopyPasteTestState.CreateTestState( 26using var state = StringCopyPasteTestState.CreateTestState(copyFileMarkup: null, pasteFileMarkup: markup, mockCopyPasteService: true);
StringCopyPaste\StringCopyPasteCommandHandlerTests.cs (1)
55public static StringCopyPasteTestState CreateTestState(string? copyFileMarkup, string pasteFileMarkup, bool mockCopyPasteService)
StringCopyPaste\StringCopyPasteCommandHandlerUnknownSourceTests.cs (2)
12using var state = StringCopyPasteTestState.CreateTestState(copyFileMarkup: null, pasteFileMarkup: markup, mockCopyPasteService: true);