How to reproduce:
In c# add this line in a methode:
string FileName = @"\\"; // Same as string FileName = "\\\\";
Below this line intellisense doesn't work anymore.
( at least till another @"\\" )
There are some other constellations, but '\\' is in all of them.
greetings
rome