2 writes to _isPortable
Microsoft.NET.Build.Tasks (2)
DependencyContextBuilder.cs (2)
92
_isPortable
= projectContext.IsPortable;
115
_isPortable
= _isFrameworkDependent && (string.IsNullOrEmpty(_runtimeIdentifier) || _runtimeIdentifier == "any");
2 references to _isPortable
Microsoft.NET.Build.Tasks (2)
DependencyContextBuilder.cs (2)
117
if (_isFrameworkDependent != true ||
_isPortable
!= true)
484
_isPortable
);