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