3 references to Load
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\AppDomain.cs (1)
195
public Assembly Load(byte[] rawAssembly, byte[]? rawSymbolStore) => Assembly.
Load
(rawAssembly, rawSymbolStore);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Reflection\Assembly.cs (1)
251
public static Assembly Load(byte[] rawAssembly) =>
Load
(rawAssembly, rawSymbolStore: null);
System.Speech (1)
Internal\SrgsCompiler\AppDomainGrammarProxy.cs (1)
114
_assembly = Assembly.
Load
(il, pdb);