1 write to fAllowInnerWhite
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeParse.cs (1)
4594parseInfo.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])) 4473if (parseInfo.fAllowInnerWhite && char.IsWhiteSpace(ch)) 4657if (parseInfo.fAllowInnerWhite)