7 references to CsprojContent
Microsoft.CodeAnalysis.LanguageServer.UnitTests (7)
FileBasedProgramsEntryPointDiscoveryTests.cs (7)
558File.WriteAllText(Path.Combine(tempDir.Path, @"New102.csproj"), CsprojContent);
564File.WriteAllText(Path.Combine(tempDir.Path, @"New79.csproj"), CsprojContent);
599File.WriteAllText(Path.Combine(tempDir.Path, @"deep/nested/Project2.csproj"), CsprojContent);
600File.WriteAllText(Path.Combine(tempDir.Path, @"Project3.csproj"), CsprojContent);
608File.WriteAllText(Path.Combine(tempDir.Path, @"deep/nested/sub3/New52.csproj"), CsprojContent);
643File.WriteAllText(Path.Combine(tempDir.Path, @"Project0.csproj"), CsprojContent);
767File.WriteAllText(FullPath(writeCsproj.RelativePath), CsprojContent);