3 usages of MSBuild property RunCodeAnalysisOnce
MSBuildFiles (3)
C\ProgramFiles\MicrosoftVisualStudio\2022\Enterprise\MSBuild\Microsoft\VisualStudio\v17.0\CodeAnalysis\Microsoft.CodeAnalysis.targets (3)
39
<PropertyGroup Condition="'$(RunCodeAnalysis)'=='true' or '$(
RunCodeAnalysisOnce
)'=='true'">
115
<CodeAnalysisSaveMessagesToReport Condition="'$(CodeAnalysisSaveMessagesToReport)'=='' and '$(
RunCodeAnalysisOnce
)'=='true'">Active,Excluded</CodeAnalysisSaveMessagesToReport>
180
<VCAnalyzeOnly Condition="'$(
RunCodeAnalysisOnce
)'=='true' and '$(VCAnalyzeOnlyAllowed)'=='true' and '$(PlatformToolsetVersion)'>='140'">true</VCAnalyzeOnly>