Searched refs:removeOnlyNoWarning (Results 1 – 1 of 1) sorted by relevance
/dports/devel/msbuild/msbuild-0.06/src/Tasks/AssemblyDependency/ |
H A D | ReferenceTable.cs | 1403 … internal void RemoveReferencesMarkedForExclusion(bool removeOnlyNoWarning, string subsetName) in RemoveReferencesMarkedForExclusion() argument 1450 …RemovePrimaryReferenceMarkedForExclusion(logExclusionReason, removeOnlyNoWarning, subsetName, remo… in RemoveReferencesMarkedForExclusion() 1482 …RemoveDependencyMarkedForExclusion(logExclusionReason, removeOnlyNoWarning, subsetName, goodRefere… in RemoveReferencesMarkedForExclusion() 1526 …encyMarkedForExclusion(LogExclusionReason logExclusionReason, bool removeOnlyNoWarning, string sub… in RemoveDependencyMarkedForExclusion() argument 1562 if (!removeOnlyNoWarning && logExclusionReason != null) in RemoveDependencyMarkedForExclusion() 1575 …enceMarkedForExclusion(LogExclusionReason logExclusionReason, bool removeOnlyNoWarning, string sub… in RemovePrimaryReferenceMarkedForExclusion() argument 1579 if (!removeOnlyNoWarning && logExclusionReason != null) in RemovePrimaryReferenceMarkedForExclusion()
|