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