4 references to IfNullOrEmpty
Microsoft.Extensions.DataIngestion.Markdig (4)
MarkdownParser.cs (2)
20
_ = Throw.
IfNullOrEmpty
(markdown);
21
_ = Throw.
IfNullOrEmpty
(identifier);
MarkdownReader.cs (2)
20
_ = Throw.
IfNullOrEmpty
(identifier);
35
_ = Throw.
IfNullOrEmpty
(identifier);