| Index: visual_studio/NativeClientVSAddIn/StyleCopModifications.txt | 
| diff --git a/visual_studio/NativeClientVSAddIn/StyleCopModifications.txt b/visual_studio/NativeClientVSAddIn/StyleCopModifications.txt | 
| index c9fe968ae05c65272793d6c3ed730c2f0ebf7380..2ef9b4f3752e0d0710aff6b0a1751b79012fca83 100644 | 
| --- a/visual_studio/NativeClientVSAddIn/StyleCopModifications.txt | 
| +++ b/visual_studio/NativeClientVSAddIn/StyleCopModifications.txt | 
| @@ -1,5 +1,6 @@ | 
| The following default StyleCop rules have been disabled for the add-in and unit-test projects. | 
| SA1101: PrefixLocalCallsWithThis | 
| +SA1126: PrefixCallsCorrectly | 
| SA1310: FieldNamesMustNotContainUnderscore | 
| SA1633: FileMustHaveHeader | 
| SA1634: FileHeaderMustShowCopyright | 
|  |