3 references to s_autoPropAttributes
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (3)
Attributes\AttributeTests.cs (3)
1800var propAttributesExpected = isFromSource ? new string[0] : s_autoPropAttributes; 2326var propAttributesExpected = isFromSource ? new string[0] : s_autoPropAttributes; 2460var propAttributesExpected = isFromSource ? new string[0] : s_autoPropAttributes;