1 assignment to MSBuild property AnalysisLevelPrefixPerformance
MSBuildFiles (1)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\analyzers\build\Microsoft.CodeAnalysis.NetAnalyzers.targets (1)
396
<
AnalysisLevelPrefixPerformance
Condition="$(AnalysisLevelPerformance.Contains('-'))">$([System.Text.RegularExpressions.Regex]::Replace($(AnalysisLevelPerformance), '-(.)*', ''))</AnalysisLevelPrefixPerformance>
7 usages of MSBuild property AnalysisLevelPrefixPerformance
MSBuildFiles (7)
C\hostedtoolcache\windows\dotnet\sdk\8.0.100\Sdks\Microsoft.NET.Sdk\analyzers\build\Microsoft.CodeAnalysis.NetAnalyzers.targets (7)
397
<AnalysisLevelSuffixPerformance Condition="'$(
AnalysisLevelPrefixPerformance
)' != ''">$([System.Text.RegularExpressions.Regex]::Replace($(AnalysisLevelPerformance), '$(
AnalysisLevelPrefixPerformance
)-', ''))</AnalysisLevelSuffixPerformance>
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>
407
'$(
AnalysisLevelPrefixPerformance
)' != ''">$(
AnalysisLevelPrefixPerformance
)</EffectiveAnalysisLevelPerformance>