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