6 references to Throw
Microsoft.Extensions.DataIngestion.MarkItDown (6)
MarkItDownReader.cs (4)
36_ = Throw.IfNull(source); 37_ = Throw.IfNullOrEmpty(identifier); 99_ = Throw.IfNull(source); 100_ = Throw.IfNullOrEmpty(identifier);
src\Libraries\Microsoft.Extensions.DataIngestion.Markdig\MarkdownParser.cs (2)
20_ = Throw.IfNullOrEmpty(markdown); 21_ = Throw.IfNullOrEmpty(identifier);