4 references to CheckWhitespace
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Core\XmlCharCheckingReader.cs (2)
344
CheckWhitespace
(base.reader.Value);
351
CheckWhitespace
(base.reader.Value);
FrameworkFork\Microsoft.Xml\Xml\Core\XmlCharCheckingReaderAsync.cs (2)
195
CheckWhitespace
(await base.reader.GetValueAsync().ConfigureAwait(false));
202
CheckWhitespace
(await base.reader.GetValueAsync().ConfigureAwait(false));