2 writes to SafeArrayAsSystemArray
Microsoft.Build.Tasks.Core (1)
TlbReference.cs (1)
169
SafeArrayAsSystemArray
= true,
Microsoft.Build.Tasks.UnitTests (1)
TlbImp_Tests.cs (1)
233
t.
SafeArrayAsSystemArray
= true;
4 references to SafeArrayAsSystemArray
Microsoft.Build.Tasks.Core (2)
TlbImp.cs (2)
182
get => GetBoolParameterWithDefault(nameof(
SafeArrayAsSystemArray
), false);
183
set => Bag[nameof(
SafeArrayAsSystemArray
)] = value;
Microsoft.Build.Tasks.UnitTests (2)
TlbImp_Tests.cs (2)
227
Assert.False(t.
SafeArrayAsSystemArray
); // "SafeArrayAsSystemArray should be false by default"
234
Assert.True(t.
SafeArrayAsSystemArray
); // "SafeArrayAsSystemArray should be true"