3 references to TestProperty
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (3)
Parsing\CSharpParseOptionsTests.cs (3)
44
TestProperty
((old, value) => old.WithKind(value), opt => opt.Kind, SourceCodeKind.Script);
45
TestProperty
((old, value) => old.WithLanguageVersion(value), opt => opt.LanguageVersion, LanguageVersion.CSharp3);
46
TestProperty
((old, value) => old.WithDocumentationMode(value), opt => opt.DocumentationMode, DocumentationMode.None);