2 overrides of DefaultValueWhenNotAllowed_Throws
Microsoft.CodeAnalysis.UnitTests (2)
Collections\HashSet\ISet_Generic_Tests`1.cs (1)
77
protected override bool
DefaultValueWhenNotAllowed_Throws
=> false;
Collections\List\IList.Generic.Tests.cs (1)
98
protected override bool
DefaultValueWhenNotAllowed_Throws
=> false;
2 references to DefaultValueWhenNotAllowed_Throws
Microsoft.CodeAnalysis.UnitTests (2)
Collections\List\ICollection.Generic.Tests.cs (2)
467
if (
DefaultValueWhenNotAllowed_Throws
)
689
if (
DefaultValueWhenNotAllowed_Throws
)