Esempio n. 1
0
 public void GetAttributesForKnownTypes_WhenSymbolIsNull_ReturnsEmpty() =>
 SymbolHelper.GetAttributes(null, ImmutableArray.Create(KnownType.Void)).Should().BeEmpty();
Esempio n. 2
0
 public void GetAttributesForKnownType_WhenSymbolIsNull_ReturnsEmpty() =>
 SymbolHelper.GetAttributes(null, KnownType.Void).Should().BeEmpty();