15 references to FeatureName
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (15)
Parsing\IgnoredDirectiveParsingTests.cs (15)
73UsingTree(source, options.WithFeature(FeatureName));
110parseOptions: TestOptions.Regular.WithFeature(FeatureName),
120var root = SyntaxFactory.ParseCompilationUnit(source, options: TestOptions.Regular.WithFeature(FeatureName));
142var root = SyntaxFactory.ParseCompilationUnit(source, options: TestOptions.Regular.WithFeature(FeatureName));
162var root = SyntaxFactory.ParseCompilationUnit("#!abc", options: TestOptions.Regular.WithFeature(FeatureName));
179options = options.WithFeature(FeatureName);
235UsingTree(source, TestOptions.Regular.WithFeature(FeatureName),
302UsingTree(source, TestOptions.Regular.WithFeature(FeatureName).WithPreprocessorSymbols("X"),
370UsingTree(source, TestOptions.Regular.WithFeature(FeatureName),
446UsingTree(source, TestOptions.Regular.WithFeature(FeatureName));
486UsingTree(source, TestOptions.Regular.WithFeature(FeatureName));
535UsingTree(source, TestOptions.Regular.WithFeature(FeatureName));
562UsingTree(source, TestOptions.Regular.WithFeature(FeatureName),
604UsingTree(source, TestOptions.Regular.WithFeature(FeatureName));
629UsingTree(source, TestOptions.Regular.WithFeature(FeatureName),