6 references to IfNullOrEmpty
Microsoft.Extensions.DataIngestion.MarkItDown (6)
MarkItDownMcpReader.cs (2)
39
_ = Throw.
IfNullOrEmpty
(identifier);
71
_ = Throw.
IfNullOrEmpty
(identifier);
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);