1 write to _cachedTfms
dotnet (1)
MsbuildProject.cs (1)
153
_cachedTfms
= [.. project.GetTargetFrameworks()];
3 references to _cachedTfms
dotnet (3)
MsbuildProject.cs (3)
147
if (
_cachedTfms
!= null)
149
return
_cachedTfms
;
154
return
_cachedTfms
;