Implemented interface member:
property
Location
System.Runtime.InteropServices._Assembly.Location
2 overrides of Location
mscorlib (2)
system\reflection\assembly.cs (1)
2370public override String Location
system\reflection\emit\assemblybuilder.cs (1)
1236public override String Location
49 references to Location
PresentationBuildTasks (2)
BuildTasks\MS\Internal\Tasks\IncrementalCompileAnalyzer.cs (1)
92if (IsFileChanged(Assembly.GetExecutingAssembly().Location) ||
BuildTasks\MS\Internal\Tasks\TaskHelper.cs (1)
75string acPath = Assembly.GetExecutingAssembly().Location;
PresentationFramework (2)
src\Framework\MS\Internal\AppModel\AssemblyFilter.cs (1)
109fileVersionInfo = FileVersionInfo.GetVersionInfo(a.Location);
src\Framework\System\Windows\Documents\Serialization\SerializerDescriptor.cs (1)
117sd._assemblyPath = factoryType.Assembly.Location;
System.Data (1)
cdf\src\NetFx40\Tools\Microsoft.Tools.Common\Microsoft\VisualStudio\Activities\WorkflowDesignerExtensionManager.cs (1)
63string assemblyLocation = Assembly.GetExecutingAssembly().Location;
System.Data.Entity.Design (7)
System\Data\Entity\Design\EntityCodeGenerator.cs (7)
556typeof(System.CodeDom.Compiler.CodeDomProvider).Assembly.Location, // System.dll 557typeof(System.Linq.Enumerable).Assembly.Location, // System.Core.dll 558typeof(System.Data.Objects.ObjectContext).Assembly.Location, // System.Data.Entity.dll 559typeof(System.Data.Entity.Design.EntityCodeGenerator).Assembly.Location, // System.Data.Entity.Design.dll 560typeof(System.Data.DbType).Assembly.Location, // System.Data.dll 561typeof(System.Xml.XmlAttribute).Assembly.Location, // System.Xml.dll 562typeof(System.Xml.Linq.XElement).Assembly.Location, // System.Xml.Linq.dll
System.Data.SqlXml (3)
System\Xml\Xsl\Xslt\Scripts.cs (1)
221compilParams.ReferencedAssemblies.Add(typeof(System.Xml.Res).Assembly.Location);
System\Xml\Xsl\Xslt\XsltLoader.cs (2)
1194asmLocation = Assembly.Load(name).Location; 1209asmLocation = Assembly.LoadFrom(ResolveUri(href, input.BaseUri).ToString()).Location;
System.Management (9)
Instrumentation\CodeSpit.cs (2)
113if(!assemblies.Contains(type.Assembly.Location)) 114assemblies.Add(type.Assembly.Location);
Instrumentation\Instrumentation.cs (5)
279if (!parameters.ReferencedAssemblies.Contains(type.Assembly.Location)) 281parameters.ReferencedAssemblies.Add(type.Assembly.Location); 323parameters.ReferencedAssemblies.Add(assembly.Location); 324parameters.ReferencedAssemblies.Add(typeof(BaseEvent).Assembly.Location); 325parameters.ReferencedAssemblies.Add(typeof(System.ComponentModel.Component).Assembly.Location);
Instrumentation\MetaDataInfo.cs (1)
104public MetaDataInfo(Assembly assembly) : this(assembly.Location) {}
Instrumentation\SchemaRegistration.cs (1)
92this.assemblyPath = assembly.Location;
System.Runtime.Serialization (1)
System\Runtime\Serialization\CodeExporter.cs (1)
128string assemblyName = System.IO.Path.GetFileName(assembly.Location);
System.ServiceModel (1)
System\ServiceModel\Description\ServiceContractGenerator.cs (1)
76string assemblyName = System.IO.Path.GetFileName(assembly.Location);
System.Web (6)
Compilation\AssemblyResolver.cs (1)
461searchPaths.Add(Path.GetDirectoryName(a.Location));
Compilation\BuildManager.cs (1)
2121compilerParameters.OutputAssembly = resultAssembly.Location;
Compilation\BuildResult.cs (1)
908hashCodeCombiner.AddFile(localResAssembly.Location);
Compilation\ClientBuildManager.cs (1)
273_host.RegisterAssembly(type.Assembly.FullName, type.Assembly.Location);
Configuration\BrowserCapabilitiesCodeGenerator.cs (1)
839gacutil.GacInstall(resultAssembly.Location);
UI\Util.cs (1)
1268string location = assembly.Location;
System.Windows.Forms (2)
winforms\Managed\System\Resources\ResXDataNode.cs (1)
1056if (result.Assembly.GlobalAssemblyCache || IsNetFrameworkAssembly(result.Assembly.Location)) {
winforms\Managed\System\WinForms\Application.cs (1)
1049assemblyLoc = typeof(Application).Assembly.Location;
System.Workflow.Activities (1)
Common\CompModHelpers.cs (1)
581path = Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location);
System.Workflow.ComponentModel (4)
AuthoringOM\Compiler\XomlCompiler.cs (1)
695string mscorlibPath = typeof(object).Assembly.Location;
AuthoringOM\Compiler\XomlCompilerHelpers.cs (1)
248foreach (string referenceType in MetaDataReader.GetTypeRefNames(results2.CompiledAssembly.Location))
AuthoringOM\Design\Dialogs\ThemeConfigurationDialog.cs (1)
1114provider.AddAssemblyReference(typeof(string).Assembly.Location);
Shared\CompModHelpers.cs (1)
579path = Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location);
System.Workflow.Runtime (4)
DebugEngine\DebugController.cs (4)
537&& !(string.IsNullOrEmpty(assembly.Location))) 539this.controllerConduit.AssemblyLoaded(this.programId, assembly.Location, assembly.GlobalAssemblyCache); 1085if (args.LoadedAssembly.Location != String.Empty) 1089this.controllerConduit.AssemblyLoaded(this.programId, args.LoadedAssembly.Location, args.LoadedAssembly.GlobalAssemblyCache);
System.Xml (5)
System\Xml\Serialization\Compiler.cs (3)
93imports[originalAssembly] = originalAssembly.Location; 96imports[assembly] = assembly.Location; 105imports[assembly] = assembly.Location;
System\Xml\Serialization\XmlSerializationWriter.cs (1)
3257bool isTypeDynamic = assembly.IsDynamic || string.IsNullOrEmpty(assembly.Location);
System\Xml\Serialization\XmlSerializer.cs (1)
615throw new ArgumentException(Res.GetString(Res.XmlPregenOrphanType, type.FullName, assembly.Location), "types");
WsatUI (1)
MMCUI\WSATPropertySheet.cs (1)
426string assemblyLocation = System.Reflection.Assembly.GetExecutingAssembly().Location;