1 implementation of GetAssembly
System.Windows.Forms (1)
winforms\Managed\System\Resources\ResXDataNode.cs (1)
921
public Assembly
GetAssembly
(AssemblyName name, bool throwOnError) {
1 reference to GetAssembly
System.Web (1)
UI\TemplateParser.cs (1)
2338
return _typeResolutionService.
GetAssembly
(asmName, throwOnFail);