4 references to registrations
Microsoft.Web.XmlTransform (4)
NamedTypeFactory.cs (4)
29
registrations
.Add(new Registration(assembly, nameSpace));
33
registrations
.Add(new AssemblyNameRegistration(assemblyName, nameSpace));
42
registrations
.Add(new PathRegistration(path, nameSpace));
70
foreach (Registration registration in
registrations
) {