2 writes to FoundInGac
Microsoft.Build.Tasks.Core (2)
AssemblyDependency\Reference.cs (2)
1100primaryReference.FoundInGac = !string.IsNullOrEmpty(getAssemblyPathInGac(primaryAssemblyName, targetProcessorArchitecture, getRuntimeVersion, targetedRuntimeVersion, fileExists, true, false)); 1132FoundInGac = !string.IsNullOrEmpty(getAssemblyPathInGac(assemblyName, targetProcessorArchitecture, getRuntimeVersion, targetedRuntimeVersion, fileExists, true, false));
4 references to FoundInGac
Microsoft.Build.Tasks.Core (4)
AssemblyDependency\Reference.cs (4)
1098if (!primaryReference.FoundInGac.HasValue) 1103if (!primaryReference.FoundInGac.Value) 1130if (!FoundInGac.HasValue) 1135if (FoundInGac.Value)