2 overrides of AssemblyLocation
MSBuildTaskHost (2)
AssemblyLoadInfo.cs (2)
157internal override string AssemblyLocation 203internal override string AssemblyLocation
2 references to AssemblyLocation
MSBuildTaskHost (2)
AssemblyLoadInfo.cs (1)
72return AssemblyLocation.GetHashCode();
TypeLoader.cs (1)
312throw new FileNotFoundException(null, _assemblyLoadInfo.AssemblyLocation, e);