11 references to Throw
Microsoft.Extensions.DataIngestion.MarkItDown (11)
MarkItDownMcpReader.cs (5)
31_mcpServerUri = Throw.IfNull(mcpServerUri); 38_ = Throw.IfNull(source); 39_ = Throw.IfNullOrEmpty(identifier); 70_ = Throw.IfNull(source); 71_ = Throw.IfNullOrEmpty(identifier);
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);