You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// Set to true to include the AnalyzerConfigOptionsProvider's GlobalOptions details.
68
-
/// </summary>
69
-
publicboolIncludeGlobalOptions{get;set;}
70
-
71
-
/// <summary>
72
-
/// Set to true to include the CompilationProvider's Compilation details.
73
-
/// </summary>
74
-
publicboolIncludeCompilation{get;set;}
75
-
76
-
/// <summary>
77
-
/// Set to true to include the CompilationProvider's Compilation.Options details.
78
-
/// </summary>
79
-
publicboolIncludeCompilationOptions{get;set;}
80
-
81
-
/// <summary>
82
-
/// Set to true to include the CompilationProvider's Compilation.Assembly details.
83
-
/// </summary>
84
-
publicboolIncludeCompilationAssembly{get;set;}
85
-
86
-
/// <summary>
87
-
/// Set to true to include the Counts of CompilationProvider's Compilation.References, Compilation.DirectiveReferences, Compilation.ExternalReferences, and Compilation.ReferencedAssemblyNames.
88
-
/// </summary>
89
-
publicboolIncludeCompilationReferences{get;set;}
90
-
91
-
/// <summary>
92
-
/// Set to true to include the ParseOptionsProvider's ParseOptions details.
93
-
/// </summary>
94
-
publicboolIncludeParseOptions{get;set;}
95
-
96
-
/// <summary>
97
-
/// Set to true to include the AdditionalTextsProvider's AdditionalText details.
98
-
/// </summary>
99
-
publicboolIncludeAdditionalTexts{get;set;}
100
-
101
-
/// <summary>
102
-
/// Set to true to include the AdditionalTextsProvider's AdditionalText details combined with AnalyzerConfigOptionsProvider's AnalyzerConfigOptions for the AdditionalText.
103
-
/// </summary>
104
-
publicboolIncludeAdditionalTextsOptions{get;set;}
105
-
106
-
/// <summary>
107
-
/// Set to true to include the MetadataReferencesProvider's MetadataReference details.
108
-
/// </summary>
109
-
publicboolIncludeMetadataReferences{get;set;}
110
-
35
+
publicIncludeFlagsIncludeFlags{get;set;}
111
36
112
37
#region Demonstration purposes only
113
38
@@ -123,8 +48,7 @@ public SourceGeneratorContextAttribute()
0 commit comments