1 write to fAllowInnerWhite
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeParse.cs (1)
4596parseInfo.fAllowInnerWhite = ((styles & DateTimeStyles.AllowInnerWhite) != 0);
3 references to fAllowInnerWhite
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeParse.cs (3)
4399if (parseInfo.fAllowInnerWhite && char.IsWhiteSpace(quotedSpan[i])) 4475if (parseInfo.fAllowInnerWhite && char.IsWhiteSpace(ch)) 4659if (parseInfo.fAllowInnerWhite)