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