1 write to fAllowInnerWhite
mscorlib (1)
system\globalization\datetimeparse.cs (1)
4020
parseInfo.
fAllowInnerWhite
= ((styles & DateTimeStyles.AllowInnerWhite) != 0);
3 references to fAllowInnerWhite
mscorlib (3)
system\globalization\datetimeparse.cs (3)
3823
if (quotedStr[i] == ' ' && parseInfo.
fAllowInnerWhite
) {
3889
if (parseInfo.
fAllowInnerWhite
) {
4069
if (parseInfo.
fAllowInnerWhite
) {