5 references to LogExclusionReason
Microsoft.Build.Tasks.Core (5)
AssemblyDependency\Reference.cs (1)
1165
internal ReferenceTable.
LogExclusionReason
ExclusionReasonLogDelegate { get; set; }
AssemblyDependency\ReferenceTable.cs (4)
1390
LogExclusionReason
logExclusionReason = assemblyReference.ExclusionListLoggingProperties.ExclusionReasonLogDelegate;
1481
private void RemoveDependencyMarkedForExclusion(
LogExclusionReason
logExclusionReason, bool removeOnlyNoWarning, string subsetName, Dictionary<AssemblyNameExtension, Reference> goodReferences, List<Reference> removedReferences, AssemblyNameExtension assemblyName, Reference assemblyReference)
1530
private static void RemovePrimaryReferenceMarkedForExclusion(
LogExclusionReason
logExclusionReason, bool removeOnlyNoWarning, string subsetName, List<Reference> removedReferences, AssemblyNameExtension assemblyName, Reference assemblyReference)
1970
LogExclusionReason
reason = LogAnotherFrameworkUnResolve;