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