35 references to CSharpCompilationOptions
Microsoft.CodeAnalysis.CSharp (35)
CSharpCompilationOptions.cs (35)
343
return (flags == TopLevelBinderFlags) ? this : new
CSharpCompilationOptions
(this) { TopLevelBinderFlags = flags };
357
return new
CSharpCompilationOptions
(this) { OutputKind = kind };
367
return new
CSharpCompilationOptions
(this) { ModuleName = moduleName };
377
return new
CSharpCompilationOptions
(this) { ScriptClassName = name };
387
return new
CSharpCompilationOptions
(this) { MainTypeName = name };
397
return new
CSharpCompilationOptions
(this) { CryptoKeyContainer = name };
412
return new
CSharpCompilationOptions
(this) { CryptoKeyFile = path };
427
return new
CSharpCompilationOptions
(this) { CryptoPublicKey = value };
437
return new
CSharpCompilationOptions
(this) { DelaySign = value };
447
return new
CSharpCompilationOptions
(this) { Usings = usings };
451
new
CSharpCompilationOptions
(this) { Usings = usings.AsImmutableOrEmpty() };
462
return new
CSharpCompilationOptions
(this) { OptimizationLevel = value };
472
return new
CSharpCompilationOptions
(this) { CheckOverflow = enabled };
482
return new
CSharpCompilationOptions
(this) { NullableContextOptions = options };
492
return new
CSharpCompilationOptions
(this) { AllowUnsafe = enabled };
503
return new
CSharpCompilationOptions
(this) { MemorySafetyRulesVersion = version };
518
return new
CSharpCompilationOptions
(this) { Platform = platform };
528
return new
CSharpCompilationOptions
(this) { PublicSign = publicSign };
549
return new
CSharpCompilationOptions
(this) { GeneralDiagnosticOption = value };
564
return new
CSharpCompilationOptions
(this) { SpecificDiagnosticOptions = values };
568
new
CSharpCompilationOptions
(this) { SpecificDiagnosticOptions = values.ToImmutableDictionaryOrEmpty() };
577
return new
CSharpCompilationOptions
(this) { ReportSuppressedDiagnostics = reportSuppressedDiagnostics };
587
return new
CSharpCompilationOptions
(this) { WarningLevel = warningLevel };
597
return new
CSharpCompilationOptions
(this) { ConcurrentBuild = concurrentBuild };
607
return new
CSharpCompilationOptions
(this) { Deterministic = deterministic };
617
return new
CSharpCompilationOptions
(this) { CurrentLocalTime = value };
627
return new
CSharpCompilationOptions
(this) { DebugPlusMode = debugPlusMode };
637
return new
CSharpCompilationOptions
(this) { MetadataImportOptions = value };
647
return new
CSharpCompilationOptions
(this) { ReferencesSupersedeLowerVersions = value };
657
return new
CSharpCompilationOptions
(this) { XmlReferenceResolver = resolver };
667
return new
CSharpCompilationOptions
(this) { SourceReferenceResolver = resolver };
677
return new
CSharpCompilationOptions
(this) { SyntaxTreeOptionsProvider = provider };
687
return new
CSharpCompilationOptions
(this) { MetadataReferenceResolver = resolver };
699
return new
CSharpCompilationOptions
(this) { AssemblyIdentityComparer = comparer };
709
return new
CSharpCompilationOptions
(this) { StrongNameProvider = provider };