1 write to _cachedTfms
dotnet (1)
MsbuildProject.cs (1)
146_cachedTfms = [.. project.GetTargetFrameworks()];
3 references to _cachedTfms
dotnet (3)
MsbuildProject.cs (3)
140if (_cachedTfms != null) 142return _cachedTfms; 147return _cachedTfms;