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