1 write to SafeArrayAsSystemArray
Microsoft.Build.Tasks.Core (1)
TlbReference.cs (1)
170SafeArrayAsSystemArray = true,
2 references to SafeArrayAsSystemArray
Microsoft.Build.Tasks.Core (2)
TlbImp.cs (2)
182get => GetBoolParameterWithDefault(nameof(SafeArrayAsSystemArray), false); 183set => Bag[nameof(SafeArrayAsSystemArray)] = value;