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