5 assignments to MSBuild property EffectiveAnalysisLevelPerformance
MSBuildFiles (5)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\analyzers\build\Microsoft.CodeAnalysis.NetAnalyzers.targets (5)
401
<
EffectiveAnalysisLevelPerformance
Condition="'$(AnalysisLevelPerformance)' == 'none' or '$(AnalysisLevelPrefixPerformance)' == 'none'">$(_NoneAnalysisLevel)</EffectiveAnalysisLevelPerformance>
402
<
EffectiveAnalysisLevelPerformance
Condition="'$(AnalysisLevelPerformance)' == 'latest' or '$(AnalysisLevelPrefixPerformance)' == 'latest'">$(_LatestAnalysisLevel)</EffectiveAnalysisLevelPerformance>
403
<
EffectiveAnalysisLevelPerformance
Condition="'$(AnalysisLevelPerformance)' == 'preview' or '$(AnalysisLevelPrefixPerformance)' == 'preview'">$(_PreviewAnalysisLevel)</EffectiveAnalysisLevelPerformance>
406
<
EffectiveAnalysisLevelPerformance
Condition="'$(EffectiveAnalysisLevelPerformance)' == '' And
408
<
EffectiveAnalysisLevelPerformance
Condition="'$(EffectiveAnalysisLevelPerformance)' == '' And
4 usages of MSBuild property EffectiveAnalysisLevelPerformance
MSBuildFiles (4)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\analyzers\build\Microsoft.CodeAnalysis.NetAnalyzers.targets (4)
406
<EffectiveAnalysisLevelPerformance Condition="'$(
EffectiveAnalysisLevelPerformance
)' == '' And
408
<EffectiveAnalysisLevelPerformance Condition="'$(
EffectiveAnalysisLevelPerformance
)' == '' And
412
<MicrosoftCodeAnalysisNetAnalyzersPerformanceRulesVersion Condition="'$(MicrosoftCodeAnalysisNetAnalyzersPerformanceRulesVersion)' == '' and $(
EffectiveAnalysisLevelPerformance
) != ''">$([System.Text.RegularExpressions.Regex]::Replace($(
EffectiveAnalysisLevelPerformance
), '(.0)*$', ''))</MicrosoftCodeAnalysisNetAnalyzersPerformanceRulesVersion>