36 references to GetCallingAssembly
mscorlib (5)
system\resources\resourcemanager.cs (4)
278
m_callingAssembly = (RuntimeAssembly)Assembly.
GetCallingAssembly
();
372
m_callingAssembly = (RuntimeAssembly)Assembly.
GetCallingAssembly
();
410
m_callingAssembly = (RuntimeAssembly)Assembly.
GetCallingAssembly
();
437
m_callingAssembly = (RuntimeAssembly)Assembly.
GetCallingAssembly
();
system\security\permissions\principalpermission.cs (1)
446
System.Reflection.Assembly asm = Reflection.Assembly.
GetCallingAssembly
();
System.Data.Entity (29)
System\Data\Common\Utils\MetadataHelper.cs (1)
169
workspace.ImplicitLoadAssemblyForType(nonNullabelType, System.Reflection.Assembly.
GetCallingAssembly
());
System\Data\Objects\CompiledQuery.cs (16)
383
arg0.MetadataWorkspace.ImplicitLoadAssemblyForType(typeof(TResult), System.Reflection.Assembly.
GetCallingAssembly
());
395
arg0.MetadataWorkspace.ImplicitLoadAssemblyForType(typeof(TResult), System.Reflection.Assembly.
GetCallingAssembly
());
407
arg0.MetadataWorkspace.ImplicitLoadAssemblyForType(typeof(TResult), System.Reflection.Assembly.
GetCallingAssembly
());
419
arg0.MetadataWorkspace.ImplicitLoadAssemblyForType(typeof(TResult), System.Reflection.Assembly.
GetCallingAssembly
());
431
arg0.MetadataWorkspace.ImplicitLoadAssemblyForType(typeof(TResult), System.Reflection.Assembly.
GetCallingAssembly
());
443
arg0.MetadataWorkspace.ImplicitLoadAssemblyForType(typeof(TResult), System.Reflection.Assembly.
GetCallingAssembly
());
455
arg0.MetadataWorkspace.ImplicitLoadAssemblyForType(typeof(TResult), System.Reflection.Assembly.
GetCallingAssembly
());
467
arg0.MetadataWorkspace.ImplicitLoadAssemblyForType(typeof(TResult), System.Reflection.Assembly.
GetCallingAssembly
());
479
arg0.MetadataWorkspace.ImplicitLoadAssemblyForType(typeof(TResult), System.Reflection.Assembly.
GetCallingAssembly
());
491
arg0.MetadataWorkspace.ImplicitLoadAssemblyForType(typeof(TResult), System.Reflection.Assembly.
GetCallingAssembly
());
503
arg0.MetadataWorkspace.ImplicitLoadAssemblyForType(typeof(TResult), System.Reflection.Assembly.
GetCallingAssembly
());
515
arg0.MetadataWorkspace.ImplicitLoadAssemblyForType(typeof(TResult), System.Reflection.Assembly.
GetCallingAssembly
());
527
arg0.MetadataWorkspace.ImplicitLoadAssemblyForType(typeof(TResult), System.Reflection.Assembly.
GetCallingAssembly
());
539
arg0.MetadataWorkspace.ImplicitLoadAssemblyForType(typeof(TResult), System.Reflection.Assembly.
GetCallingAssembly
());
551
arg0.MetadataWorkspace.ImplicitLoadAssemblyForType(typeof(TResult), System.Reflection.Assembly.
GetCallingAssembly
());
563
arg0.MetadataWorkspace.ImplicitLoadAssemblyForType(typeof(TResult), System.Reflection.Assembly.
GetCallingAssembly
());
System\Data\Objects\ObjectContext.cs (7)
1638
MetadataWorkspace.ImplicitLoadAssemblyForType(typeof(T), System.Reflection.Assembly.
GetCallingAssembly
());
1915
this.MetadataWorkspace.ImplicitLoadAssemblyForType(entityCLRType, System.Reflection.Assembly.
GetCallingAssembly
());
1945
MetadataWorkspace.ImplicitLoadFromEntityType(entitySet.ElementType, System.Reflection.Assembly.
GetCallingAssembly
());
2501
MetadataWorkspace.ImplicitLoadFromEntityType(entitySet.ElementType, System.Reflection.Assembly.
GetCallingAssembly
());
3073
this.MetadataWorkspace.ImplicitLoadAssemblyForType(typeof(TElement), System.Reflection.Assembly.
GetCallingAssembly
());
3121
this.MetadataWorkspace.ImplicitLoadAssemblyForType(typeof(TElement), System.Reflection.Assembly.
GetCallingAssembly
());
3147
this.MetadataWorkspace.ImplicitLoadAssemblyForType(typeof(TEntity), System.Reflection.Assembly.
GetCallingAssembly
());
System\Data\Objects\ObjectQuery_EntitySqlExtensions.cs (5)
106
context.MetadataWorkspace.ImplicitLoadAssemblyForType(typeof(T), System.Reflection.Assembly.
GetCallingAssembly
());
147
context.MetadataWorkspace.ImplicitLoadAssemblyForType(typeof(T), System.Reflection.Assembly.
GetCallingAssembly
());
191
context.MetadataWorkspace.ImplicitLoadAssemblyForType(typeof(T), System.Reflection.Assembly.
GetCallingAssembly
());
360
this.QueryState.ObjectContext.MetadataWorkspace.ImplicitLoadAssemblyForType(typeof(TResultType), System.Reflection.Assembly.
GetCallingAssembly
());
475
this.QueryState.ObjectContext.MetadataWorkspace.ImplicitLoadAssemblyForType(typeof(TResultType), System.Reflection.Assembly.
GetCallingAssembly
());
System.Web.Entity (1)
System\Data\WebControls\EntityDataSourceView.cs (1)
1189
_ctx.MetadataWorkspace.LoadFromAssembly(System.Reflection.Assembly.
GetCallingAssembly
());
System.Windows.Forms (1)
winforms\Managed\System\WinForms\Application.cs (1)
1099
Assembly callingAssembly = Assembly.
GetCallingAssembly
();