1 write to _assemblyFilePath
MSBuildTaskHost (1)
TypeLoader.cs (1)
201
_assemblyFilePath
= assemblyFilePath;
3 references to _assemblyFilePath
MSBuildTaskHost (3)
TypeLoader.cs (3)
241
? new LoadedType(type,
_assemblyFilePath
, _loadedAssembly ?? type.Assembly)
254
_loadedAssembly = Assembly.LoadFrom(
_assemblyFilePath
);
261
throw new FileNotFoundException(message: null,
_assemblyFilePath
, e);