1 write to strDefault
mscorlib (1)
system\text\decoderreplacementfallback.cs (1)
119this.strDefault = fallback.DefaultString;
5 references to strDefault
mscorlib (5)
system\text\decoderreplacementfallback.cs (5)
133if (strDefault.Length == 0) 136fallbackCount = strDefault.Length; 162Contract.Assert(fallbackIndex < strDefault.Length && fallbackIndex >= 0, 165return strDefault[fallbackIndex]; 208return strDefault.Length;