3 references to s_autoPropAttributes
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (3)
Attributes\AttributeTests.cs (3)
1762var propAttributesExpected = isFromSource ? new string[0] : s_autoPropAttributes; 2288var propAttributesExpected = isFromSource ? new string[0] : s_autoPropAttributes; 2422var propAttributesExpected = isFromSource ? new string[0] : s_autoPropAttributes;