1 write to Path
MSBuild (1)
LoadedType.cs (1)
53Path = string.IsNullOrEmpty(loadedAssembly.Location)
2 references to Path
MSBuild (2)
TaskLoader.cs (2)
187if (s_resolverLoadedType == null || s_resolverLoadedType.Path == null) 191return s_resolverLoadedType.LoadedAssembly ?? Assembly.Load(s_resolverLoadedType.Path);