4 references to Assembly
System.AddIn (4)
System\Addin\Hosting\Store\AddIn.cs (3)
176
warnings.Add(String.Format(CultureInfo.CurrentCulture, Res.UnknownNamedAddInAttributeParameter, namedArg.Name, type.FullName, type.
Assembly
.ModuleName));
184
warnings.Add(String.Format(CultureInfo.CurrentCulture, Res.AddInMustSpecifyName, type.FullName, type.
Assembly
.ModuleName));
252
warnings.Add(String.Format(CultureInfo.CurrentCulture, Res.NoDefaultConstructor, type.FullName, type.
Assembly
.ModuleName));
System\Addin\MiniReflection\TypeInfo.cs (1)
792
if (MiniAssembly.Equals(ifaceType.
Assembly
, peFile, resolutionScope))