1 write to _cachedTfms
dotnet-aot (1)
parent\dotnet\MsbuildProject.cs (1)
150_cachedTfms = [.. project.GetTargetFrameworks()];
3 references to _cachedTfms
dotnet-aot (3)
parent\dotnet\MsbuildProject.cs (3)
144if (_cachedTfms != null) 146return _cachedTfms; 151return _cachedTfms;