7 references to ThrowIfNullOrEmpty
Microsoft.AspNetCore.Razor.Utilities.Shared.UnitTests (1)
ArgHelperTests.cs (1)
46Verify(() => ArgHelper.ThrowIfNullOrEmpty(s), exceptionType);
Microsoft.CodeAnalysis.Razor.Compiler (6)
Language\DefaultRazorProjectFileSystem.cs (2)
16ArgHelper.ThrowIfNullOrEmpty(root); 93ArgHelper.ThrowIfNullOrEmpty(path);
Language\Intermediate\ReferenceCaptureIntermediateNode.cs (1)
55ArgHelper.ThrowIfNullOrEmpty(componentCaptureTypeName);
Language\RazorProjectFileSystem.cs (3)
83ArgHelper.ThrowIfNullOrEmpty(fileName); 153ArgHelper.ThrowIfNullOrEmpty(path); 170ArgHelper.ThrowIfNullOrEmpty(rootDirectoryPath);