6 references to GetFileContents
Microsoft.VisualStudio.LanguageServices.IntegrationTests (6)
CSharp\CSharpRenameFileToMatchTypeRefactoring.cs (5)
40
AssertEx.EqualOrDiff(@"class MismatchedClassName { }", VisualStudio.SolutionExplorer.
GetFileContents
(project, "MismatchedClassName.cs"));
57
AssertEx.EqualOrDiff(@"class MismatchedClassName { }", VisualStudio.SolutionExplorer.
GetFileContents
(project, @"folder1\folder2\MismatchedClassName.cs"));
73
AssertEx.EqualOrDiff(@"public class MismatchedClassName { }", VisualStudio.SolutionExplorer.
GetFileContents
(project, "MismatchedClassName.cs"));
78
AssertEx.EqualOrDiff(@"public class MismatchedClassName { }", VisualStudio.SolutionExplorer.
GetFileContents
(project, "Class1.cs"));
90
AssertEx.EqualOrDiff(@"public class MismatchedClassName { }", VisualStudio.SolutionExplorer.
GetFileContents
(project, "MismatchedClassName.cs"));
VisualBasic\BasicCodeActions.cs (1)
56
VisualStudio.SolutionExplorer.
GetFileContents
(project, "Goo.vb"));