7 references to CsprojContent
Microsoft.CodeAnalysis.LanguageServer.UnitTests (7)
FileBasedProgramsEntryPointDiscoveryTests.cs (7)
565File.WriteAllText(Path.Combine(tempDir.Path, @"New102.csproj"), CsprojContent); 571File.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); 636File.WriteAllText(Path.Combine(tempDir.Path, @"Project0.csproj"), CsprojContent); 760File.WriteAllText(FullPath(writeCsproj.RelativePath), CsprojContent);