3 references to ValidateProperties
Roslyn.VisualStudio.Next.UnitTests (3)
Services\SolutionServiceTests.cs (3)
205oldSolutionValidator: s => ValidateProperties(s, version: 0, isRecovered: false), 206oldRecoveredSolutionValidator: s => ValidateProperties(s, version: 0, isRecovered: true), 207newRecoveredSolutionValidator: s => ValidateProperties(s, version: 1, isRecovered: true)).ConfigureAwait(false);