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