1 write to EnableAotAnalyzer
Microsoft.NET.Build.Tasks.UnitTests (1)
ProcessFrameworkReferencesTests.cs (1)
167if (config.EnableAotAnalyzer.HasValue) task.EnableAotAnalyzer = config.EnableAotAnalyzer.Value;
2 references to EnableAotAnalyzer
Microsoft.NET.Build.Tasks (2)
ProcessFrameworkReferences.cs (2)
489else if (IsAotCompatible || EnableAotAnalyzer) 931if ((IsAotCompatible || EnableAotAnalyzer) && normalizedTargetFrameworkVersion < firstTargetFrameworkVersionToSupportAotAnalyzer)