1 write to fAllowInnerWhite
System.Private.CoreLib (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeParse.cs (1)
4681parseInfo.fAllowInnerWhite = ((styles & DateTimeStyles.AllowInnerWhite) != 0);
3 references to fAllowInnerWhite
System.Private.CoreLib (3)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeParse.cs (3)
4486if (parseInfo.fAllowInnerWhite && char.IsWhiteSpace(quotedSpan[i])) 4560if (parseInfo.fAllowInnerWhite && char.IsWhiteSpace(ch)) 4744if (parseInfo.fAllowInnerWhite)