如果我有以下代码...
#if PocketPC
/// <summary>Indicates whether usage of the Windows Mobile 5.0+ GPS intermediate driver is allowed.</summary>
private static bool allowGpsIntermediateDriver = true;
/// <summary>Indicates whether the device detection thread is currently active.</summary>
private static bool isDetectionThreadAlive;
#endif
...ReSharper 给我“xml 注释没有放在有效的语言元素上”错误。有时可以使用#pragma 抑制这些,但大多数情况下它们不能。有没有办法解决?