8 references to Runtime
NuGet.Commands (6)
RestoreCommand\CompatibilityChecker.cs (3)
114| LibraryIncludeFlags.Runtime)) == LibraryIncludeFlags.None) 159if ((packageIncludeFlags & LibraryIncludeFlags.Runtime) == LibraryIncludeFlags.Runtime)
RestoreCommand\Utility\LockFileUtils.cs (3)
349LibraryIncludeFlags.Runtime, 358LibraryIncludeFlags.Runtime, 1037if ((dependencyType & LibraryIncludeFlags.Runtime) == LibraryIncludeFlags.None)
NuGet.LibraryModel (2)
LibraryIncludeFlag.cs (1)
19All = Analyzers | Build | Compile | ContentFiles | Native | Runtime | BuildTransitive
LibraryIncludeFlagUtils.cs (1)
44result |= LibraryIncludeFlags.Runtime;