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);