7 references to CsprojContent
Microsoft.CodeAnalysis.LanguageServer.UnitTests (7)
FileBasedProgramsEntryPointDiscoveryTests.cs (7)
499File.WriteAllText(Path.Combine(tempDir.Path, @"New102.csproj"), CsprojContent);
505File.WriteAllText(Path.Combine(tempDir.Path, @"New79.csproj"), CsprojContent);
533File.WriteAllText(Path.Combine(tempDir.Path, @"deep/nested/Project2.csproj"), CsprojContent);
534File.WriteAllText(Path.Combine(tempDir.Path, @"Project3.csproj"), CsprojContent);
542File.WriteAllText(Path.Combine(tempDir.Path, @"deep/nested/sub3/New52.csproj"), CsprojContent);
570File.WriteAllText(Path.Combine(tempDir.Path, @"Project0.csproj"), CsprojContent);
694File.WriteAllText(FullPath(writeCsproj.RelativePath), CsprojContent);