2 writes to _threadingModel
Microsoft.Build.Tasks.Core (2)
ManifestUtil\FileReference.cs (2)
167_threadingModel = threadingModel; 221set => _threadingModel = value;
2 references to _threadingModel
Microsoft.Build.Tasks.Core (2)
ManifestUtil\FileReference.cs (2)
181public string ThreadingModel => _threadingModel; 220get => _threadingModel;