MetalamaAPI documentationExtensions APIMetalama.​Extensions.​Architecture.​PredicatesReference­Predicate­ExtensionsAssembly
Open sandboxFocus

ReferencePredicateExtensions.Assembly Method

Assembly(ReferencePredicateBuilder, String)

Accepts code references contained in a given assembly.

Declaration
public static ReferencePredicate Assembly(this ReferencePredicateBuilder builder, string assemblyName)
Parameters
Type Name Description
ReferencePredicateBuilder builder

The ReferencePredicateBuilder.

System.String assemblyName

The assembly name. The string can contain one of the following patterns: (matches any identifier character, but not the dot), .. (matches any dotted name in the middle of a namespace), . (matches any dotted name at the beginning of a the assembly name) or .* (matches any dotted name at the end of the assembly name).

Returns
Type Description
ReferencePredicate