2 references to ValidRuntimeIdentifierPlatformsForAssets
Microsoft.NET.Build.Tasks (2)
GenerateDepsFile.cs (2)
268
if (
ValidRuntimeIdentifierPlatformsForAssets
!= null)
302
return Array.IndexOf(
ValidRuntimeIdentifierPlatformsForAssets
, platform.ToLowerInvariant()) == -1;