2 writes to FoundInGac
Microsoft.Build.Tasks.Core (2)
AssemblyDependency\Reference.cs (2)
1077primaryReference.FoundInGac = !string.IsNullOrEmpty(getAssemblyPathInGac(primaryAssemblyName, targetProcessorArchitecture, getRuntimeVersion, targetedRuntimeVersion, fileExists, true, false)); 1109FoundInGac = !string.IsNullOrEmpty(getAssemblyPathInGac(assemblyName, targetProcessorArchitecture, getRuntimeVersion, targetedRuntimeVersion, fileExists, true, false));
4 references to FoundInGac
Microsoft.Build.Tasks.Core (4)
AssemblyDependency\Reference.cs (4)
1075if (!primaryReference.FoundInGac.HasValue) 1080if (!primaryReference.FoundInGac.Value) 1107if (!FoundInGac.HasValue) 1112if (FoundInGac.Value)