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