CA1900: Value type fields should be portable
Visual Studio 2010
TypeName | ValueTypeFieldsShouldBePortable |
CheckId | CA1900 |
Category | Microsoft.Portability |
Breaking Change | Breaking - If the field can be seen outside the assembly. Non-breaking - If the field is not visible outside the assembly. |