6 references to Analyzers
NuGet.Commands (3)
RestoreCommand\RestoreCommand.cs (2)
537if ((includeFlags & LibraryIncludeFlags.Analyzers) != LibraryIncludeFlags.None) 552&& (directDependency.IncludeType & LibraryIncludeFlags.Analyzers) == LibraryIncludeFlags.None;
RestoreCommand\Utility\LockFileUtils.cs (1)
1190if ((dependencyType & LibraryIncludeFlags.Analyzers) == LibraryIncludeFlags.None)
NuGet.LibraryModel (3)
LibraryIncludeFlag.cs (1)
19All = Analyzers | Build | Compile | ContentFiles | Native | Runtime | BuildTransitive
LibraryIncludeFlagUtils.cs (2)
20(LibraryIncludeFlags.Build | LibraryIncludeFlags.ContentFiles | LibraryIncludeFlags.Analyzers); 59result |= LibraryIncludeFlags.Analyzers;