2 overrides of AssemblyLocation
MSBuild (2)
AssemblyLoadInfo.cs (2)
165
internal override string
AssemblyLocation
220
internal override string
AssemblyLocation
3 references to AssemblyLocation
MSBuild (3)
AssemblyLoadInfo.cs (1)
80
return
AssemblyLocation
.GetHashCode();
LoadedType.cs (1)
42
? assemblyLoadInfo.
AssemblyLocation
TypeLoader.cs (1)
187
throw new FileNotFoundException(null, assemblyLoadInfo.
AssemblyLocation
, e);