1 write to _potentialAnalyzers
Microsoft.NET.Build.Tasks (1)
ResolvePackageAssets.cs (1)
1087_potentialAnalyzers ??= new List<(string, LockFileTargetLibrary, Version)>();
4 references to _potentialAnalyzers
Microsoft.NET.Build.Tasks (4)
ResolvePackageAssets.cs (4)
1088_potentialAnalyzers.Add((file, library, compilerVersion)); 1137if (_maxApplicableVersion != null && _potentialAnalyzers?.Count > 0) 1139foreach ((string file, LockFileTargetLibrary library, Version version) in _potentialAnalyzers) 1150_potentialAnalyzers?.Clear();