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