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