GenerationOptions.cs 123 B

1234
  1. namespace System.Linq.Async.SourceGenerator
  2. {
  3. internal sealed record GenerationOptions(bool SupportFlatAsyncApi);
  4. }