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