4 references to ParseOptions
Microsoft.AspNetCore.OpenApi.SourceGenerators.Tests (4)
SnapshotTestHelper.cs (4)
62classLibrary.Value.Select((source, index) => CSharpSyntaxTree.ParseText(source, options: ParseOptions, path: $"{classLibrary.Key}-{index}.cs")), 87[CSharpSyntaxTree.ParseText(source, options: ParseOptions, path: "Program.cs")], 94parseOptions: ParseOptions); 130var newSyntaxTree = CSharpSyntaxTree.Create(syntaxRootNode, options: ParseOptions, encoding: encoding, path: syntaxTree.FilePath);