[EditorBrowsable] on SyncList and implications on build size

Hey,

I saw that the SyncList type is decorated with the EditorBrowsable attribute:
2158004--142574--upload_2015-6-13_19-3-40.png

I wonder if that has any implications with regard to code build size or for code stripping.
This type comes from the System.dll and not mscorlib. Does that mean this additional DLL must be added to the build? (or maybe it’s already added anyway?)

I don’t know if it’s too late, but from what I understand it hides your public methods from intellisense if set to Never.