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