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)
117if (_isFrameworkDependent != true || _isPortable != true) 484_isPortable);