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