14 references to FullName
System.AddIn (14)
System\Addin\Hosting\AddInStore.cs (2)
1279
AddIn addIn = new AddIn(type, assemblyPath, assemblyPath, assembly.
FullName
);
1318
AddIn addIn = new AddIn(type, relativeFileName, assemblyFileName, assembly.
FullName
);
System\Addin\MiniReflection\MiniAssembly.cs (6)
84
throw new NotImplementedException(String.Format(CultureInfo.CurrentCulture, Res.MultiFileAssembliesNotSupported,
FullName
));
154
throw new BadImageFormatException(Res.UnexpectedlyLoadingASatellite,
FullName
);
168
new System.Reflection.AssemblyName(loadedAssembly.
FullName
);
247
return Utils.AssemblyDefEqualsDef(
FullName
, thatAssembly.
FullName
);
297
return
FullName
.GetHashCode();
System\Addin\MiniReflection\MiniModule.cs (1)
186
throw new NotImplementedException(String.Format(CultureInfo.CurrentCulture, Res.UnknownTokenType, targetType.Table, Assembly.
FullName
));
System\Addin\MiniReflection\TypeInfo.cs (5)
104
_assemblyQualifiedName = FullTypeName + ", " + assembly.
FullName
;
120
_assemblyQualifiedName = FullTypeName + ", " + assembly.
FullName
;
380
_assemblyQualifiedName = FullName + ", " + _assembly.
FullName
;
401
String asmName = _assembly.
FullName
;
402
_assemblyQualifiedName = FullName + ", " + _assembly.
FullName
;