2 writes to _isolatedComReferences
Microsoft.Build.Tasks.Core (2)
GenerateApplicationManifest.cs (2)
77
set =>
_isolatedComReferences
= value;
148
_isolatedComReferences
= Util.SortItems(_isolatedComReferences, TaskEnvironment);
2 references to _isolatedComReferences
Microsoft.Build.Tasks.Core (2)
GenerateApplicationManifest.cs (2)
76
get =>
_isolatedComReferences
;
148
_isolatedComReferences = Util.SortItems(
_isolatedComReferences
, TaskEnvironment);