1 write to _conventions
Microsoft.DotNet.PackageValidation (1)
Package.cs (1)
93_conventions = new ManagedCodeConventions(s_runtimeGraph);
13 references to _conventions
Microsoft.DotNet.PackageValidation (13)
Package.cs (13)
97PackageAssets = _contentItemCollection.FindItems(_conventions.Patterns.AnyTargettedFile); 98RefAssets = _contentItemCollection.FindItems(_conventions.Patterns.CompileRefAssemblies); 99LibAssets = _contentItemCollection.FindItems(_conventions.Patterns.CompileLibAssemblies); 101RuntimeAssets = _contentItemCollection.FindItems(_conventions.Patterns.RuntimeAssemblies); 151SelectionCriteria managedCriteria = _conventions.Criteria.ForFramework(framework); 153_conventions.Patterns.RuntimeAssemblies)?.Items; 167SelectionCriteria managedCriteria = _conventions.Criteria.ForFramework(framework); 169_conventions.Patterns.RuntimeAssemblies)?.Items; 184SelectionCriteria managedCriteria = _conventions.Criteria.ForFrameworkAndRuntime(framework, rid); 186_conventions.Patterns.RuntimeAssemblies)?.Items; 200SelectionCriteria managedCriteria = _conventions.Criteria.ForFramework(framework); 202_conventions.Patterns.CompileRefAssemblies : 203_conventions.Patterns.CompileLibAssemblies;