Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/referencesource/mscorlib/system/io/streamreader.cs')
-rw-r--r--mcs/class/referencesource/mscorlib/system/io/streamreader.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mcs/class/referencesource/mscorlib/system/io/streamreader.cs b/mcs/class/referencesource/mscorlib/system/io/streamreader.cs
index 98be2379e9c..0f385378706 100644
--- a/mcs/class/referencesource/mscorlib/system/io/streamreader.cs
+++ b/mcs/class/referencesource/mscorlib/system/io/streamreader.cs
@@ -1134,7 +1134,7 @@ namespace System.IO
// and is thus lifted to a state machine type, access will be slow.
// As a workaround, we either cache instance fields in locals or use properties to access such fields.
- // See Dev11
+ // See Dev11 bug #370300 for more info.
private Int32 CharLen_Prop {
get { return charLen; }