2 references to GetGeneratedCodeKindFromOptions
Microsoft.CodeAnalysis.BannedApiAnalyzers (2)
src\Workspaces\SharedUtilitiesAndExtensions\Compiler\Core\Extensions\SyntaxTreeExtensions.cs (1)
236
var isUserConfiguredGeneratedCode = GeneratedCodeUtilities.
GetGeneratedCodeKindFromOptions
(analyzerConfigOptions).ToNullable();
SymbolIsBannedAnalyzerBase.cs (1)
285
var generatedCodeKind = GeneratedCodeUtilities.
GetGeneratedCodeKindFromOptions
(options);