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