Implemented interface member:
property
Conventions
NuGet.Commands.IRestoreTargetGraph.Conventions
1 write to Conventions
NuGet.Commands (1)
RestoreCommand\RestoreTargetGraph.cs (1)
85Conventions = new ManagedCodeConventions(runtimeGraph);
13 references to Conventions
NuGet.Commands (13)
RestoreCommand\CompatibilityChecker.cs (5)
249graph.Conventions.Patterns.ResourceAssemblies, 250graph.Conventions.Patterns.CompileRefAssemblies, 251graph.Conventions.Patterns.RuntimeAssemblies, 252graph.Conventions.Patterns.EmbedAssemblies, 253graph.Conventions.Patterns.ContentFiles
RestoreCommand\LockFileBuilderCache.cs (2)
52List<(List<SelectionCriteria> selectionCriterias, bool fallbackUsed)> result = _criteriaSets.GetOrAdd(key, _ => LockFileUtils.CreateOrderedCriteriaSets(graph.Conventions, framework, runtimeIdentifier: graph.RuntimeIdentifier)); 73return _criteriaSets.GetOrAdd(key, _ => LockFileUtils.CreateOrderedCriteriaSets(graph.Conventions, framework, runtimeIdentifier: graph.RuntimeIdentifier));
RestoreCommand\Utility\LockFileUtils.cs (6)
91(lockFileLib, compileAssetFramework, runtimeAssetFramework) = CreateLockFileTargetLibrary(aliases, library, package, targetGraph.Conventions, dependencyType, 546var orderedCriteria = CreateCriteria(targetGraph.Conventions, targetGraph.Framework, targetGraph.RuntimeIdentifier); 581targetGraph.Conventions.Patterns.CompileRefAssemblies, 582targetGraph.Conventions.Patterns.CompileLibAssemblies); 590targetGraph.Conventions.Patterns.RuntimeAssemblies); 603targetGraph.Conventions.Patterns.CompileLibAssemblies);