1 reference to Filter
Microsoft.Build (1)
BackEnd\Components\Logging\ProjectLoggingContext.cs (1)
112properties = projectProperties.Filter(p => p is not EnvironmentDerivedProjectPropertyInstance || EnvironmentUtilities.IsWellKnownEnvironmentDerivedProperty(p.Name), p => new DictionaryEntry(p.Name, p.EvaluatedValue));