2 references to EnableAotAnalyzer
ILLink.RoslynAnalyzer (2)
MSBuildPropertyOptionNames.cs (1)
11
public const string EnableAotAnalyzer = nameof(
EnableAotAnalyzer
);
RequiresDynamicCodeAnalyzer.cs (1)
47
options.IsMSBuildPropertyValueTrue(MSBuildPropertyOptionNames.
EnableAotAnalyzer
);