29 references to GetEntryAssembly
mscorlib (2)
system\appdomain.cs (1)
629Assembly assembly = Assembly.GetEntryAssembly();
system\security\policy\appdomainevidencefactory.cs (1)
65Assembly entryAssembly = Assembly.GetEntryAssembly();
PresentationCore (2)
Core\CSharp\System\Windows\Interop\HwndSourceParameters.cs (1)
428if (string.Compare(System.Reflection.Assembly.GetEntryAssembly().GetName().Name, "drthwndsource", true) == 0)
Core\CSharp\System\Windows\Navigation\BaseUriHelper.cs (1)
464_resourceAssembly = Assembly.GetEntryAssembly();
PresentationFramework (2)
src\Framework\System\Windows\Application.cs (2)
1159_resourceAssembly = Assembly.GetEntryAssembly(); 1171if ((_resourceAssembly == null) && (Assembly.GetEntryAssembly() == null))
System (6)
compmod\microsoft\win32\SystemEvents.cs (5)
1071Assembly entryAssembly = Assembly.GetEntryAssembly(); 1121Assembly entryAssembly = Assembly.GetEntryAssembly(); 1171Assembly entryAssembly = Assembly.GetEntryAssembly(); 1233Assembly exe = Assembly.GetEntryAssembly(); 1252Assembly asm = Assembly.GetEntryAssembly();
compmod\system\componentmodel\design\DesigntimeLicenseContext.cs (1)
113resourceAssembly = Assembly.GetEntryAssembly();
System.Configuration (1)
System\Configuration\ClientConfigPaths.cs (1)
84exeAssembly = Assembly.GetEntryAssembly();
System.Data (1)
fx\src\data\System\Data\ProviderBase\DbConnectionPoolCounters.cs (1)
215Assembly assembly = Assembly.GetEntryAssembly();
System.Data.Entity (3)
System\Data\Common\EntityUtil.cs (1)
2087Assembly entryAssembly = Assembly.GetEntryAssembly(); // entry assembly can be unmanaged.
System\Data\Mapping\StorageMappingItemCollection.ViewDictionary.cs (1)
550Assembly entryAssembly = Assembly.GetEntryAssembly();
System\Data\Metadata\DefaultAssemblyResolver.cs (1)
101Assembly assembly = Assembly.GetEntryAssembly();
System.Web.Services (1)
System\Web\Services\Description\WebCodeGenerator.cs (1)
42Assembly a = Assembly.GetEntryAssembly();
System.Windows.Forms (9)
winforms\Managed\System\WinForms\Application.cs (7)
268Assembly entryAssembly = Assembly.GetEntryAssembly(); 368Assembly asm = Assembly.GetEntryAssembly(); 497Assembly entryAssembly = Assembly.GetEntryAssembly(); 561Assembly entryAssembly = Assembly.GetEntryAssembly(); 1098Assembly entryAssembly = Assembly.GetEntryAssembly(); 1223Assembly exe = Assembly.GetEntryAssembly(); 1397if (Assembly.GetEntryAssembly() == null)
winforms\Managed\System\WinForms\Control.cs (1)
16480if (Assembly.GetEntryAssembly() == null) {
winforms\Managed\System\WinForms\NativeWindow.cs (1)
549Assembly entry = Assembly.GetEntryAssembly();
System.Xml (1)
System\Xml\Serialization\CodeExporter.cs (1)
99Assembly a = Assembly.GetEntryAssembly();
WindowsBase (1)
Base\System\Windows\SplashScreen.cs (1)
59public SplashScreen(string resourceName) : this(Assembly.GetEntryAssembly(), resourceName)